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]
Other format: [Raw text]

Re: AW: AW: floating point emulation


> > So I think this is a matter of the way you are linking 
> > things.  Are you 
> > trying to invoke ld directly? or are you using gcc?
> > 
> > R.
> > 
> > 
> 
> I am invoking the linker directly, please see my small Makefile.
> 

This is the source of your problems.  You really should be trying to use 
gcc to link your application so that it will include the correct libraries 
and start-up files.  This is doubly important if you are linking C++ code.

If you really must link by hand, use gcc -v on a sample link invocation 
and then edit the information it produces to suit your needs.

R.



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