From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14392 invoked by alias); 24 Feb 2005 18:22:27 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14298 invoked by uid 48); 24 Feb 2005 18:22:22 -0000 Date: Thu, 24 Feb 2005 22:37:00 -0000 Message-ID: <20050224182222.14297.qmail@sourceware.org> From: "bosch at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050111092552.19369.pluto@pld-linux.org> References: <20050111092552.19369.pluto@pld-linux.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug ada/19369] fatal error: file gnatbind.ali is incorrectly formatted X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg03023.txt.bz2 List-Id: ------- 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