From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 982 invoked by alias); 20 Aug 2006 19:59:32 -0000 Received: (qmail 974 invoked by uid 22791); 20 Aug 2006 19:59:31 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.hotpop.com (HELO smtp-out.hotpop.com) (38.113.3.61) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 Aug 2006 19:59:30 +0000 Received: from hotpop.com (kubrick.hotpop.com [38.113.3.105]) by smtp-out.hotpop.com (Postfix) with SMTP id BDDE0473D464 for ; Sun, 20 Aug 2006 19:56:36 +0000 (UTC) Received: from dell (203-109-186-199.dialup.ihug.co.nz [203.109.186.199]) by smtp-3.hotpop.com (Postfix) with ESMTP id C5F1D2B1423A; Sun, 20 Aug 2006 04:06:12 +0000 (UTC) Message-ID: <001801c6c40e$506f5e60$c7ba6dcb@dell> From: "Matthew Bentley" To: "Daniel Jacobowitz" Cc: References: <002301c6c3ef$e9db47e0$c7ba6dcb@dell> <20060820014519.GA5865@nevyn.them.org> Subject: Re: Smpeg MMX asm compilation (problem) Date: Mon, 21 Aug 2006 01:54:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00214.txt.bz2 Thanks Daniel- I've been trying to figure that out for ages. Any way at all to compile ELF asm in windows? Or an easy way to convert the code to COFF? Thanks, Mat ----- Original Message ----- From: "Daniel Jacobowitz" To: "Matthew Bentley" Cc: Sent: Sunday, August 20, 2006 1:45 PM Subject: Re: Smpeg MMX asm compilation (problem) > On Sun, Aug 20, 2006 at 12:30:55PM +1200, Matthew Bentley wrote: > > I'm building under msys, mingw. > > > .text > > .align 4 > > .globl cpu_flags > > .type cpu_flags,@function > > This is ELF assembly. It won't work on mingw32, which uses COFF/PE. > > -- > Daniel Jacobowitz > CodeSourcery >