aboutsummaryrefslogtreecommitdiff
path: root/debug/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'debug/README.md')
-rw-r--r--debug/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/debug/README.md b/debug/README.md
index 7dd6790..b98d8c2 100644
--- a/debug/README.md
+++ b/debug/README.md
@@ -9,11 +9,10 @@ confident that the actual debug interface is functioning correctly.
Requirements
============
The following should be in the user's path:
-* riscv64-unknown-elf-gcc (`rvv-0.9.x` branch for riscv-gnu-toolchain should
- work if master does not have vector support yet)
-* riscv64-unknown-elf-gdb (can be overridden with `--gdb` when running
- gdbserver.py manually), which should be the latest from
- git://sourceware.org/git/binutils-gdb.git.
+* riscv64-unknown-elf-gcc (GCC 12 and later should work). If your binary has a
+ different name, you can set the RISCV_TESTS_DEBUG_GCC environment variable.
+* riscv64-unknown-elf-gdb. If your binary has a
+ different name, you can set the RISCV_TESTS_DEBUG_GDB environment variable.
* spike (can be overridden with `--sim_cmd` when running gdbserver.py
manually), which should be the latest from
https://github.com/riscv/riscv-isa-sim.git.