From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRlJY-0005xQ-Fc for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:09:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRlJX-0005x6-T3 for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:09:20 -0400 Received: from [199.232.76.173] (port=40697 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRlJX-0005wk-Hb for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:09:19 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:59277) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRlJW-0000eV-3x for qemu-devel@nongnu.org; Fri, 17 Jul 2009 07:09:18 -0400 Received: by fg-out-1718.google.com with SMTP id l27so137145fgb.8 for ; Fri, 17 Jul 2009 04:09:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1247828649.25020.50.camel@blaa> References: <761ea48b0907170344s40747659n6f648c27b5a325c8@mail.gmail.com> <1247828649.25020.50.camel@blaa> Date: Fri, 17 Jul 2009 13:09:16 +0200 Message-ID: <761ea48b0907170409u77ebf007y72ef0a672e37cfc2@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH] ELF coredump From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org On Fri, Jul 17, 2009 at 1:04 PM, Mark McLoughlin wrote: > Hi Laurent, > > On Fri, 2009-07-17 at 12:44 +0200, Laurent Desnogues wrote: >> Hello, >> >> while trying to cross-compile QEMU for ARM as host, I found >> that elf_greg_t and some other types were already defined >> by the include files of my cross-compiler (CSL 2009q1-203). >> The attached patch fixes the issue. > > This also looks like it might help to fix the build on ppc: > > =A0https://bugs.launchpad.net/qemu/+bug/393531 Probably, it's the exact same error I had (though I don't remember experiencing the error on line 433, but that might be a memory issue :-). Laurent