On Sun, Jul 26, 2015 at 1:12 PM, William Hermans <[email protected]> wrote: > Too bad readelf does not exist for armhf systems( where it makes the most > sense ). This could confirm that the file is indeed armel or armhf ABI. But > the file name pretty much says it all as Robert pointed out. > > armv5 == armel, and the ABI used on the beaglebone black - Stock *is* armhf. > > Too bad also that file -s only reports "ARM" as well . . . >
They actually ship their own linker: voodoo@b2-omap5-uevm-2gb:/tmp/test/opt/Eltima/eveusb/lib$ ls -lh total 2.1M lrwxrwxrwx 1 voodoo voodoo 25 Dec 5 2014 ld-linux.so.3 -> ../libc/lib/ld-linux.so.3 -rw-r--r-- 1 voodoo voodoo 512K Dec 5 2014 libboost_program_options.so -rw-r--r-- 1 voodoo voodoo 512K Dec 5 2014 libboost_program_options.so.1.57.0 -rw-r--r-- 1 voodoo voodoo 16K Dec 5 2014 libboost_system.so -rw-r--r-- 1 voodoo voodoo 16K Dec 5 2014 libboost_system.so.1.57.0 -rw-r--r-- 1 voodoo voodoo 204K Dec 5 2014 libboost_thread.so -rw-r--r-- 1 voodoo voodoo 204K Dec 5 2014 libboost_thread.so.1.57.0 lrwxrwxrwx 1 voodoo voodoo 18 Dec 5 2014 libeveusb.so -> libeveusb.so.3.0.0 lrwxrwxrwx 1 voodoo voodoo 18 Dec 5 2014 libeveusb.so.3 -> libeveusb.so.3.0.0 -rw-r--r-- 1 voodoo voodoo 221K Dec 5 2014 libeveusb.so.3.0.0 -rw-r--r-- 1 voodoo voodoo 138K Dec 5 2014 libz.so -rw-r--r-- 1 voodoo voodoo 138K Dec 5 2014 libz.so.1 -rw-r--r-- 1 voodoo voodoo 138K Dec 5 2014 libz.so.1.2.7 ld-linux.so.3 = armel.. see: https://wiki.debian.org/Multiarch/HOWTO add "armel"... Regards, -- Robert Nelson https://rcn-ee.com/ -- 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.
