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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.