This is the mail archive of the crossgcc@sourceware.org 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]
Other format: [Raw text]

Re: Native Gcc - Crt1.o Issues


Kristoffer Ericson wrote:
Ive made some great progress with the native compiler but having some issues that im not quite sure as how to resolv.

When running a basic configure script (on the target machine) it complains about not finding crt1.o. I've googled around and found that its probobly due to gcc not containing the correct dirs (looks in /usr/local/lib...... instead of /usr/lib & /lib).
Should this be handled by sysroot, prefix or local_prefix? I'm not following the difference. I want gcc to look in /lib & /usr/lib whenever it requires anything.

prefix, I would think, but I wouldn't know.


Post your build script, maybe; that would give us more to chew on.
- Dan


-- Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html

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


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