Tagged Questions
4
votes
4answers
5k views
arm-linux-gcc vs arm-elf-gcc
I am looking at uClinux system that builds the kernel with arm-linux-xxx, but builds the user apps with arm-elf-xxx.
If the apps are intended to run on linux, wouldn't it be better to build ...