Message-Id: <5.1.0.14.2.20011112161915.00a735c0@pop.softhome.net> X-Sender: tergiversator AT pop DOT softhome DOT net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 12 Nov 2001 16:22:31 +1100 To: djgpp AT delorie DOT com From: Le Chat Noir Subject: Re: Compiling on NT, running on DOS In-Reply-To: <3BEF168D.18218F05@barney.physics.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At 12/11/2001 11:23 AM, you wrote: >Hello Folks, > >I'm trying to build an embedded system and I'm using DJGPP. > >I want to be able to gcc compile the code on Windows 2000 (NT) and run >the executables on DOS 6.22. I'm running into DPMI problems when I do >this. Is there a solution? Question 9.6 in the FAQ answers this: there needs to be a DPMI server on the machine, such as cwsdpmi.exe, QEMM, etc. cwsdpmi.exe is the free, djgpp solution, which you can download from the same place as djgpp. Cheers.