Jan Matyas

Results 79 comments of Jan Matyas

``` src/Makefile.am:4: error: bad characters in variable name '%C%_openocd_SOURCES' Makefile.am:143: 'src/Makefile.am' included from here ... ... ``` If I recall correctly, these errors appear if automake version is insufficient. Can...

I haven't personally run into this specific issue, so I am guessing: The autoconf errors seem to be the trouble. Could this be due to missing `pkg-config`? BTW, when running...

Based on an [earlier discussion](https://github.com/riscv/riscv-openocd/pull/549#issuecomment-710164975), I have put together this CI automation that builds OpenOCD, obtains other needed dependencies (Spike and the toolchain), then finally executes everything together via [riscv-tests/debug](https://github.com/riscv/riscv-tests/tree/master/debug)...

Thank you for taking a moment to review this draft. > > On toolchains from Nov-29-2020 or older, handful of multi-thread tests throw an exception due to this GDB assert....

> You can speed up `git clone` by adding `--depth=1`. We don't need history in these repos. Good point, I'll add that.

> Did something just change in the embecosm binary? I just downloaded them from https://buildbot.embecosm.com/job/riscv32-gcc-ubuntu1804/25/artifact/riscv32-embecosm-gcc-ubuntu1804-20201108.tar.gz, and I get no errors about the vector extension On builds 20201129 and older, I...

> Test change that handles compilers that don't support V just merged. Thank you. I have just re-run the CI with toolchain build 20210103. The results have improved consderably -...

I have re-run the CI with the latest GDB code (HEAD) which is supposed to fix the GDB `control.trap_expected` assert. It however seems to trigger a different assert now, so...

After applying the [latest patch for the asserts](https://sourceware.org/bugzilla/show_bug.cgi?id=26819#c20) to GDB, I am no longer getting any assertions. Results (executed locally, not via Github Actions): ``` INFO:root: +================+ INFO:root: | Failed...

The patch for the GDB assertion issue has been merged, and the patched GDB can now be built manually from the binutils-gdb/master. The binary version of the toolchain with this...