Bug 48460 - The compilation of Qemu 0.14.0 stops on a ARM cpu based board
Summary: The compilation of Qemu 0.14.0 stops on a ARM cpu based board
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 4.3.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 12:07 UTC by Marietto
Modified: 2011-04-05 13:02 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marietto 2011-04-05 12:07:28 UTC
I'm trying to compile qemu 0.14.0 on the Insignia Infocast 8" (its a chumby based device : www.chumby.com) it is based on a ARM cpu based board. 

chumby:/qemu/i386-softmmu# uname -a
Linux chumby 2.6.28-M2.1.8.12 #1 Thu Dec 9 13:04:27 PST 2010 armv5tejl GNU/Linux

The compilation stops on the translate.o file :

chumby:/qemu# apt-get install git-core gitweb
chumby:/qemu# git clone git://git.qemu.org/qemu.git
chumby:/qemu# cd qemu
chumby:/qemu# ./configure
chumby:/qemu# make

  CC    i386-softmmu/translate.o
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[1]: *** [translate.o] Error 1
make: *** [subdir-i386-softmmu] Error 2
chumby:/qemu#

chumby:/# gcc -v
Using built-in specs.
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libssp --disable-sjlj-exceptions --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1)
Comment 1 Richard Biener 2011-04-05 12:51:38 UTC
gcc: Internal error: Killed (program cc1)

you ran out of memory.
Comment 2 Marietto 2011-04-05 13:02:21 UTC
(In reply to comment #1)
> gcc: Internal error: Killed (program cc1)
> 
> you ran out of memory.

I've read somewhere that's possible to compile qemu without to go out of memory.