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: ACATS script generation problem


> Running make check stops in the Ada ACATS part,
> where it doesn't find the newly created binaries
> after a successful make bootstrap. (And after turning
> the computer off, going to sleep, turning it on and
> *not* again adding the different GNAT installation to
> PATH that was used for bootstrapping.)

That's the issue.

As for building GNAT, you do need the same environment to
run make check-ada, meaning an existing Ada compiler in your PATH
to support the infrastructure of make check (this compiler is not tested
by make check-ada, only used by the infrastructure).

Alternatively, doing a make install and having this new compiler in
your PATH would also work fine.

Arno


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