|
Hi All,
Has anyone managed to compile the jpeg library at
http://www.ijg.org
after having added the libxil.a library to the
other mb-gcc libraries and added the use of uClibc from the uClinux tree
(see http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/wiki/index.php/OutOfTreeCompile?redirectfrom=OutTreeCompile)
I get (after running make):
mb-gcc -O -Wl,-elf2flt -nostartfiles
../uClinux-dist/lib/uClibc/lib/crt0.o -nostdlib -L../uClinux-dist/lib/uClibc/.
-L../uClinux-dist/lib/uClibc/lib -L../uClinux-dist/lib/libm
-L../uClinux-dist/lib/libnet -L../uClinux-dist/lib/libdes
-L../uClinux-dist/lib/libaes -L../uClinux-dist/lib/libpcap
-L../uClinux-dist/lib/libssl -L../uClinux-dist/lib/libcrypt_old
-L../uClinux-dist/lib/zlib -o rdjpgcom rdjpgcom.o -lc
/usr/local/microblaze-elf-tools/bin/../lib/gcc-lib/microblaze/2.95.3-4/./libgcc.a
/usr/local/microblaze-elf-tools/bin/../lib/gcc-lib/microblaze/2.95.3-4/./../../../../microblaze/lib/libc_soft.a
-lc
rdjpgcom.elf2flt: In function `__cmpdf2': /home/sid/builds/EDK_Gm/env/Jobs/MDT/sw/lin/gnu1/newlib_bld/libgloss/microblaze/floatlib/cmpdf2.c:70: undefined reference to `inbyte' make: *** [rdjpgcom] Error 1 Seems it's some floating point lib related thing..
Also .. does anyone the status of the flowting
point libraries for microblaze - they are supposed to be incomplete.. ?
Regards,
Finn S. Nielsen
Denmark
|