Re: C 16 bit compiler

Marco <prenom_nomus@yahoo.com>
Sat, 20 Nov 2010 07:29:06 -0800 (PST)

          From comp.compilers

Related articles
[5 earlier articles]
Re: C 16 bit compiler ArarghMail009@Arargh.com (2010-09-30)
Re: C 16 bit compiler ilikequoting@katamail.com (Jack Smith) (2010-10-01)
Re: C 16 bit compiler gneuner2@comcast.net (George Neuner) (2010-10-01)
Re: C 16 bit compiler gneuner2@comcast.net (George Neuner) (2010-10-03)
Re: C 16 bit compiler cr88192@hotmail.com (BGB / cr88192) (2010-10-06)
Re: C 16 bit compiler newshound1@digitalmars.com (Walter Bright) (2010-11-11)
Re: C 16 bit compiler prenom_nomus@yahoo.com (Marco) (2010-11-20)
| List of all articles for this month |

From: Marco <prenom_nomus@yahoo.com>
Newsgroups: comp.compilers
Date: Sat, 20 Nov 2010 07:29:06 -0800 (PST)
Organization: Compilers Central
References: 10-09-027 10-11-024
Keywords: C, code, linker
Posted-Date: 21 Nov 2010 23:05:20 EST

On Nov 11, 1:44 am, Walter Bright <newshou...@digitalmars.com> wrote:
> Jack Smith wrote:
> > Do you know about a compiler C which can compile into 16 bit?
>
> The Digital Mars C compiler
can:http://www.digitalmars.com/download/freecompiler.html
>
> > i've tried watcom, but it's difficult to use and i need that 16 bit
> > binary to be an ELF, not an OMF, besides ELF is rudimentary in wlink.
>
> Why ELF? DMC generates OMF, and the linker will turn it into COM, SYS or EXE
files.


It seems that the OP needs to use the Watcom linker wlink as described
here:
http://wiki.osdev.org/WLink



Post a followup to this message

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