> Was there a previous release of CodeWarrior for the Mac that included > an ARM compiler for the adventurous? If so, which CW version, and > will the linker produce standalone code suitable for packaging into > a PalmOS 5 ARMlet resource? > > Is there a web page somewhere on how to build an ARM targeted gcc > cross-compiler under Mac OS X? > > (and if it's possible to find the answers in the first couple pages of a > Google search, what search terms did you use?)
Download the latest GCC sources from the GCC site (http://gcc.gnu.org), then follow the instructions for compiling your own gcc. I did that myself and it works well, here is my configuration: (~/gcc-arm/arm-elf/bin)% ./gcc -v Using builtin specs. Configured with: ../gcc-3.0.4/configure --prefix=/Users/fpillet/gcc-arm --exec-prefix=/Users/fpillet/gcc-arm --target=arm-elf --enable-languages=c,c++ Thread model: single gcc version 3.0.4 -- Florent Pillet, Code Segment [EMAIL PROTECTED] Developer tools and end-user products ICQ: 117292463 Palm, Mac, Unix, Windows http://perso.wanadoo.fr/fpillet -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
