aboutsummaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2020-08-12 09:04:01 -0700
committerGitHub <noreply@github.com>2020-08-12 09:04:01 -0700
commit14f08f823f58a0d707766a7d1fc7943efb5967b3 (patch)
treee80eb7913b82934f65315b2670d1638850b81f52 /debug
parentf68760e7e0295a03ccf3147571f4254cc352e4fc (diff)
downloadriscv-tests-14f08f823f58a0d707766a7d1fc7943efb5967b3.zip
riscv-tests-14f08f823f58a0d707766a7d1fc7943efb5967b3.tar.gz
riscv-tests-14f08f823f58a0d707766a7d1fc7943efb5967b3.tar.bz2
Point people at a compiler that supports vectors. (#290)
Addresses #289.
Diffstat (limited to 'debug')
-rw-r--r--debug/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/README.md b/debug/README.md
index 6133b6c..7dd6790 100644
--- a/debug/README.md
+++ b/debug/README.md
@@ -9,7 +9,8 @@ confident that the actual debug interface is functioning correctly.
Requirements
============
The following should be in the user's path:
-* riscv64-unknown-elf-gcc
+* 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.