[Bug ada/12728] New: gnat1drv.ali is incorrectly formatted same as bug 6160

matthew at darcy dot demon dot co dot uk gcc-bugzilla@gcc.gnu.org
Wed Oct 22 17:48:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12728

           Summary:  gnat1drv.ali is incorrectly formatted  same as bug
                    6160
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: matthew at darcy dot demon dot co dot uk
                CC: gcc-bugs at gcc dot gnu dot org

Hi,

I am trying to upgrade from gcc 3.2.1 ro 3.3.1 

I have configured my path to use the latest version of gnat

I do not compile gcc is the source dir.

I have applied 
gcc-3.3.1-no_fixincludes-2.patch
gcc-3.3.1-suppress-libiberty.patch

my configure options look like this

CC=/usr/bin/gcc ../gcc-3.3.1/configure --prefix=/usr --enable-shared --enable-
languages=c,c++,objc,f77,ada,java --enable-threads=posix --enable-__cxa_atexit -
-enable-clocale=gnu


this works fine.

I do a "make bootstrap" 

and get


/usr/bin/gcc -c -g       -gnatpg -gnata -I- -I. -Iada -I../../gcc-
3.3.1/gcc/ada ../../gcc-3.3.1/gcc/ada/gnat1drv.adb -o ada/gnat1drv.o
gnatbind -C -I- -I. -Iada -I../../gcc-3.3.1/gcc/ada -o ada/b_gnat1.c -n 
ada/gnat1drv.ali
fatal error: file gnat1drv.ali is incorrectly formatted
make sure you are using consistent versions of gcc/gnatbind
4.
     |
make[2]: *** [ada/b_gnat1.c] Error 4
make[2]: Leaving directory `/usr/local/src/gcc/3.3.1/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/src/gcc/3.3.1/gcc-build/gcc'
make: *** [bootstrap] Error 2



More information about the Gcc-bugs mailing list