aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArun Thomas <arun.thomas@gmail.com>2014-12-11 11:20:22 -0500
committerArun Thomas <arun.thomas@baesystems.com>2014-12-11 11:20:30 -0500
commitcee386df0d2ed17459e618f23f07ca82546f11f2 (patch)
tree7ab5d23ce4bdc927b06c3f03dc9f1bd59dbd7840 /README.md
parentdd8827e8b3d23d5a5289dfdfdb136ea2ef768e22 (diff)
downloadspike-cee386df0d2ed17459e618f23f07ca82546f11f2.zip
spike-cee386df0d2ed17459e618f23f07ca82546f11f2.tar.gz
spike-cee386df0d2ed17459e618f23f07ca82546f11f2.tar.bz2
README: use gnu-toolchain
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6f5d0db..eabd355 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,12 @@ install path, and that the riscv-fesvr package is installed there.
Compiling and Running a Simple C Program
-------------------------------------------
-Install spike (see Build Steps), riscv-gcc, and riscv-pk.
+Install spike (see Build Steps), riscv-gnu-toolchain, and riscv-pk.
Write a short C program and name it hello.c. Then, compile it into a RISC-V
ELF binary named hello:
- $ riscv-gcc -o hello hello.c
+ $ riscv64-unknown-elf-gcc -o hello hello.c
Now you can simulate the program atop the proxy kernel: