Hi,

I tried to compile some other stuff.... it always fails

gcc -shared .libs/sqlite3.o -ldl -lpthread -mabi=32 -march=mips1
-msoft-float -Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6
/usr/lib/gcc/mipsel-unknown-linux-uclibc/4.3.5/../../../libc.a(__uClibc_main.os):
In function `__uClibc_fini':
__uClibc_main.c:(.text+0x20): undefined reference to `__fini_array_start'
__uClibc_main.c:(.text+0x24): undefined reference to `__fini_array_end'
/usr/lib/gcc/mipsel-unknown-linux-uclibc/4.3.5/../../../libc.a(__uClibc_main.os):
In function `__uClibc_main':
__uClibc_main.c:(.text+0x480): undefined reference to
`__preinit_array_start'
__uClibc_main.c:(.text+0x484): undefined reference to `__preinit_array_end'
__uClibc_main.c:(.text+0x4e0): undefined reference to `__init_array_start'
__uClibc_main.c:(.text+0x4e4): undefined reference to `__init_array_end'
/usr/lib/gcc/mipsel-unknown-linux-uclibc/4.3.5/../../../../mipsel-unknown-linux-uclibc/bin/ld:
.libs/libsqlite3.so.0.8.6: hidden symbol `__preinit_array_start' isn't
defined
/usr/lib/gcc/mipsel-unknown-linux-uclibc/4.3.5/../../../../mipsel-unknown-linux-uclibc/bin/ld:
final link failed: Nonrepresentable section on output

I googled a bit around but found no solution, other people usually obtain
this during cross-compiling, here it appears to be the opposite, the
cross-compiled stuff is not fully working.

Riccardo
_______________________________________________
Mipsbook-devel mailing list
Mipsbook-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/mipsbook-devel

Reply via email to