This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: DOS hosted gcc for PPC


> But it does compile code using powerpc-vxworks cross,
> just doesn't link cause of no library.
> 
> Clues?

You need the libraries and headers files for your target. (tm)

The compiler has no way of knowing how to talk to the operating
system, right? That's what the libraries do. In some cases, you
can replace the target library with glibc that has been
ported to a wide combination of platforms/OS', but you are
out of luck for ppc-vxworks, so your last chance is to get
WRS' libs from somewhere
(and no, using newlib won't do!).

Y.



------
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]