Messages in this thread |  | | Subject | Re: [2.6.30-rc8 KVM] gcc 3.3 dies at emulate_2op_cl(). | From | Tetsuo Handa <> | Date | Sun, 7 Jun 2009 17:47:00 +0900 |
| |
Avi Kivity wrote: > Does the attached patch help? Unfortunately, no.
# gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-13) # make arch/x86/kvm/x86_emulate.o /usr/src/linux-2.6.30-rc8/arch/x86/Makefile:82: stack protector enabled but no compiler support CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALL scripts/checksyscalls.sh CC [M] arch/x86/kvm/x86_emulate.o gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
{standard input}: Assembler messages: {standard input}:4331: Warning: end of file not at end of a line; newline inserted make[1]: *** [arch/x86/kvm/x86_emulate.o] Error 1 make: *** [arch/x86/kvm/x86_emulate.o] Error 2
|  |