add correct riscv toolchain. Build takes forever so I'll probably add the binaries later
This commit is contained in:
parent
c1ec8520be
commit
8055444b99
5 changed files with 15 additions and 0 deletions
7
setup.sh
Executable file
7
setup.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
sudo apt-get install -y autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev
|
||||
|
||||
SCRIPT=$(realpath "$0")
|
||||
SCRIPTPATH=$(dirname "$SCRIPT")
|
||||
cd $SCRIPTPATH/riscv-gnu-toolchain
|
||||
./configure --prefix=$SCRIPTPATH/toolchain/riscv --enable-multilib
|
||||
make
|
Loading…
Add table
Reference in a new issue