X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Rajesh Vivekanandham" To: Subject: RE: COFF and MASM Date: Thu, 14 Mar 2002 15:05:44 +0530 Message-ID: <000001c1cb3b$a0caaa70$cc06d6d2@terax> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 But the DJGPP FAQ clearly says that u can use MASM 6.11 COFF output with DJGPP... Is there any change between 6.11 and 6.15 COFF formats.. sounds like a very remote possibility.. I HAVE TO BE ABLE TO USE MASM 6.15 as I need support for SSE ans SSE2 instructions which are not supported by NASM as of now Any ideas???? AAAAAAAANNNNYYYYTHING will help.. thanx -----Original Message----- From: Eli Zaretskii [mailto:eliz AT is DOT elta DOT co DOT il] Sent: Thursday, March 14, 2002 11:27 AM To: Rajesh Vivekanandham Cc: djgpp-workers AT delorie DOT com Subject: Re: COFF and MASM 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.