README: use gnu-toolchain
authorArun Thomas <arun.thomas@gmail.com>
Thu, 11 Dec 2014 16:20:22 +0000 (11:20 -0500)
committerArun Thomas <arun.thomas@baesystems.com>
Thu, 11 Dec 2014 16:20:30 +0000 (11:20 -0500)
README.md

index 6f5d0db1f3ab3d8cc85a83d0617252e29d479879..eabd355bb71a31f63466b2297ad198769f0ad5c1 100644 (file)
--- 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: