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]
Other format: [Raw text]

Can't build ada/ada.ads in gcc-3.4.1 for sparc64-linux: stage1/xgcc Bus error


AuroraFedora Core release 1.91 (Wombat FC2) UP UltraSparc I (SpitFire) sun4u:
 
binutils-2.15.90.0.3-6
bison-1.875-7.1
dejagnu-1.4.2-11
expect-5.39.0-96.1
gcc-3.3.3-3
glibc-2.3.3-26sparc3.sparc
glibc-2.3.3-26sparc3.sparc64
glibc-kernheaders-2.6-14sparc
kernel-2.6.6-1.370sp2
kernel-2.6.6-1.411sp1
tcl-8.4.5-6
zlib-1.2.1.1-2.1.sparc
zlib-1.2.1.1-2.1.sparc64

the installed gcc-3.3.3-3 has the accompanying gnat components
installed, that is, gcc-gnat-3.3.3-3 and libgnat-3.3.3-3.

configure: sparc64-linux --prefix=/usr/local/gcc-binutils --enable-__cxa_atexit --enable-shared --enable-threads=posix --with-system-zlib



While trying to bootstrap gcc-3.4.1 with Ada, I get the following
bootstrap error:

stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc64-linux/bin/   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition     -DHAVE_CONFIG_H  gcov-dump.o version.o ../libiberty/libiberty.a   -o gcov-dump
stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc64-linux/bin/ -c -g -O2   -gnatpg -gnata -I- -I. -Iada -I/usr/local/src/branch/gcc/gcc/ada /usr/local/src/branch/gcc/gcc/ada/ada.ads -o ada/ada.o
+===========================GNAT BUG DETECTED==============================+
| 3.4.1 (sparc64-unknown-linux-gnu) Bus error                              |
| No source file position information available                            |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+
 
Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
 
 
compilation abandoned
make[2]: *** [ada/ada.o] Error 1
make[2]: Leaving directory `/usr/local/src/branch/objdir/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/local/src/branch/objdir/gcc'
make: *** [bootstrap-lean] Error 2

Cheers,

/ChJ


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