P plupp Still Fresh Joined Jun 19, 2003 Messages 47 Jul 23, 2004 #1 I got a strange error message while trying to compile a project using mrmirkos SDK.... does anyone know what this means? arm-elf/bin/ld: ERROR: /cygdrive/c/Temp/ccKFf9KX.o uses hardware FP, whereas projbin uses software FP /plupp
I got a strange error message while trying to compile a project using mrmirkos SDK.... does anyone know what this means? arm-elf/bin/ld: ERROR: /cygdrive/c/Temp/ccKFf9KX.o uses hardware FP, whereas projbin uses software FP /plupp
A Aiken Member Joined May 27, 2004 Messages 130 Jul 24, 2004 #2 it's something with the floats support ... i think the gp32 cpu only have fixed point by hardware .. it's a very very common error ... i fixed it various times ... but i dont know exactly how, after trying everything is not easy to remember someone? just to be sure ... check that when linking crt0.o goes first, and check you have -msoft-float in your compile line. Aiken
it's something with the floats support ... i think the gp32 cpu only have fixed point by hardware .. it's a very very common error ... i fixed it various times ... but i dont know exactly how, after trying everything is not easy to remember someone? just to be sure ... check that when linking crt0.o goes first, and check you have -msoft-float in your compile line. Aiken