> > I am a little confused. When I ran the ldd /bin/ls command on the > Beaglebone it shows I am using the the *arm-linux-gnueabhf. *I ran the > same command on my desktop and it shows this output. > linux-gate.so.1 => (0xb7734000) > libselinux.so.1 => /lib/i386-linux-gnu/libselinux.so.1 (0xb76fb000) > libacl.so.1 => /lib/i386-linux-gnu/libacl.so.1 (0xb76f2000) > libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7541000) > libpcre.so.3 => /lib/i386-linux-gnu/libpcre.so.3 (0xb7503000) > libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb74fe000) > /lib/ld-linux.so.2 (0xb7735000) > libattr.so.1 => /lib/i386-linux-gnu/libattr.so.1 (0xb74f8000) > I am compiling on the desktop and then copying the compiled program to the Beaglebone. When I compile the program on the desktop the size is 66,018 for my HelloWorld program. The compiled file is listed like this HelloWorld - [arm/le]. What I noticed is I have a compiled version of the same source file made using the vi program on the Beaglebone and the size of the compiled file is 8,951. It seems like although on my desktop has HelloWorld - [arm/le] it's like the file is part x86 and part ARM or all x86. How do I resolve my toolchain problem? I am new to Linux and Eclipse.
-- 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.
