Skip to content

Instantly share code, notes, and snippets.

@abcang
Created June 22, 2015 03:37
Show Gist options
  • Save abcang/a4732c183936253ff9c4 to your computer and use it in GitHub Desktop.
Save abcang/a4732c183936253ff9c4 to your computer and use it in GitHub Desktop.
arm-none-eabi
$ arm-none-eabi-gcc -v
Using built-in specs.
COLLECT_GCC=arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/opt/devkitpro/devkitARM/libexec/gcc/arm-none-eabi/4.9.2/lto-wrapper
Target: arm-none-eabi
Configured with: ../../gcc-4.9.2/configure --enable-languages=c,c++,objc,obj-c++ --with-gnu-as --with-gnu-ld --with-gcc --with-march=armv4t --enable-poison-system-directories --enable-interwork --enable-multilib --disable-dependency-tracking --disable-threads --disable-win32-registry --disable-nls --disable-debug --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --target=arm-none-eabi --with-newlib --with-headers=../../newlib-2.1.0/newlib/libc/include --prefix=/opt/devkitpro/devkitARM --enable-lto --with-bugurl=http://wiki.devkitpro.org/index.php/Bug_Reports --with-pkgversion='devkitARM release 43'
Thread model: single
gcc version 4.9.2 (devkitARM release 43)
$ arm-none-eabi-ld -v
GNU ld (GNU Binutils) 2.24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment