This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite not passing and problem with xgcc executable
- From: Akshat Garg <xkspr7 at gmail dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 8 Jun 2019 23:32:40 +0530
- Subject: Re: Testsuite not passing and problem with xgcc executable
- References: <CAMEQ7YwDt4D7QOHfeeOaZvsXBk+r83dha7bSZ1tqscpcBYtH-Q@mail.gmail.com> <5084800.Pzg7bRsQyH@polaris>
On Sat, Jun 8, 2019 at 9:20 PM Eric Botcazou <ebotcazou@adacore.com> wrote:
> > Makefile:2323: recipe for target 'do-check' failed
> > make: *** [do-check] Error 2
> > make: Target 'check' not remade because of errors.
> >
> > Please, can anyone let me know what am I doing wrong?
>
> Nothing, this just means that there are some failures in the testsuite.
>
> But, here on this
https://gcc.gnu.org/ml/gcc-testresults/2019-06/msg00810.html
results have been produced or there is something I am not aware of. Please,
let me know.
> Also, when running an input file using xgcc, I am gettig the following
> > error:
> >
> > xgcc: fatal error: cannot execute ‘cc1’: execvp: No such file or
> directory
> > compilation terminated.
> >
> > Can anyone let me what to do, when trying to execute the xgcc executable
> > from the build folder without installing it?
>
> You need to pass -B <path> where <path> contains the compiler cc1.
>
> Thanks for this.
> --
> Eric Botcazou
>