hailcaesar / riscv-tools

RISC-V Tools (GNU Toolchain, ISA Simulator, Tests)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick and dirty instructions:

$ git submodule update --init
$ export RISCV=/path/to/install/riscv/toolchain
$ ./build.sh

Ubuntu packages needed:

$ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo

About

RISC-V Tools (GNU Toolchain, ISA Simulator, Tests)