Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


DP | 10 comments | Create New Account
Click here to return to the 'DP' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
DP
Authored by: mkb218 on Apr 28, '06 07:13:18AM

DarwinPorts has a set of gcc3-based cross-compilers:

arm-aout-gcc cross/arm-aout-gcc @3.3.3 gcc cross-compilers for arm-aout, with newlib runtime library.
arm-elf-gcc cross/arm-elf-gcc @4.0.0 gcc cross-compilers for arm-elf, with newlib runtime library.
arm-rtems-gcc cross/arm-rtems-gcc @3.2.3 gcc cross-compilers for arm-rtems, with newlib runtime library.
avr-gcc cross/avr-gcc @4.0.2 gcc cross-compilers for avr
i386-elf-gcc cross/i386-elf-gcc @3.4.3 gcc cross-compilers for i386-elf, with newlib runtime library.
i386-mingw32-gcc cross/i386-mingw32-gcc @3.4.2-20040916-1 Mingw32 cross-compiler for i386-Win32
i386-rtems-gcc cross/i386-rtems-gcc @3.2.3 gcc cross-compilers for i386-rtems, with newlib runtime library.
i960-rtems-gcc cross/i960-rtems-gcc @3.2.3 gcc cross-compilers for i960-rtems, with newlib runtime library.
m68k-elf-gcc cross/m68k-elf-gcc @3.4.3 gcc cross-compilers for m68k-elf, with newlib runtime library.
m68k-rtems-gcc cross/m68k-rtems-gcc @3.2.3 gcc cross-compilers for m68k-rtems, with newlib runtime library.
mips-elf-gcc cross/mips-elf-gcc @3.4.5 gcc cross-compilers for mips-elf, with newlib runtime library.
mips-rtems-gcc cross/mips-rtems-gcc @3.2.3 gcc cross-compilers for mips-rtems, with newlib runtime library.
mipsel-linux-gcc34 cross/mipsel-linux-gcc34 @3.4.4 gcc cross compiler for mips-linux with uClib
powerpc-rtems-gcc cross/powerpc-rtems-gcc @3.2.3 gcc cross-compilers for powerpc-rtems, with newlib runtime library.
sh-rtems-gcc cross/sh-rtems-gcc @3.2.3 gcc cross-compilers for sh-rtems, with newlib runtime library.
sparc-rtems-gcc cross/sparc-rtems-gcc @3.2.3 gcc cross-compilers for sparc-rtems, with newlib runtime library.

You're not pegged to those versions, either.

---
--
mkb



[ Reply to This | # ]
DP
Authored by: dodav666 on May 31, '06 01:17:58AM
I just tried to run up the darwinports version of the tool chain to see if they had incorporated the new devices patch for last years new devices. It appears currently to be pretty busted (avr-binutil) on both panther and tiger as of today. I was going to see if fink was in any better shape but when it insisted on builing tex and ghostscript and 36 other files in the /sw tree (when there are perfectly fine versions of most of these tools installed) I said to hell with that.
My journey to create a usable tool chain lead me to these instructions for building a package and saving us all the hassle: http://digithink.com/embedded/Avr/OSXToolChain
If someone built a binary for intel then we could run around like todays linux kids and just ftp,apt, or yum them down and use our tools instead of building them every time we change our environment.
I have multiple systems so it makes sense to me to package them. And if you package it you should make it avaliable.
I dunno.

[ Reply to This | # ]