Just popping in
Joined: 2008/3/1 9:53 Last Login
: 2012/8/25 7:43
Group:
Registered Users
|
Hi, into my actual SDK installation I don't found libjpeg.a, libpng.a and libz.a, so I've copied them from SDK v52, but I've this problems with libpng:
/SDK/local/newlib/lib/libpng.a(png.o): In function `png_reset_crc': png.c:(.text+0x248): undefined reference to `crc32' /SDK/local/newlib/lib/libpng.a(png.o): In function `png_calculate_crc': png.c:(.text+0x298): undefined reference to `crc32' /SDK/local/newlib/lib/libpng.a(png.o): In function `png_reset_zstream': png.c:(.text+0xd70): undefined reference to `inflateReset' /SDK/local/newlib/lib/libpng.a(pngwrite.o): In function `png_write_flush': pngwrite.c:(.text+0x1dcc): undefined reference to `deflate' /SDK/local/newlib/lib/libpng.a(pngwrite.o): In function `png_write_destroy': pngwrite.c:(.text+0x1eac): undefined reference to `deflateEnd' /SDK/local/newlib/lib/libpng.a(pngwutil.o): In function `png_text_compress': pngwutil.c:(.text+0x3a0): undefined reference to `deflate' pngwutil.c:(.text+0x488): undefined reference to `deflate' pngwutil.c:(.text+0x548): undefined reference to `deflate' /SDK/local/newlib/lib/libpng.a(pngwutil.o): In function `png_write_IHDR': pngwutil.c:(.text+0x938): undefined reference to `deflateInit2_' /SDK/local/newlib/lib/libpng.a(pngwutil.o): In function `png_write_iCCP': pngwutil.c:(.text+0x34b8): undefined reference to `deflateReset' /SDK/local/newlib/lib/libpng.a(pngwutil.o): In function `png_write_zTXt': pngwutil.c:(.text+0x3b24): undefined reference to `deflateReset' /SDK/local/newlib/lib/libpng.a(pngwutil.o): In function `png_write_finish_row': pngwutil.c:(.text+0x4b94): undefined reference to `deflate' pngwutil.c:(.text+0x4cb8): undefined reference to `deflate' pngwutil.c:(.text+0x50cc): undefined reference to `deflateReset' /SDK/local/newlib/lib/libpng.a(pngwutil.o): In function `png_write_filtered_row': pngwutil.c:(.text+0x54ec): undefined reference to `deflate' /SDK/local/newlib/lib/libpng.a(pngwutil.o): In function `png_write_find_filter': pngwutil.c:(.text+0x6254): undefined reference to `deflate'
Any ideas?
|