From 69d9bde3588a4110409a7a83f39ca3e88b1709b8 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Mon, 20 Mar 2023 11:52:10 -0500 Subject: [PATCH] Fixed bug in the tool chain install script. --- bin/wally-tool-chain-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 331ca13d..2c6d5851 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -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