This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/19369] fatal error: file gnatbind.ali is incorrectly formatted
- From: "bosch at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2005 18:22:22 -0000
- Subject: [Bug ada/19369] fatal error: file gnatbind.ali is incorrectly formatted
- References: <20050111092552.19369.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 18:22 -------
This can only happen if gnatbind tries to bind a file compiled with a different version of the compiler.
Doing so is an error as it could lead to inconsistency, which why the error message is given. As many
people build/bootstrap GNAT in various configurations, it is unlikely that the makefiles use the wrong
compiler.
Please ensure your build environment is correct, start from a clean tree, ensure your bootstrap compiler
is consistent (versions of gnat1 and gnatbind match). If the problem persists, please find out exactly
what gnat1 binary was used for compiling the .ali file and which gnatbind is being called for binding.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19369