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: Soft Float is not being reported


--snip--
> #/opt/crosstool2/bin/arm-linux-gcc -o float float.c
> #/opt/crosstool2/bin/arm-linux-objdump -p float
--snip--
> private flags = 2: [APCS-32] [FPA float format] [has entry point]

>> Please try compiling with -msoft-float.  Note that this may cause
>> linking problems with your C library, if it isn't multilibbed (i.e
>> glibc).

I have tried that before but there is no -lfloat

/opt/crosstool2/bin/arm-linux-gcc -o float float.c  -msoft-float
/opt/crosstool2/bin/../lib/gcc-lib/arm-linux/3.3.3/../../../../arm-linux/bin
/ld: cannot find -lfloat
collect2: ld returned 1 exit status


-Dave






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