This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

snapshot egcs-20000228



Dear all
I tried to install the snapshot egcs-20000228 on a linux machine running
RH6.1 
I have configured it with
configure --prefix=/usr/local/egcs-20000228 --enable-shared
which gives me
configure
--with-gcc-version-trigger=/home/patrick/src/egcs-20000228/gcc/version.c
--host=i586-pc-linux-gnu --prefix=/usr/local/egcs-20000228 --enable-shared
--norecursion 
# using "mh-frag" and "mt-frag"

When I run make bootstrap, it crashes when running
stage1/xgcc -Bstage1/ -B/usr/local/egcs-20000228/i586-pc-linux-gnu/bin/ -c
-DIN_GCC    -W -Wall -Wtraditional -O2 -g -O2  -DHAVE_CONFIG_H
-I. -I. -I./config -I./../include ./genattrtab.c
stage1/xgcc -Bstage1/ -B/usr/local/egcs-20000228/i586-pc-linux-gnu/bin/
-DIN_GCC    -W -Wall -Wtraditional -O2 -g -O2  -DHAVE_CONFIG_H  -o
genattrtab \
 genattrtab.o rtl.o bitmap.o ggc-none.o print-rtl.o errors.o ` case
"obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac
` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` `
case "" in ?*) echo  ;; esac ` 
./genattrtab ./config/i386/i386.md > tmp-attrtab.c
make[2]: *** [s-attrtab] Error 139
make[2]: Leaving directory `/home/patrick/src/egcs-20000228/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/patrick/src/egcs-20000228/gcc'
make: *** [bootstrap] Error 2

I have run manually the program genattrtab
cd gcc
./genattrtab ./config/i386/i386.md
And it generates a core file :

/* Generated automatically by the program `genattrtab'
from the machine description file `md'.  */

Segmentation fault (core dumped)

Do you have any idea what is wrong?

Sincerely

Patrick Guio


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