Skip to content

Commit

Permalink
removing the gcc version from the toolchain destribution file
Browse files Browse the repository at this point in the history
  • Loading branch information
nidalf committed Nov 7, 2019
1 parent fbec4fc commit a564ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This repo is WD RISC-V Firmware package, holds:

- WD-Firmware
- GCC 9.2 Toolchain for RISC-V
- GCC 9.2.0 Toolchain for RISC-V
- Eclipse MCU


Expand Down Expand Up @@ -56,10 +56,10 @@ WD-Firmware
```

### Additional downloads
- From the repo unzip riscv-gnu-toolchain-9.2.0-debian.tar.gz to your designated directory for the tool chain
- From the repo unzip riscv-gnu-toolchain-debian.tar.gz to your designated directory for the tool chain
- From the repo unzip eclipse_mcu_2019_01.7z to your designated directory for the Eclipse MCU

$ tar -xvf riscv-gnu-toolchain-9.2.0-debian.tar.gz -C [Toolchain-root]
$ tar -xvf riscv-gnu-toolchain-debian.tar.gz -C [Toolchain-root]

$ 7z x eclipse_mcu_2019_01.7z -o[Eclipse-MCU-root]

Expand Down
File renamed without changes.

0 comments on commit a564ead

Please sign in to comment.