mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 21:38:55 -04:00
Fixed bug in the tool chain install script.
This commit is contained in:
parent
e8d149df5e
commit
69d9bde358
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ make install
|
|||
# elf2hex
|
||||
cd $RISCV
|
||||
#export PATH=$RISCV/riscv-gnu-toolchain/bin:$PATH
|
||||
gexport PATH=$RISCV/bin:$PATH
|
||||
export PATH=$RISCV/bin:$PATH
|
||||
git clone https://github.com/sifive/elf2hex.git
|
||||
cd elf2hex
|
||||
autoreconf -i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue