aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorColin Schmidt <colins@eecs.berkeley.edu>2016-03-07 08:52:38 -0800
committerColin Schmidt <colins@eecs.berkeley.edu>2016-03-07 08:52:38 -0800
commit3dbefbefd56546df175aabd264773f771956e268 (patch)
tree4b51d1e00b8cb452548a56394f0064be0aa8d78b /README.md
parent7f9d6b85f0ad3cdd2eed160ae24326abbe6f4768 (diff)
downloadriscv-tools-3dbefbefd56546df175aabd264773f771956e268.zip
riscv-tools-3dbefbefd56546df175aabd264773f771956e268.tar.gz
riscv-tools-3dbefbefd56546df175aabd264773f771956e268.tar.bz2
move build-spike-only to correctly named script
add build-basic as build-spike-only and update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 8fc8f23..462a3e1 100644
--- a/README.md
+++ b/README.md
@@ -427,23 +427,16 @@ modified build script, listed in its entirety below. Remember that we'll build
toolchain for later use, see <a href="#full-toolchain-build-linux">here</a>.
- [basic-build.sh contents]
+ [build-spike-only.sh contents]
1 #!/bin/bash
2 . build.common
3 build_project riscv-fesvr --prefix=$RISCV
4 build_project riscv-isa-sim --prefix=$RISCV --with-fesvr=$RISCV
-Download this script using this command:
+Run the build script.
- $ curl -L http://riscv.org/install-guides/linux-build.sh > basic-build.sh
-
-(The `-L` option allows curl to handle redirects.)
-Make the script executable, and with everything else taken care of, run the
-build script.
-
- $ chmod +x basic-build.sh
- $ ./basic-build.sh
+ $ ./build-spike-only.sh
### <a name="full-toolchain-build-back"></a> Building `riscv64-unknown-linux-gnu-gcc` (11.41 SBU)