update gcc path

This commit is contained in:
Charles Papon 2017-08-14 12:16:40 +02:00
parent 8fbd777794
commit 7811d90f99

View file

@ -298,7 +298,7 @@ There is some scripts to generate the SoC and call the icestorm toolchain there
In fact, you can find some prebuild GCC : <br> In fact, you can find some prebuild GCC : <br>
- https://www.sifive.com/products/tools/ => SiFive GNU Embedded Toolchain - https://www.sifive.com/products/tools/ => SiFive GNU Embedded Toolchain
The VexRiscvSocSoftware makefiles are expecting to find this prebuild version in /opt/rv/__contentOfThisPreBuild__ The VexRiscvSocSoftware makefiles are expecting to find this prebuild version in /opt/riscv/__contentOfThisPreBuild__
But if you want to compile from sources in /opt/ the rv32i and rv32im gcc, do the following (will take hours): But if you want to compile from sources in /opt/ the rv32i and rv32im gcc, do the following (will take hours):