Hello,
today I downloaded the GNU Toolchain for Windows powerpc-eabi in the newest version. My project compiles so far, but i get problems during linking. The following warning appears:
c:/sysgcc/powerpc-eabi/bin/../lib/gcc/powerpc-eabi/4.9.0/../../../../powerpc-eabi/bin/ld.exe: Warning: prototype/out/prototype.elf uses hard float, c:/sysgcc/powerpc-eabi/bin/../lib/gcc/powerpc-eabi/4.9.0/../../../../powerpc-eabi/lib\libm.a(lib_a-s_cos.o) uses soft float
As consequence all routines for floating point emulation are missing too.
I want to use the hard float for the whole project. Is there a way that i can use the libm with the hard float? I add the libm with the-lm command.