AsAsm problem
Lothar (3292) 134 posts |
My first try with AsAsm results in the listed error. The problem seems to be to make both AsAsm and GCC use same FPU option. What I also do not quite understand: at this stage a.out has not been created yet, only main.o asasm -o o.asm s.asm /HostFS::HostFS.$/gcc/!GCC/bin/ld: error: asm.o uses hardware FP, whereas a.out uses software FP |
Lothar (3292) 134 posts |
Even this gives same error: asasm -fpu none -o o.asm s.asm |