Date: Sun, 30 Nov 1997 13:28:41 +0200 (IST) From: Eli Zaretskii To: djgpp AT delorie DOT com cc: lcleven AT total DOT net Subject: Re: RHIDE and co-processors ... In-Reply-To: <347EF29D.9AD67D43@domain.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 28 Nov 1997 defaultuser AT domain DOT com wrote: > Hello, I'm trying to get DJGPP running on 386 SX25's (with no math > co-processor) at my school. My teacher really likes the idea of having > the IDE (RHIDE) with DJGPP but we cant get it to work - every time we > load RHIDE it gives us an error saying no co-processor available. Now I > have heard that there are emulators that I can run to emulate (duh) a > co-processor. I was just wondering if you can give me any information > on which emulator I should be using for the type of computer I'm > running. I appreciate your help greatly! Thanx in advance. DJGPP comes with its own emulator, emu387.dxe. If you have installed djdev201.zip, it should be in your bin subdirectory, and any DJGPP program that needs it should load it automatically. If emu387.dxe is there, try setting 387=n in the environment and see if that helps.