From bd9e062abeec3a208f5112960ebef61bc5a80884 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Mon, 23 Sep 2024 08:44:43 +0200 Subject: [PATCH] Fix #429 sifive toolchain link --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9718fda0..1550c6cd 100644 --- a/README.md +++ b/README.md @@ -520,9 +520,12 @@ A prebuild GCC toolsuite can be found here: - https://www.sifive.com/software/ => Prebuilt RISC‑V GCC Toolchain and Emulator -The VexRiscvSocSoftware makefiles are expecting to find this prebuild version in /opt/riscv/__contentOfThisPreBuild__ +The VexRiscvSocSoftware makefiles are expecting to find a Sifive GCC toolchain in /opt/riscv/__contentOfThisPreBuild__ . + +You can manualy download it via https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-ubuntu14.tar.gz ```sh +# Download and install the Sifive GCC toolchain version=riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-ubuntu14 wget -O riscv64-unknown-elf-gcc.tar.gz riscv https://static.dev.sifive.com/dev-tools/$version.tar.gz tar -xzvf riscv64-unknown-elf-gcc.tar.gz