1
0

update README

This commit is contained in:
Yunsup Lee 2013-04-24 02:05:28 -07:00
parent 9114012def
commit 7fe052e1bf

8
README
View File

@ -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: