From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DsKGS-0006KA-EE for qemu-devel@nongnu.org; Tue, 12 Jul 2005 08:53:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DsKGE-0006BP-Ox for qemu-devel@nongnu.org; Tue, 12 Jul 2005 08:53:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsKGB-00068Z-6O for qemu-devel@nongnu.org; Tue, 12 Jul 2005 08:53:15 -0400 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DsKFF-0003Fm-Ea for qemu-devel@nongnu.org; Tue, 12 Jul 2005 08:52:17 -0400 From: Paul Brook Subject: Re: [Qemu-devel] trunk sources fails to compile on Debian GNU/Linux 3.1 on AMD64. Date: Tue, 12 Jul 2005 13:44:14 +0100 References: <200507121315.29311.mike.wetherell@ntlworld.com> In-Reply-To: <200507121315.29311.mike.wetherell@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507121344.16343.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tuesday 12 July 2005 13:15, Michael Wetherell wrote: > On Tuesday 12 Jul 2005 11:59, Karel Gardas wrote: > > > Qemu's trunk sources obtained from today CVS fails to compile on > > > debian 3.1/amd64 platform. The error is: > > > > > > gcc -g -Wl,-T,/home/karel/cvs/qemu/qemu/x86_64.ld -o qemu-i386 > > > elfload.o main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o > > > vm86.o libqemu.a gdbstub.o -lm > > > /usr/bin/ld:/home/karel/cvs/qemu/qemu/x86_64.ld:62: parse error > > > collect2: ld returned 1 exit status > > > > short followup: exactly the same issue also hits qemu 0.7.0 release. > > Here's a suggested fix. For the record the script works fine with newer binutils. Older binutils don't support the ONLY_IF_R[OW] keyworks. Paul