mipsel-linux build: not a dynamic executable
Paul Brook
paul at codesourcery.com
Mon Feb 12 12:35:35 PST 2007
> > > Did anyone ever make any progress on cross-compiling uClibc's ldd?
> >
> > Umm, cross-compiling uClibc's ldd works just fine and has worked
> > just fine for years and years.
>
> Just following up on
> http://uclibc.org/lists/uclibc/2006-December/016988.html
>
> > > Or am I doing it wrong?
> >
> > I think you must be doing it wrong...
>
> I think I'm doing it wrong too. I just don't know what.
You aren't cross compiling ldd you are trying to build a cross-ldd, which is
something completely different.
The former is just a case of tweaking the right makefiles.
The latter requires ldd to be aware of this and written appropriately. eg. it
has to know how to deal with the target having different pointer size and
endianness than the host.
Paul
More information about the uClibc
mailing list