SUMMARY: Segfault buildning gcc-2.95.2 with Tru64 5.0A

From: Daniel Forsgren <daniel_at_virtutech.se>
Date: Wed, 13 Sep 2000 11:07:31 +0200

Problem
=======

Building gcc 2.95.2 on a PW 500au (tru64 5.0A) ended with a
segmentaion fault:

> rm -f SYSCALLS.c tmp-SYSCALLS.s
> cat ../../gcc-2.95.2/gcc/sys-types.h ../../gcc-2.95.2/gcc/sys-protos.h > SYSCALLS.c
> ./xgcc -B/usr/local/alphaev56-dec-osf5.0/bin/ -B./ -I/usr/local/alphaev56-dec-osf5.0/include -DIN_GCC -DHAIFA -O2 -g -I./include -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
> xgcc: Internal compiler error: program cpp got fatal signal 11
> *** Exit 1
> Stop.


Solution
========

First of all the use of gnu make (thanks to Chewy for his help on this
subject). And second - the configure script automatically identified
this host system as an ev56, which probably cased an illegal
instruction in the stage 1 compiler (xgcc).
Received on Wed Sep 13 2000 - 09:09:03 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:41 NZDT