From 7811d90f991ddf865dfbd5e671437c0ee0fbcfeb Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Mon, 14 Aug 2017 12:16:40 +0200 Subject: [PATCH] update gcc path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd64908..a376758 100644 --- a/README.md +++ b/README.md @@ -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 :
- 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):