aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-08-17 01:06:10 +0200
committerClifford Wolf <clifford@clifford.at>2016-08-17 01:06:10 +0200
commit22d73aafedce62f32605b66d2802fe5e97a92f81 (patch)
treeb6c62b99d4d1623166865d0e3fcf26f027d37302 /README.md
parentf9da3f2ce822908225b6305ac7f01e1928fa43ad (diff)
downloadpicorv32-22d73aafedce62f32605b66d2802fe5e97a92f81.tar.gz
picorv32-22d73aafedce62f32605b66d2802fe5e97a92f81.zip
Updated riscv-gnu-toolchain to git rev 7e48594
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9260acf..49d68bb 100644
--- a/README.md
+++ b/README.md
@@ -583,14 +583,15 @@ 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
+ libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc
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 13f52d2
+ git checkout 7e48594
+ git submodule update --init --recursive
mkdir build; cd build
../configure --with-arch=RV32I --prefix=/opt/riscv32i
@@ -616,7 +617,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 13f52d2 (2016-05-31) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev 7e48594 (2016-08-16) of riscv-gnu-toolchain.*
Evaluation: Timing and Utilization on Xilinx 7-Series FPGAs