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]

Re: GNAT nightmarre


> gnatbind -C -I- -I. -I/home/gdr/gcc-3.2.2-20030128/gcc-3.2.2-20030128/gcc/ada -o b_gnat1.c -n gnat1drv.ali
> fatal error: file gnat1drv.ali is incorrectly formatted
> make sure you are using consistent versions of gcc/gnatbind
> 16.  

What this error message means is that the gnatbind you are using is
inconsistent with the compiler used to build the input to gnatbind.
This of course should never happen, and does not happen in a normal
build, so something strange is going on. Not easy to guess what from
your description.


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