This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc-3.0 bootstrap failure on hppa64-hp-hpux11.00
- To: gcc-bugs at gcc dot gnu dot org
- Subject: gcc-3.0 bootstrap failure on hppa64-hp-hpux11.00
- From: Markus Werle <markus at lufmech dot rwth-aachen dot de>
- Date: Thu, 21 Jun 2001 16:55:02 +0200
Hi!
I guess its still not so easy to obtain an ELF version, but maybe I just
did it wrong,
so please tell me:
# ../gcc-3.0/configure --host=hppa64-hp-hpux11.00
-prefix=/opt/FREE-SOFTWARE/gcc-3.0-ELF --enable-languages=c,c++,f77
--with-gnu-as --with-gnu-ld
--with-as=/opt/FREE-SOFTWARE/gcc-3.0-ELF/bin/as
--with-ld=/opt/FREE-SOFTWARE/gcc-3.0-ELF/bin/ld
--enable-version-specific-runtime-libs 2>&1 | tee ../configure-elf.log
&& gmake -j8 CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' bootstrap 2>&1 | tee ../bootstrap-elf.log
[...]
gmake[3]: Leaving directory `/work/markus/GCC/build-elf/gcc/po'
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B./ -B/opt/FREE-SOFTWARE/gcc-3.0-ELF/hppa64-hp-hpux11.00/bin/
-isystem /opt/FREE-SOFTWARE/gcc-3.0-ELF/hppa64-hp-hpux11.00/include -S
tmp-dum.c
cc1: Internal compiler error in set_sizetype, at stor-layout.c:1673
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[2]: *** [s-under] Error 1
gmake[2]: Leaving directory `/work/markus/GCC/build-elf/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/work/markus/GCC/build-elf/gcc'
gmake: *** [bootstrap] Error 2