Re: DOS 5.0 Compiler?

Axel Kittenberger <axel@dtone.org>
25 Nov 2001 22:32:40 -0500

          From comp.compilers

Related articles
DOS 5.0 Compiler? jeff_hamann@hamandonald.com (Jeff D. Hamann) (2001-11-17)
Re: DOS 5.0 Compiler? jvandyk@attglobal.net (Jerry van Dijk) (2001-11-25)
Re: DOS 5.0 Compiler? axel@dtone.org (Axel Kittenberger) (2001-11-25)
Re: DOS 5.0 Compiler? jgd@cix.co.uk (2001-11-25)
Re: DOS 5.0 Compiler? adamo@dblab.ece.ntua.gr (2001-11-25)
Re: DOS 5.0 Compiler? shankarunni@earthlink.net (Shankar Unni) (2001-11-25)
| List of all articles for this month |

From: Axel Kittenberger <axel@dtone.org>
Newsgroups: comp.compilers
Followup-To: comp.os.msdos.programmer
Date: 25 Nov 2001 22:32:40 -0500
Organization: Kabelsignal AG Broadband Service
References: 01-11-094
Keywords: C, GCC
Posted-Date: 25 Nov 2001 22:32:40 EST

> I have a project where I need to produce a DOS 5 compatible executable and
> have no DOS 5 machines. Is there a "cross-compiler" I could run under
> FreeBSD/Linux? SHould I try to run an old copy of MSC7 under a DOS
> emulator on FreeBSD/Linux?
>
> Where would be a good resource to find out more information?


The GNU C compiler, GCC can do that:
http://gcc.gnu.org


From the manual it has the configure target 'DOS'. I guess for the rest the
usual gcc cross compiling HOWTO's apply, best see the gcc installation
manuals, however might be a bit tricky getting it to run for the very first
time.


Also a link that might be interesting for you is:
http://www.delorie.com/djgpp/


DJGPP is a gcc running itself under old style DOS. Beside that they might
also have some interesting information, also for cross-compiling for DOS on
a UNIX machine.


- Axel
--
|D) http://www.dtone.org


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.