aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-04-07 11:43:05 +0200
committerClifford Wolf <clifford@clifford.at>2017-04-07 11:43:05 +0200
commit367537507299e289d1441b5af53f47aa3297ece1 (patch)
tree12cb68003b890a7cde627d8575440555198bf4a9 /README.md
parent1b22a099f926aeab8668e1e5035a12acbe281e09 (diff)
downloadpicorv32-367537507299e289d1441b5af53f47aa3297ece1.tar.gz
picorv32-367537507299e289d1441b5af53f47aa3297ece1.zip
Update riscv-gnu-toolchain to git rev 0c8f87d
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index a7ed093..900f02d 100644
--- a/README.md
+++ b/README.md
@@ -612,15 +612,16 @@ The following commands will build the RISC-V GNU toolchain and libraries for a
pure RV32I target, and install it in `/opt/riscv32i`:
# Ubuntu packages needed:
- sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev \
- libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc
+ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev \
+ libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo \
+ gperf libtool patchutils bc zlib1g-dev git
sudo mkdir /opt/riscv32i
sudo chown $USER /opt/riscv32i
git clone https://github.com/riscv/riscv-gnu-toolchain riscv-gnu-toolchain-rv32i
cd riscv-gnu-toolchain-rv32i
- git checkout 914224e
+ git checkout 0c8f87d
git submodule update --init --recursive
mkdir build; cd build
@@ -649,7 +650,7 @@ By default calling any of those make targets will (re-)download the toolchain
sources. Run `make download-tools` to download the sources to `/var/cache/distfiles/`
once in advance.
-*Note: This instructions are for git rev 914224e (2017-01-06) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev 0c8f87d (2017-04-05) of riscv-gnu-toolchain.*
Linking binaries with newlib for PicoRV32