Mail Archives: djgpp/1999/10/31/08:28:45
On Sun, 31 Oct 1999, Fine Print Books wrote:
> I have been using djgpp successfully on a 486dx but when I try to run
> it on a 486sx I get a runtime error - "coprocessor not available at
> eip=00002eac".
You need to install a floating-point emulator. djdev202.zip comes with
emu387.dxe; make sure it is installed on your 486SX, and point the EMU387
environment variable to the full path of emu3876.dxe. Then it should
work.
> Can anyone tell me how to explain to the system that I don't have a
> coprocessor?
Your system already knows that it doesn't have a coprocessor. That's why
it complains.
- Raw text -