X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 14 Mar 2002 07:57:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rajesh Vivekanandham cc: djgpp-workers AT delorie DOT com Subject: Re: COFF and MASM In-Reply-To: <000101c1cac6$d28d8570$6d06d6d2@terax> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 14 Mar 2002, Rajesh Vivekanandham wrote: > I am using MASM's (v6.15) COFF object files with Djgpp v2 (RHIDE ) and > am getting a strange error while calling the coff file from a c program > in the RHIDE env. I think this is a known problem: MASM's COFF output is not fully compatible with the DJGPP COFF format. I suggest to use NASM instead.