When I am try to link a c obj file together with a fpc program I get this errors
("d" is my program)
ld.exe: ERROR: system.o uses hardware FP, whereas d uses software FP
ld.exe: failed to merge target specific data of file system.o
My target (Arm 9) dos not have a FPU
Carsten