Re: Developing OS under Mac OS X
Posted: Sun Mar 01, 2009 3:42 pm
Read the tutorial: there are known issues with GCC 3.3.x
If you want an older GCC version, try 3.4.4 or 3.4.6
If you want an older GCC version, try 3.4.4 or 3.4.6
The Place to Start for Operating System Developers
http://f.osdev.org/
Code: Select all
../gcc-4.3.2/configure --prefix=/gcc-arm --target=arm-elf --with-newlib --with-gnu-as --with-gnu-ld --without-headers --disable-shared --disable-nls --enable-languages=c --enable-mpfr --enable-gmp --enable-static
Hmm, I tried to build the i386-elf cross-tools in macports over the weekend. It seems they're broken currently and have been for a number of weeks. There's various workarounds to build them, but what is the point of having to work around things that should build fine in macports?Srowen wrote:i've got some problem with the mac ports.