This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug ada/36591] New: error: "a-reatim.adb" must be compiled
- From: Arnaud Charlet <charlet at adacore dot com>
- To: danglin at gcc dot gnu dot org <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 21 Jun 2008 19:07:31 +0200
- Subject: Re: [Bug ada/36591] New: error: "a-reatim.adb" must be compiled
- References: <bug-36591-276@http.gcc.gnu.org/bugzilla/>
> I am seeing quite a few errors in the acats testsuite with the following
> errors:
Most likely, your Ada run-time has not been rebuilt since your last
incremental build.
I'd suggest either redoing a build from scratch, or at least removing
the <target>/libada/stamp-libada and gcc/stamp-* files and redoing a make.
Arno