From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dh02B-0002bO-Oy for qemu-devel@nongnu.org; Sat, 11 Jun 2005 03:04:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dh029-0002au-S5 for qemu-devel@nongnu.org; Sat, 11 Jun 2005 03:03:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dh027-0002Xq-Ri for qemu-devel@nongnu.org; Sat, 11 Jun 2005 03:03:56 -0400 Received: from [64.233.162.198] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgzuJ-0007VK-0J for qemu-devel@nongnu.org; Sat, 11 Jun 2005 02:55:51 -0400 Received: by zproxy.gmail.com with SMTP id 16so1180439nzp for ; Fri, 10 Jun 2005 23:55:15 -0700 (PDT) Message-ID: Date: Sat, 11 Jun 2005 08:55:15 +0200 From: David Coppa Subject: Re: [Qemu-devel] qemu 0.7.0 does not compile with binutils 2.16 In-Reply-To: <200506101954.54208.dev@gioelebarabucci.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506101954.54208.dev@gioelebarabucci.com> Reply-To: David Coppa , 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 I've the same problem on my iBook running gentoo-ppc. Maybe is a ppc-related problem... Best regards, David Coppa On 6/10/05, Gioele Barabucci wrote: > Hi, >=20 > I tried to compile qemu 0.7.0 on my gentoo-ppc box. > This is what the configuration script outputs: >=20 > Install prefix /usr > BIOS directory /usr/share/qemu > binary directory /usr/bin > Manual directory /usr/share/man > ELF interp prefix /usr/gnemul/qemu-%M > Source path /var/tmp/portage/qemu-0.7.0/work/qemu-0.7.0 > C compiler gcc > make make > host CPU powerpc > host big endian yes > target list i386-user ppc-user i386-softmmu ppc-softmmu x86_64-so= ftmmu > gprof enabled no > static build no > SDL support yes > SDL static link yes > mingw32 support no > Adlib support no > FMOD support no > kqemu support no >=20 > And this is the error message: > gcc -g -Wl,-T,/var/tmp/portage/qemu-0.7.0/work/qemu-0.7.0/ppc.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 >=20 > /usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.3-20050110/../../../../power= pc-unknown-linux-gnu/bin/ld: > qemu-i386: Not enough room for program headers (allocated 9, need 10) >=20 > /usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.3-20050110/../../../../power= pc-unknown-linux-gnu/bin/ld: > final link failed: Bad value >=20 > collect2: ld returned 1 exit status > make[1]: *** [qemu-i386] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/qemu-0.7.0/work/qemu-0.7.0/i386-user' > make: *** [all] Error 1 >=20 > I used gcc-3.4.3, binutils 2.16 and gentoo's glibc 2.3.4.20041102-r1 with > NPTL. >=20 > I found a bug report similar to mine in the archives, but there was no re= ply. > Is this bug going to be fixed in qemu 0.7.1? >=20 > -- > Gioele >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >