This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Bootstrapping mainline GNAT fails
Gordon Sadler <gbsadler1@lcisp.com> writes:
> Is this the problem you are seeing?
>
> ../stage1/xgcc -B../stage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -gnatpg -gnata -I- -I. -I/usr/src/cvs/gcc/gcc/ada /usr/src/cvs/gcc/gcc/ada/namet.adb
> +===========================GNAT BUG DETECTED==============================+
> | 3.1 (20020212) (i686-pc-linux-gnu) internal error: Illegal instruction |
> | No source file position information available |
Yes, you should be able bootstrap using "CC=gnatgcc ./configure ..."
instead of "./configure ...".