mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Update README.md
gcc seems to have changed its path to executables
This commit is contained in:
parent
00a8644b23
commit
f41a8f9e62
@ -125,7 +125,7 @@ Note: make --jobs will reduce compile time by compiling in parallel. However, a
|
|||||||
We also need the elf2hex utility to convert executable files into hexadecimal files for Verilog simulation. Install with:
|
We also need the elf2hex utility to convert executable files into hexadecimal files for Verilog simulation. Install with:
|
||||||
|
|
||||||
$ cd $RISCV
|
$ cd $RISCV
|
||||||
$ export PATH=$RISCV/riscv-gnu-toolchain/bin:$PATH
|
$ export PATH=$RISCV/bin:$PATH
|
||||||
$ git clone https://github.com/sifive/elf2hex.git
|
$ git clone https://github.com/sifive/elf2hex.git
|
||||||
$ cd elf2hex
|
$ cd elf2hex
|
||||||
$ autoreconf -i
|
$ autoreconf -i
|
||||||
|
Loading…
Reference in New Issue
Block a user