Mail Archives: djgpp/1995/04/11/17:36:02
> I am porting my library from MSC to GCC which is made up of C and
> .ASM files. I want to create with these files a new library using GCC and
> MASM. So,...
> 1. Do i have to assemble the .ASM with GCC?. If so, what switches should
> i use?.
> 2. Can i use .OBJ files compiled with MASM to create the library?
You can generate object files which DJGPP can use by having the MASM
produce COFF objects instead of the default. GCC uses COFF format.
- Raw text -