Difference between arm-eabi arm-gnueabi and gnueabi-hf compilers [closed]
I’m not completely sure: the eabi stands for the compilation of code which will run on bare metal arm core. the gnueabi stands for the compilation of code for linux For the gnueabi/gnueabi-hf part, I found an answer here. gcc-arm-linux-gnueabi is the cross-toolchain package for the armel architecture. This toolchain implies the EABI generated by … Read more