Page 1 of 1

32 bit compilers (not djgpp)  (no 16 bit compilers

Posted: Fri Dec 27, 2002 12:00 am
by markus
I need a 32 bit compiler but not the djgpp compiler. I need it to compile my OS (32bit pmode) to a binary (.bin) file. Can you help me?

RE:32 bit compilers (not djgpp)  (no 16 bit compilers)

Posted: Sat Dec 28, 2002 12:00 am
by carbonBased
DJGPP will do this.

use "-oformat binary" when linking with ld.

Other 32-bit compilers you might be interested in:
Borland's BCC (version 5.0???) command line compiler is available for free off their site
Watcom (www.watcom.org, I believe)

Jeff