From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44866 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr9qc-0006Dg-OJ for qemu-devel@nongnu.org; Sun, 20 Feb 2011 09:01:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pr9qb-0002Cr-OF for qemu-devel@nongnu.org; Sun, 20 Feb 2011 09:01:14 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:58568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pr9qb-0002Cl-Lo for qemu-devel@nongnu.org; Sun, 20 Feb 2011 09:01:13 -0500 Received: by yxk8 with SMTP id 8so384170yxk.4 for ; Sun, 20 Feb 2011 06:01:12 -0800 (PST) MIME-Version: 1.0 Date: Sun, 20 Feb 2011 15:01:12 +0100 Message-ID: From: nello martuscielli Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] qemu-0.14.0 doesn't compile on ppc32 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org hi, i'm unable to compile qemu-0.14.0 on my PowerPC box. The same kind of error there is also compiling qemu-0.13.0 in the same environment. Testing box is a PowerMac G4 with CRUX PPC (32bit) 2.7 gcc-4.5.2, binutils-2.21, glibc-2.12.2, linux-2.6.37.1 I always get the same compile failure. # crux CRUX PPC (32 bit) version 2.7 # uname -a Linux hermes 2.6.37.1 #1 PREEMPT Fri Feb 18 21:12:07 CET 2011 ppc 7447A, altivec supported PowerBook6,7 GNU/Linux # gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/powerpc-unknown-linux-gnu/4.5.2/lto-wrapper Target: powerpc-unknown-linux-gnu Configured with: ../gcc-4.5.2/configure --disable-multilib --prefix=/usr --mandir=/usr/man --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no --enable-long-long --with-system-zlib --with-pkgversion='CRUX PPC' --host=powerpc-unknown-linux-gnu --build=powerpc-unknown-linux-gnu --target=powerpc-unknown-linux-gnu Thread model: posix gcc version 4.5.2 (CRUX PPC) [...] CC x86_64-softmmu/balloon.o CC x86_64-softmmu/virtio-blk.o CC x86_64-softmmu/virtio-balloon.o CC x86_64-softmmu/virtio-net.o CC x86_64-softmmu/virtio-serial-bus.o CC x86_64-softmmu/virtio-pci.o CC x86_64-softmmu/vhost_net.o CC x86_64-softmmu/virtio-9p.o CC x86_64-softmmu/rwhandler.o CC x86_64-softmmu/kvm-stub.o CC x86_64-softmmu/exec.o CC x86_64-softmmu/translate-all.o CC x86_64-softmmu/cpu-exec.o CC x86_64-softmmu/translate.o {standard input}: Assembler messages: {standard input}:11903788: Warning: end of file not at end of a line; newline inserted gcc: Internal error: Killed (program cc1) Please submit a full bug report. See for instructions. make[1]: *** [translate.o] Error 1 make[1]: *** Deleting file `translate.o' make: *** [subdir-x86_64-softmmu] Error 2 instead with the same configure: --audio-drv-list=alsa,sdl --enable-sdl --disable-bluez --disable-kvm it compiles fine on my ppc64 (G5) box with CRUX PPC (64bit) 2.7 Can i receive help about? Is it really a compiler problem? I compiled a lot of stuff and this is the first time i receive this kind of error. thanks and my best regards, Nello -- CRUX PPC user!