If the architecture is armhf that's hardfloat and requires a minimum of armv5. armel is softfloat and can run on arm7tdmi (armv4).
Find any local binary like /bin/ls and do an ld on it. It links to an ld library with armel or armhf in the name. You'll find armel libraries in there too along with armhf ld libraries, but MOST of the binaries will be armhf. For armel platforms you'll only see armel (or the even older arm) -Ghazan Haider On Wednesday, September 3, 2014 2:33:48 AM UTC-4, Tim Cole wrote: > > Greetings all > As I understand it, the Debian distribution installed on the most recent > BBBs is configured for hard float. If I were to install another flavor of > Linux, or even an updated version of Debian, how would I determine if it's > been configured to use hard float or soft float? Is there any way other > than compiling with one option or the other and trying to make sense of the > errors? > > -- 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/d/optout.
