Skip to content

Commit fc0e05b

Browse files
authored
Merge pull request #13 from westerndigitalcorporation/adding-gcc-9.2
Adding gcc 9.2
2 parents 02376fd + a564ead commit fc0e05b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This repo is WD RISC-V Firmware package, holds:
77

88
- WD-Firmware
9-
- GCC 8.3 Toolchain for RISC-V
9+
- GCC 9.2.0 Toolchain for RISC-V
1010
- Eclipse MCU
1111

1212

@@ -56,10 +56,10 @@ WD-Firmware
5656
```
5757

5858
### Additional downloads
59-
- From the repo unzip riscv-gnu-toolchain-8-3-linux.tar.gz to your designated directory for the tool chain
59+
- From the repo unzip riscv-gnu-toolchain-debian.tar.gz to your designated directory for the tool chain
6060
- From the repo unzip eclipse_mcu_2019_01.7z to your designated directory for the Eclipse MCU
6161

62-
$ tar -xvf riscv-gnu-toolchain-8-3-linux.tar.gz -C [Toolchain-root]
62+
$ tar -xvf riscv-gnu-toolchain-debian.tar.gz -C [Toolchain-root]
6363

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

@@ -137,3 +137,6 @@ The folder WD-Firmware/examples/build/ contains a template file (SConscript_temp
137137
- RISCV official 8.3 GCC release
138138
- GDB fix for skipping breakpoint at fist line after ASM lable
139139
- lto simple_object fix opening mode in windows (text->bin)
140+
- #### RISCV GCC 9.2
141+
- RISCV official 9.2 GCC release
142+
- WD Code density improvement and optimization patches

riscv-gnu-toolchain-8-3-linux.tar.gz

Lines changed: 0 additions & 3 deletions
This file was deleted.

riscv-gnu-toolchain-debian.tar.gz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:440d61ba57b898580b7f3a0060e59dab6c1d79111c03308e441015b5b26ba362
3+
size 333170148

0 commit comments

Comments
 (0)