Running gas testsuite
Andrew Burgess
andrew.burgess@embecosm.com
Sun May 17 07:51:50 GMT 2020
* Stephen Casner <casner@acm.org> [2020-05-16 23:50:48 -0700]:
> When I cd to build-dir/gas and "make check", the run fails with:
>
> WARNING: Couldn't find tool config file for unix, using default.
>
> By experimenting with the runtest command manually and by comparing
> the check-DEJAGNU rules in the gas and ld Makefiles, the problem
> appears to be that the gas Makefile includes "cd testsuite" whereas
> the ld Makefile does not. Is this a bug? Are others using "make
> check" successfully for targets other than pdp11?
Yes, `make check` generally works fine. I can't offer you an answer,
but maybe a hint, I was able to reproduce the warning you see above by
doing:
mv binutils-gdb/gas/testsuite binutils/gas/testsuite.old
So maybe double check that your build tree is correctly configured to
your source tree, and that your source tree doesn't have any missing
files under gas/testsuite ?
Someone else may offer more insight.
Good luck,
Andrew
More information about the Binutils
mailing list