Skip to content

Commit

Permalink
Merge pull request #66 from dkohlbre/dev-newtools
Browse files Browse the repository at this point in the history
Bumped prebuilt tools version used by fast-setup, should fix ubuntu 1…
  • Loading branch information
dkohlbre committed Mar 13, 2019
2 parents 778df42 + 04798af commit b597aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fast-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ else
echo "Downloading Prebuilt RISC-V Toolchain... "
export RISCV=$(pwd)/riscv
export PATH=$PATH:$RISCV/bin
wget https://github.com/keystone-enclave/firesim-riscv-tools-prebuilt/archive/1.0.tar.gz
tar -xzvf 1.0.tar.gz
cd firesim-riscv-tools-prebuilt-1.0
wget https://github.com/keystone-enclave/firesim-riscv-tools-prebuilt/archive/2.0.tar.gz
tar -xzvf 2.0.tar.gz
cd firesim-riscv-tools-prebuilt-2.0
./installrelease.sh > riscv-tools-install.log
mv distrib riscv
cp -R riscv ../
Expand Down

0 comments on commit b597aa2

Please sign in to comment.