Preparing Environment

1 · SimbaFs · March 14, 2023, 2:23 a.m.
Preparing Environment GNU toolchain 1 2 3 4 5 6 $ mkdir -p /opt/riscv/bin ~/riscv $ echo 'export RISCV=/opt/riscv' >> ~/.zshrc $ echo 'export PATH=$PATH:$RISCV/bin' >> ~/.zshrc $ sudo apt install git autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat1-dev ninja-build $ cd ~/riscv $ git clone --recurse-submodules -j8 --depth 1 https://github.com/riscv/riscv-gnu-toolchain http...