This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Cross compiler with egcs, using GNAT, question


Hi:

Has anybody done a cross compiler based on egcs and including the gnat
ada front end?  I got most of it, but it doesn't want to compile
gnatlib.  I'm curious if this is a cross compiler problem only, or if
it's some known bug that I haven't read about.  Here's the last bit of
the build, showing the error message...

make[1]: `../../../gcc/ada/a-cstrea.o' is up to date.
make[1]: `a-errno.o' is up to date.
make[1]: `../../../gcc/ada/a-exit.o' is up to date.
make[1]: `../../../gcc/ada/a-raise.o' is up to date.
make[1]: `../../../gcc/ada/a-sysdep.o' is up to date.
make[1]: `a-time.o' is up to date.
make[1]: `io-aux.o' is up to date.
make[1]: `../../../gcc/ada/a-init.o' is up to date.
make[1]: `../../../gcc/ada/a-final.o' is up to date.
make[1]: `../../../gcc/ada/ada.o' is up to date.
../../xgcc -B../../ -c -O2 -I/usr/local/m68k-headers -UIN_GCC  -gnatpg
-I. -I../../../gcc/ada calendar.ads
xgcc: Internal compiler error: program gnat1 got fatal signal 11
make[1]: *** [calendar.o] Error 1
make[1]: Leaving directory
`/home/Mike/Programming/egcs-19980628/objdir/gcc/ada/rts'
make: *** [gnatlib-common] Error 2
Shadowfax:/home/Mike/Programming/egcs-19980628/objdir/gcc/ada# exit
exit

I looked at calendar.ads, and it seems fine.

Any hints appreciated, thanks!

Mike Gruber