autoreconf 126beb482ff6 ("Install pkg-config files for Spike")
[riscv-isa-sim.git] / README.md
index 1866e9a3cbc8c7dc06c6893691c09512ce8bd90d..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:
 
@@ -93,6 +93,6 @@ You can continue execution indefinitely by:
 At any point during execution (even without -d), you can enter the
 interactive debug mode with `<control>-<c>`.
 
-To end the simulation from the debug prompt, press `<control>-<c> or:
+To end the simulation from the debug prompt, press `<control>-<c>` or:
 
     : q