Linaro toolchains use the ARM hard float as default .(i am sure about this from your link)
Angstrom use softfp as default (not sure about this ) If you need Linaro tools support soft fp , copy the files in the NONE hard float folder to default folder , this is the way I can only work around on iMX6 platform And , you maybe need to change your CFLAG , by default , linaro toolchain optimized for Cortex-A9 , while BBB board is only have A8 core . Regards 2013/10/1 Jesper We <[email protected]> > OK, I researched this a bit more... It seems the eabihf ABI is newer, and > incompatible with eabi. > There has been some recent work in making busybox recognize this and give > better error messages: > http://buildroot-busybox.2317881.n4.nabble.com/PATCH-toolchain-check-ARM-EABI-vs-EABIhf-for-external-toolchains-td48596.html > > Couldn't find any pre-built gcc 4.8 toolchains :-( > > On the other hand, it turns out my code which caused gcc 4.7 to chrash was > bad, and with 4.8 I got a decent error message instead of a crash. Which > made it possible to fix the code, so now I don't need 4.8 anymore :-D > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
