Need help on compiling libgmp

Malcolm malcolm.parsons at gmail.com
Sat Jun 2 17:23:05 CEST 2007


On 6/2/07, pierric <starocean.wx at gmail.com> wrote:
> How can i check if the lib compiled is the right file format of ucLinux?

If it's a .o :
file libname.o

If it's a .a :
cp libname.a /tmp
cd /tmp
ar x libname.a
file *.o

It should say:
ELF 32-bit LSB relocatable, ARM, version 1, not stripped

-- 
Malcolm Parsons



More information about the dslinux-devel mailing list