This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

g++ internal error?


Here's an interesting one.  I'm building Crosstool-NG 1.8.2 under Ubuntu
10.10 in a VM running under Fedora 13 using an NFS mounted drive for
storage.  While compiling ppl I got this:

[ALL  ]    libtool: compile:  x86_64-build_unknown-linux-gnu-g++
-DHAVE_CONFIG_H -I.
-I/home/mjhammel/feynman/src/ximba/ubb/src/../bld/crosstool-ng-1.8.2.bld/work/src/ppl-0.10.2/interfaces/C -I../.. -I/home/mjhammel/feynman/src/ximba/ubb/src/../bld/crosstool-ng-1.8.2.bld/work/src/ppl-0.10.2/interfaces -I../../interfaces/C -I../../src -I/home/mjhammel/feynman/src/ximba/ubb/src/../bld/crosstool-ng-1.8.2.bld/work/arm-unknown-linux-uclibcgnueabi/build/static/include -O2 -frounding-math -pipe -W -Wall -MT ppl_c_BD_Shape_mpz_class.lo -MD -MP -MF .deps/ppl_c_BD_Shape_mpz_class.Tpo -c ppl_c_BD_Shape_mpz_class.cc -o ppl_c_BD_Shape_mpz_class.o
[ERROR]    g++: Internal error: Killed (program cc1plus)
[ALL  ]    Please submit a full bug report.
[ALL  ]    See <file:///usr/share/doc/gcc-4.4/README.Bugs> for
instructions.
[ERROR]    make[8]: *** [ppl_c_BD_Shape_mpz_class.lo] Error 1
[ALL  ]    make[8]: *** Waiting for unfinished jobs....
[ALL  ]    mv
-f .deps/ppl_c_implementation_common.Tpo .deps/ppl_c_implementation_common.Plo
[ALL  ]    mv -f .deps/ppl_c_Grid.Tpo .deps/ppl_c_Grid.Plo
[ALL  ]    mv -f .deps/ppl_c_Polyhedron.Tpo .deps/ppl_c_Polyhedron.Plo
[ALL  ]    mv
-f .deps/ppl_c_Rational_Box.Tpo .deps/ppl_c_Rational_Box.Plo
[ALL  ]    mv
-f .deps/ppl_c_BD_Shape_mpq_class.Tpo .deps/ppl_c_BD_Shape_mpq_class.Plo
[ALL  ]    mv
-f .deps/ppl_c_Octagonal_Shape_mpq_class.Tpo .deps/ppl_c_Octagonal_Shape_mpq_class.Plo
[ALL  ]    mv
-f .deps/ppl_c_Octagonal_Shape_mpz_class.Tpo .deps/ppl_c_Octagonal_Shape_mpz_class.Plo
[ALL  ]    make[8]: Leaving directory
`/home/mjhammel/feynman/src/ximba/ubb/bld/crosstool-ng-1.8.2.bld/work/arm-unknown-linux-uclibcgnueabi/build/build-ppl/interfaces/C'
[ERROR]    make[7]: *** [all-recursive] Error 1


I'd lean toward this being a problem with the VM or Ubuntu, in which
case I'm heavily leaning towards dumping the VM and getting some extra
iron to do Ubuntu builds.  The I/O in the VM is too slow anyway.  Any
thoughts?
-- 
Michael J. Hammel <crosstoolng@graphics-muse.org>


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]