cross compiling against foreign libraries
Mike Frysinger
vapier@gentoo.org
Fri Sep 22 22:58:00 GMT 2006
On Friday 22 September 2006 18:31, Ken MacLeod wrote:
> I'm trying to compile our API demo clients against the API libraries
> using a couple of different vendor's toolchains. One toolchain
> appears to work fine. The next toolchain wasn't happy with the
> libraries in '$TARGETROOT/lib' but got further when the libs were
> linked into '$TARGETROOT/usr/lib'. Now it's complaining that
> libc.so.6 has undefined references to _dl_ symbols like
> '_dl_relocate_object@GLIBC_PRIVATE'.
my guess is the libc's are mismatched between your custom paths and the
toolchain's
so you should only be testing your library in the paths, nothing else ...
that's the entire point of the ABI afterall
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20060922/b75279ec/attachment.sig>
More information about the crossgcc
mailing list