This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error
- From: Samiran <samiran at ibextech dot com>
- To: bug-gcc at gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Tue, 19 Mar 2002 09:53:23 +0530
- Subject: Internal compiler error
Hi all,
give me some suggestion to solve this problem ,at the time of
make -w all-gcc install-gcc
I got the following [ small portion is given]
____________________________________________________________________________
__________________________________-
gcc -c -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I.
-I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc -I/src/gcc/gcc-core-2.95.2/gcc-
2.95.2/gcc/config -I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/../include
/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/genattr.c
gcc -c -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I.
-I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc -I/src/gcc/gcc-core-2.95.2/gcc-
2.95.2/gcc/config -I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/../include
/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/rtl.c
gcc -c -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I.
-I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc -I/src/gcc/gcc-core-2.95.2/gcc-
2.95.2/gcc/config -I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/../include
/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/bitmap.c
gcc -c -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I.
-I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc -I/src/gcc/gcc-core-2.95.2/gcc-
2.95.2/gcc/config -I/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/../include
/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/print-rtl.c
gcc -DIN_GCC -g -O2 -DHAVE_CONFIG_H -o genattr \
genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo
obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` c
ase "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in
?*) echo ;; esac ` -ladvapi32
./genattr /src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/config/i386/i386.md >
tmp-attr.h
. At file position: 155ound character
Following characters are:
;; This file is part of GNU CC.
;; GNU CC is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software FouAborting.
genattr: Internal compiler error in `dump_and_abort', at
/src/gcc/gcc-core-2.95.2/gcc-2.95.2/gcc/rtl.c:539
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
make[1]: *** [s-attr] Error 33
make[1]: Leaving directory `/tmp/build/gcc/gcc'
make: *** [all-gcc] Error 2
make: Leaving directory `/tmp/build/gcc'
____________________________________________________________________________
__________________________________-
I'm a software engineer working on ECOS porting on a 386 pc. I have
downloaded gcc-core-2.95.2 ,I am trying to Build and install for 386 PC
for eCos as described in
The building of the Intel x86 GNU tools are described (for the
Windows host platform) on the eCos website at:
http://sources.redhat.com/ecos/tools/win-i386-elf.html
Rgds.
Samiran