This is the mail archive of the gcc-bugs@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]

[Bug ada/19369] fatal error: file gnatbind.ali is incorrectly formatted


------- 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


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