Skip to content

Commit d0f3c3d

Browse files
authored
Merge pull request #89 from FPGA-MAFIA/NoamRahat-patch-1
Update GccRiscV.md
2 parents f23c80c + a524580 commit d0f3c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/TFM/projectTool/GccRiscV.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### RISCV GCC Installation
2-
- https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/ -> File name: "xpack-riscv-none-embed-gcc-10.2.0-1.2-win32-x64.zip"). If newer versions are available, you can also download them and then extract into the correct location as shown in the next section.
2+
- https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/tag/v10.2.0-1.2/ -> File name: "xpack-riscv-none-embed-gcc-10.2.0-1.2-win32-x64.zip"). If newer versions are available, you can also download them and then extract into the correct location as shown in the next section.
33

44
You can unzip the file into any library, but we suggest unzipping it to this specific Windows path.
55
`C:\Users\your-user-name\AppData\Roaming\xPacks\xpack-riscv-none-embed-gcc`
@@ -150,4 +150,4 @@ make sure you have created the files:
150150
- example_rv32i_elf.txt
151151
- inst_mem.sv
152152

153-
If you can that far and everything is functioning smoothly, you've done an excellent job. 👍
153+
If you can that far and everything is functioning smoothly, you've done an excellent job. 👍

0 commit comments

Comments
 (0)