File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- RISCV_SIM ?= spike
21XLEN ?= 64
32
43src_dir ?= .
2221 $(word 3, $(subst ., ,$@ ) ) \
2322 --isolate \
2423 --print-failures \
25- --sim_cmd $(RISCV ) /bin/$(RISCV_SIM ) \
26- --server_cmd $(RISCV ) /bin/openocd \
2724 $(if $(EXCLUDE_TESTS ) ,--exclude-tests $(EXCLUDE_TESTS ) )
2825
2926# Target to check all the multicore options.
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ confident that the actual debug interface is functioning correctly.
99Requirements
1010============
1111The following should be in the user's path:
12- * riscv64-unknown-elf-gcc (` rvv-0.9.x ` branch for riscv-gnu-toolchain should
13- work if master does not have vector support yet)
14- * riscv64-unknown-elf-gdb (can be overridden with ` --gdb ` when running
15- gdbserver.py manually), which should be the latest from
16- git://sourceware.org/git/binutils-gdb.git.
12+ * riscv64-unknown-elf-gcc (GCC 12 and later should work). If your binary has a
13+ different name, you can set the RISCV_TESTS_DEBUG_GCC environment variable.
14+ * riscv64-unknown-elf-gdb. If your binary has a
15+ different name, you can set the RISCV_TESTS_DEBUG_GDB environment variable.
1716* spike (can be overridden with ` --sim_cmd ` when running gdbserver.py
1817 manually), which should be the latest from
1918 https://github.com/riscv/riscv-isa-sim.git .
You can’t perform that action at this time.
0 commit comments