1
0
Fork 0
mirror of https://github.com/YosysHQ/picorv32.git synced 2025-01-03 03:43:38 -05:00

Added apt-get doc for toolchain build

This commit is contained in:
Clifford Wolf 2015-10-07 21:22:59 +02:00
parent b5b1816101
commit 39b01ae24f

View file

@ -520,6 +520,10 @@ CPU.
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
sudo mkdir /opt/riscv32i
sudo chown $USER /opt/riscv32i