This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Help with cross-linker


Ajit Sanzgiri wrote:
> 
> When I try to cross-compile using the resulting binaries,
> the cross-linker complains about not finding libraries in
> /lib or /usr/lib etc.

 Did you edit the target 'libc.so' if it wasn't a binary but
a linker script ?  The Linux/x86 one can now be, just as the
PowerPC one :

E:\usr\local\ppc-linux-gnu\lib>type libc.so
/* GNU ld script
   Use the shared library, but some functions are only in
   the static library, so try that secondarily.  */
GROUP ( /usr/local/ppc-linux-gnu/lib/libc.so.6
/usr/local/ppc-linux-gnu/lib/libc
_nonshared.a )

Cheers, Kai



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]