Skip to content

Commit

Permalink
README: update RISC-V toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed May 25, 2019
1 parent 7e837bf commit cd543b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ FPGA lessons/tutorials can be found at: https://github.com/enjoy-digital/fpga_10
./litex_setup.py update

2. Install a RISC-V toolchain:
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-20171231-x86_64-linux-centos6.tar.gz
tar -xvf riscv64-unknown-elf-gcc-20171231-x86_64-linux-centos6.tar.gz
export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-20171231-x86_64-linux-centos6/bin/
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14.tar.gz
tar -xvf riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14.tar.gz
export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14/bin/

3. Build the target of your board...:
Go to boards/targets and execute the target you want to build
Expand Down

0 comments on commit cd543b2

Please sign in to comment.