• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cross Platform Dev List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross Platform Dev List


  • Subject: Re: Cross Platform Dev List
  • From: Louis Demers <email@hidden>
  • Date: Mon, 09 Mar 2009 15:52:09 -0400

I too would join in a heartbeat although, we pretty much attained cruising speed with our setup. we currently work with Atmel ARM and XScale. We use makefiles and XCode.Manly C for now....

for Atmel AVR we use http://www.obdev.at/products/avrmacpack/index.html




On 9-Mar-09, at 15:40 , Joseph W. Losco wrote:

I'd also be very interested in joining said list. I've been looking for people interested in ARM cross compiling with Xcode for a while now. I've tried a whole bunch of prebuilt versions and mac ports, and have just hit a bunch of walls, with libraries and what not.

here is my current receipe for building


start with 3 fresh copies of • binutils-2.19 • newlib-1.16.0 • gcc-4.2.4

Follow these steps:
mkdir ../gcc-build
cd gcc-4.2.4
ln -s ../newlib-1.16.0/newlib .
ln -s ../newlib-1.16.0/libgloss .
The directory tree should now be:
binutils-2.19/
newlib-1.16.0
gcc-4.2.4/
newlib -> ../newlib-1.16.0/newlib
libgloss -> ../newlib-1.16.0/libgloss
gcc-build
Now run:
cd ../binutils-2.19
./configure --target=xscale-elf --enable-interwork --enable-multilib
make
make install

cd ../gcc-build
../gcc-4.2.4/configure --target=xscale-elf --enable-interwork --enable- multilib --with-newlib --enable-languages=c,c++
make
make install
more recent versions of gcc do not work for us yet.




A list focused on cross compiling and cross development would be great.

Joe

On Feb 26, 2009, at 7:04 PM, Jason Todd Slack-Moehrle wrote:

Hi All,

Does anyone know a good cross platform development question that people can talk about approaches to maximizing cross-platform development techniques, talk about tools, languages, etc?

-Jason
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden

Louis Demers eng. www.obzerv.com


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Re: Cross Platform Dev List (From: "Joseph W. Losco" <email@hidden>)

  • Prev by Date: Re: Cross Platform Dev List
  • Next by Date: Re: Info.plist preprocessing in single-file tool? [SOLVED]
  • Previous by thread: Re: Cross Platform Dev List
  • Next by thread: Xcode unaware of new Launch Services?
  • Index(es):
    • Date
    • Thread