The difference between arm-elf-gcc and arm-linux-gcc
Wednesday, March 8th, 2006arm-elf -gcc is for standalone application. arm-linux-gcc is for application running on Linux. These two toolchains are almost same, except for different macros defined when preprocessing and different libraries linked in when performing linking.