This is the mail archive of the gcc@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]

updating egcs on Linux RedHat 5.1


Hi,

I'm sorry if such a question had already been submitted.

I want to update egcs 1.0.2  on the RedHat 5.1 distribution and i use
the egcs 1.1b source archive.
The CPU of my computer is a Cyrix P166+, also recognized as a i586
platform.

After a few minutes i have this error message :

gcc  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs-1.1b/gcc
-I../../egcs-1.1b/gcc/confi
g -c insn-emit.c
gcc -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs-1.1b/gcc
-I../../egcs-1.1b/gcc/co
nfig ../../egcs-1.1b/gcc/profile.c
gcc -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs-1.1b/gcc
-I../../egcs-1.1b/gcc/co
nfig ../../egcs-1.1b/gcc/genattrtab.c
gcc  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o genattrtab \
 genattrtab.o rtl.o bitmap.o print-rtl.o rtlanal.o ` case "obstack.o" in
?*) echo obstack.o ;;
 esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac
` ` case "" in ?*) ech
o  ;; esac ` ` case "" in ?*) echo  ;; esac `
if cmp -s Makefile   ../../egcs-1.1b/gcc/config/i386/i386.md;   \
then                                    \
  echo Using ;  \
  cp  tmp-attrtab.c;    \
else                                    \
  ./genattrtab ../../egcs-1.1b/gcc/config/i386/i386.md > tmp-attrtab.c;
\
fi
make[2]: *** [s-attrtab] Error 139
make[2]: Leaving directory `/root/gnu/egcsobj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/root/gnu/egcsobj/gcc'
make: *** [bootstrap] Error 2

If I try to force the generation of the file tmp-attrtab.c with the
program genattrab, it produce a coredump.

So, my question is : what can I do to avoid this problem, and what is
the last patch correcting it ?

Thank you for your answer.

C.Stolz

--
Christophe Stolz
ESSAIM equipe EEA groupe FOTI
12, rue des Freres Lumiere
68093 Mulhouse cedex
tel 03.89.33.69.32
email c.stolz@essaim.univ-mulhouse.fr




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