Skip to content

Commit

Permalink
Merge pull request #13 from westerndigitalcorporation/adding-gcc-9.2
Browse files Browse the repository at this point in the history
Adding gcc 9.2
  • Loading branch information
nidalf authored Nov 7, 2019
2 parents 02376fd + a564ead commit fc0e05b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 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 8.3 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-8-3-linux.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-8-3-linux.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 Expand Up @@ -137,3 +137,6 @@ The folder WD-Firmware/examples/build/ contains a template file (SConscript_temp
- RISCV official 8.3 GCC release
- GDB fix for skipping breakpoint at fist line after ASM lable
- lto simple_object fix opening mode in windows (text->bin)
- #### RISCV GCC 9.2
- RISCV official 9.2 GCC release
- WD Code density improvement and optimization patches
3 changes: 0 additions & 3 deletions riscv-gnu-toolchain-8-3-linux.tar.gz

This file was deleted.

3 changes: 3 additions & 0 deletions riscv-gnu-toolchain-debian.tar.gz
Git LFS file not shown

0 comments on commit fc0e05b

Please sign in to comment.