Refine readme for rocket tool build
This commit is contained in:
parent
d8c2a6861b
commit
f299211d91
|
@ -28,6 +28,7 @@ sudo make install
|
||||||
sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev libusb-1.0-0-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev device-tree-compiler pkg-config libexpat-dev libfl-dev
|
sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev libusb-1.0-0-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev device-tree-compiler pkg-config libexpat-dev libfl-dev
|
||||||
git clone https://github.com/chipsalliance/rocket-tools.git
|
git clone https://github.com/chipsalliance/rocket-tools.git
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
# riscv-isa-sim and openocd may be checkout to main branch to avoid compile error
|
||||||
sudo su
|
sudo su
|
||||||
export RISCV=/opt/riscv
|
export RISCV=/opt/riscv
|
||||||
export MAKEFLAGS="-j12"
|
export MAKEFLAGS="-j12"
|
||||||
|
|
Loading…
Reference in New Issue