Mail Archives: djgpp/1996/10/13/06:49:28
On Thu, 10 Oct 1996, David L Clayton wrote:
> Anyone fancy converting a whole bunch of MASM code into DJGPP inline?
>
> Included is an .ASM file, which compiles with MASM to form IPX.lib =
> (compatible with TC 1.5). I can't seem to get it to compile with DJGPP, =
> as it keeps saying that none of the commands are recognised.=20
> I've tried putting it as inline, and even creating a makefile, but to no =
> avail. Any suggestions?
Suggestion: read the DJGPP FAQ list (available as v2/faq201b.zip from the
same place you get DJGPP). It explains in section 17.1 that the
assembler used by GCC uses an entirely different syntax. You will have
to convert your assembly source before it will accept it.
- Raw text -