This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug bootstrap/29509] gcj MetalLookAndFeel.java causes gcj to SIGILL on PPC Linux
- From: "billt at tutsys dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 25 Oct 2006 16:13:47 -0000
- Subject: [Bug bootstrap/29509] gcj MetalLookAndFeel.java causes gcj to SIGILL on PPC Linux
- References: <bug-29509-13430@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from billt at tutsys dot com 2006-10-25 16:13 -------
No luck using gcc 4.1.1 as the bootstrap compiler: I used the existing compiler
to build and install just the C compiler, which worked fine. "make bootstrap"
failed to build gcj using 4.1.1 as the C compiler. I then built and installed
the 4.1.1 versions of C and C++, and used *those* to "make bootstrap", but
still end up crashing when using "make bootstrap" build gcj (as well as the C
and C++ compilers):
make[7]: Entering directory
`/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava/classpath/lib'
true
top_builddir=.. top_srcdir=../../../../../../libjava/classpath /bin/sh
./gen-classlist.sh standard
Adding java source files from srcdir '../../../../../../libjava/classpath'.
Adding java source files from VM directory /tmp/gcc-4.1.1/libjava
Adding java source files from VM directory
/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava
Adding generated files in builddir '..'.
make -f ../../../../../../libjava/classpath/lib/Makefile.gcj \
GCJ='/tmp/gcc-4.1.1/820/gcc/gcj
-B/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava/
-B/tmp/gcc-4.1.1/820/gcc/' \
compile_classpath='..:/tmp/gcc-4.1.1/libjava:/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava:../../../../../../libjava/classpath:../../../../../../libjava/classpath/external/w3c_dom:../../../../../../libjava/classpath/external/sax:.:'
\
top_srcdir=../../../../../../libjava/classpath
make[7]: *** [compile-classes] Illegal instruction
make[7]: Leaving directory
`/tmp/gcc-4.1.1/820/powerpc-unknown-linux-gnu/nof/libjava/classpath/lib'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29509