mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +00:00
Fixed bug in the tool chain install script.
This commit is contained in:
parent
318a9ec0f3
commit
31e8ae1cd1
@ -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…
Reference in New Issue
Block a user