Seems that all of the toolchains present have the *hf suffix...
But I'm trying to deduce meaning and intent, since there aren't any docs ;-)
When trying to use these for a cross-compile on an x86_64 system for the rpi1, I'm trying to use the contents of tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin but I probably need a gcc-linaro-arm-linux-gnueabi-raspbian-x64/bin and one isn't present.
Seems that all of the toolchains present have the *hf suffix...
But I'm trying to deduce meaning and intent, since there aren't any docs ;-)
When trying to use these for a cross-compile on an x86_64 system for the rpi1, I'm trying to use the contents of
tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin
but I probably need agcc-linaro-arm-linux-gnueabi-raspbian-x64/bin
and one isn't present.Or more likely, I am misunderstanding...
Thanks!