From: "Tom Hunt" Newsgroups: comp.os.msdos.djgpp Subject: Re: Linking DJGPP programs with MASM generated COFF files Date: Thu, 15 Mar 2001 19:22:51 -0500 Organization: East Stroudsburg University, Pennsylvania Lines: 35 Message-ID: <98rmam$a67$1@jake.esu.edu> References: <98ra9f$9rh$1 AT jake DOT esu DOT edu> <98rl6g$3922o$1 AT ID-57378 DOT news DOT dfncis DOT de> NNTP-Posting-Host: thunt1.lhup.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I checked the FAQ right after I posted the first time. Nothing in there on linking C and Assembler modules apart from. I'm sure if you might have read the FAQ too you would also have noticed they actually reccomend having MASM 6.11 or higher, which is what I have. I've used NASM before. I think it's a little too much like running a debug script for my tastes. The problem does not seem to be with the COFF file itself. It's just that the medium between the C module and the assembled coff is not getting set up right. I'm asking how that should be done correctly. How do you set it up with NASM? Maybe there's a similar method. "Alexei A. Frounze" wrote in message news:98rl6g$3922o$1 AT ID-57378 DOT news DOT dfncis DOT de... > AFAIK, MASM generates different type of COFF which is not same as supported > by DJGPP. > Use NASM instead of MASM and you'll be OK. > Also don't feel shame to take a look in DJGPP FAQ and other documents > available online at DJGPP site. You'll find there a lot of answers and > links... > > Good Luck > -- > Alexei A. Frounze > alexfru [AT] chat [DOT] ru > http://alexfru.chat.ru > http://members.xoom.com/alexfru/ > http://welcome.to/pmode/ >