GP32 hard float, soft float


pcklee123

Member
Joined
Nov 14, 2003
Messages
403
Why do libraries eg. libgcc.a ... from some devkits use soft float while others use hard float. whats the difference? are there any bugs in the hardware floating point unit that msoft-float is used in the debian task cross gp32?
 
After checking the net, i saw that arm-elf GCC produces soft-float by default, but
it does not tag the object file correctly, and thats why one can see those warnings that some files use hardfloats while others doesn't.

---
mithris
 
I get the soft float hard float as errors not warnings and the linker refuses to link is there any way of overcoming this?
 
Back
Top