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: floating point emulation


> 
> Hi,
> 
> 
> I am trying to build an embedded system using the GNU tool chain on an
> xscale-elf target (Intel PXA255).
> 
> When linking the newlib libraries to my code, unfortunately the linker
> reports a lot of unresolved low level float function references like
> __addf3, __gtdf3, __muldf3, __subdf3 ....
( I think you mean __adddf3 (3 'd's)
> 

libgcc.a should contain all of the above functions (and a load more 
besides).

> Looking with xscale-elf-objdump into libgcc.a there are obviously a lot of
> single and double precision float functions
> like _*_df.o and _*_sf.o, but not of the type I need.  

Those are object file names, which isn't very interesting.  What does 'nm 
libgcc.a' give?

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]