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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
markus

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

Post 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?
carbonBased

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

Post 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
Post Reply