Hello all, GCC build details:
Using built-in specs. COLLECT_GCC=../build/gcc/xgcc Target: x86_64-pc-linux-gnu Configured with: ../gcc/configure --enable-languages=c,c++ Thread model: posix gcc version 10.0.0 20190607 (experimental) (GCC) I have been trying to run the testsuite using the gcc trunk build. I am following this https://gcc.gnu.org/install/test.html. The following commands are used to bootstrap and test: make bootstrap make -k check After running this I am getting the following error: make[7]: Leaving directory '/home/akshat/Desktop/git_trunk/build/x86_64-pc-linux-gnu/32/libstdc++-v3' make[6]: Leaving directory '/home/akshat/Desktop/git_trunk/build/x86_64-pc-linux-gnu/32/libstdc++-v3' make[5]: Leaving directory '/home/akshat/Desktop/git_trunk/build/x86_64-pc-linux-gnu/32/libstdc++-v3' make[4]: Leaving directory '/home/akshat/Desktop/git_trunk/build/x86_64-pc-linux-gnu/libstdc++-v3' make[3]: Leaving directory '/home/akshat/Desktop/git_trunk/build/x86_64-pc-linux-gnu/libstdc++-v3' make[2]: Leaving directory '/home/akshat/Desktop/git_trunk/build/x86_64-pc-linux-gnu/libstdc++-v3' make[1]: Target 'check-target' not remade because of errors. make[1]: Leaving directory '/home/akshat/Desktop/git_trunk/build' 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? 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? Thanks, Akshat