AW: AW: floating point emulation

Richard Earnshaw rearnsha@arm.com
Mon Nov 10 11:23:00 GMT 2003


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



More information about the crossgcc mailing list