ARM EABI GCC Toolchain Mac OSX
This is a current ARM gcc toolchain for cortex M0 and M3. The configuration is optimal for ARM 7, 9, and Cortex
processors running in an embedded mode (with no OS).
This has the following versions:
- gcc 4.8.2
- binutils 2.24
- gdb 7.6
- gmp 5.1.3
Here is the configuration:
Target: arm-none-eabi
Configured with:
../../src/gcc-4.8.2/configure --target=arm-none-eabi --enable-multilib
--enable-interwork --prefix=/usr/local/arm/cortex/4.8.2/ --enable-languages=c --with-pkgversion='Acroname Inc. build
140103' --disable-nls --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx --disable-libmudflap
--disable-libgomp --disable-libada --disable-libssp --disable-libjava --disable-libobjc --disable-libfortran
--disable-libgo --disable-libtermcap --disable-libwinsup --disable-libzlib
Thread model: single
This build uses multilib to allow the following combinations: + arm + thumb + arm, hard-float + thumb, cortex-m0 + thumb, cortex-m3 We offer no support for this but make it available for our customer's use as we maintain and use it internally for development and testing purposes.