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] |
In an attempt to compile 2.95.3 using gcc-2.95.2 I get the following error:
make[3]: Entering directory
`/export/home1/wwinzer/mybuild/BUILD/gcc-2.95.3/gcc/ch'
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include parse.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include actions.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include except.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include grant.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include lang.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include tree.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include lex.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include decl.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include typeck.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include convert.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include expr.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include loop.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include tasking.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include timing.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include inout.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include satisfy.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c -DIN_GCC
-DSVR4 -g -O3 -I. -I.. -I. -I./.. -I./../config -I./../../include
ch-version.c
stage2/xgcc -Bstage2/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -DIN_GCC -DSVR4
-g -O3 -o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o
decl.o typeck.o convert.o expr.o loop.o tasking.o timing.o inout.o satisfy.o
ch-version.o \
`cat ../stamp-objlist` `if [ xobstack.o != x ]; then echo ../obstack.o;
else true; fi` `if [ xalloca.o != x ]; then echo ../alloca.o; else true; fi` `if
[ x != x ]; then echo ../; else true; fi`
collect2: ld terminated with signal 10 [Bus Error], core dumped
make[3]: *** [../cc1chill] Error 1
make[3]: Leaving directory
`/export/home1/wwinzer/mybuild/BUILD/gcc-2.95.3/gcc/ch'
make[2]: *** [cc1chill] Error 2
make[2]: Leaving directory `/export/home1/wwinzer/mybuild/BUILD/gcc-2.95.3/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/export/home1/wwinzer/mybuild/BUILD/gcc-2.95.3/gcc'
make: *** [bootstrap] Error 2
Any assistance is greatly appreciated.
- Wally Winzer Jr.
S/MIME Cryptographic Signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |