From: Arun Thomas Date: Thu, 11 Dec 2014 16:20:22 +0000 (-0500) Subject: README: use gnu-toolchain X-Git-Url: https://git.libre-soc.org/?p=riscv-isa-sim.git;a=commitdiff_plain;h=cee386df0d2ed17459e618f23f07ca82546f11f2 README: use gnu-toolchain --- 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: