On 29 June 2013 23:53, Douglas Little <doug694@googlemail.com> wrote:
Here's another curious case I encountered with BM today. I tried to
remove all the FPU code from the project and this was done quite
easily. However when I disable the FPU in Hatari and run the game, it
terminates with this error:
"This program requires a 68881 or higher
arithmetic coprocessor and cannot be run
on this machine."
This is a bit strange, because the project was built without the
-m68881 flag (I used -m68030 -msoft-float) and I removed the libm
reference after taking out the code which relied on it.