update README
This commit is contained in:
parent
9114012def
commit
7fe052e1bf
8
README
8
README
@ -14,17 +14,17 @@ BUILDING THE TOOLCHAIN:
|
|||||||
|
|
||||||
To build RISC-V ISA simulator, frontend server, proxy kernel and newlib based GNU toolchain:
|
To build RISC-V ISA simulator, frontend server, proxy kernel and newlib based GNU toolchain:
|
||||||
|
|
||||||
|
export RISCV=/path/to/riscv/toolchain/installation
|
||||||
cd riscv-gcc-isasim
|
cd riscv-gcc-isasim
|
||||||
vi build.sh (Edit INSTALL_PREFIX)
|
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
||||||
To build asm tests and benchmarks (you must have the RISC-V toolchain installed and in your path):
|
To build asm tests and benchmarks (you must have the RISC-V toolchain installed and in your path):
|
||||||
|
|
||||||
cd riscv-asmtests-bmarks/riscv-tests/
|
cd riscv-tests/isa/
|
||||||
make
|
make -j
|
||||||
|
|
||||||
cd riscv-asmtests-bmarks/riscv-bmarks/
|
cd riscv-asmtests-bmarks/riscv-bmarks/
|
||||||
make
|
make -j
|
||||||
|
|
||||||
BUILDING THE PROJECT:
|
BUILDING THE PROJECT:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user