From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgoAE-000296-VQ for qemu-devel@nongnu.org; Fri, 10 Jun 2005 14:23:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dgo7U-0000nW-9H for qemu-devel@nongnu.org; Fri, 10 Jun 2005 14:20:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dgo7J-0000Rv-Ip for qemu-devel@nongnu.org; Fri, 10 Jun 2005 14:20:29 -0400 Received: from [213.140.2.37] (helo=ms007msg.fastweb.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgniS-0004iV-Aw for qemu-devel@nongnu.org; Fri, 10 Jun 2005 13:54:48 -0400 Received: from [37.254.28.25] (37.254.28.25) by ms007msg.fastweb.it (7.2.052.3) id 41FFAE6000F08052 for qemu-devel@nongnu.org; Fri, 10 Jun 2005 19:54:21 +0200 From: Gioele Barabucci Date: Fri, 10 Jun 2005 19:54:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506101954.54208.dev@gioelebarabucci.com> Subject: [Qemu-devel] qemu 0.7.0 does not compile with binutils 2.16 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 Hi, I tried to compile qemu 0.7.0 on my gentoo-ppc box. This is what the configuration script outputs: 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-softmmu 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 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 /usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.3-20050110/../../../../powerpc-unknown-linux-gnu/bin/ld: qemu-i386: Not enough room for program headers (allocated 9, need 10) /usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.3-20050110/../../../../powerpc-unknown-linux-gnu/bin/ld: final link failed: Bad value 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 I used gcc-3.4.3, binutils 2.16 and gentoo's glibc 2.3.4.20041102-r1 with NPTL. I found a bug report similar to mine in the archives, but there was no reply. Is this bug going to be fixed in qemu 0.7.1? -- Gioele