Closed whutddk closed 2 years ago
Open On-Chip Debugger 0.10.0+dev-00198-g35eed36ff (2022-03-29-16:06)
That OpenOCD seems kind of old (0.10, even though it was built recently). The tests are intended to run with OpenOCD from https://github.com/riscv/riscv-openocd.
I downloaded a new prebuilt openocd from SiFive, and got fewer errors and most of the tests passed. Thank you!!!
@timsifive Hi Tim, I have the same issue with openocd-0.12.0+dev-03368-gf119c1d48-dirty (2023-11-09-13:39) which is downloaded from the master branch of https://github.com/riscv/riscv-openocd. @whutddk Hi whutddk, do you download from https://github.com/sifive/freedom-tools? thanks
I try to run a quick smoke debug test against spike, by running
make
, but it seems that the openocd cannot connect to the target:the log is as follows:
I am using Ubuntu20 in WSL2. Does it matter?