DIFF.BLOG
New
Following
Discover
Jobs
More
Suggest a blog
Upvotes plugin
Report bug
Contact
About
Sign up  
Preparing Environment
1
·
SimbaFs
·
March 14, 2023, 2:23 a.m.
Summary
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...
Read full post on blog.simbafs.cc →
Submit
AUTHOR
RECENT POSTS FROM THE AUTHOR