Closed Ribisl closed 1 month ago
Hi @Ribisl, thanks for your interest in OpenHW. This is a core-v-verif issue, not an Issue for this repo. I will close this issue - can you open a new one for core-v-verif?
In any case, it seems to me that your problem is your gcc toolchain. Please have a look at core-v-verif/mk/TOOLCHAIN.md.
Hello, I tried setting up the toolchain in a dockerfile (down below to reproduce the issue) like described in the Quickstart, but when executing the makefile I get the following error:
When I add the
--Wno-COMBDLY
option to the verilator commandthe verilator command is successful. Is this ok if I do it like this?
Then the makefile enters the simulation result dir _/core_v_verif/cv32e40p/sim/core/simulation_results/hello-world/0/testprogram/bsp Here the makefile won't find a header file
Is this the case because FROM pwn2de4d/riscv-toolchain:latest does not have installed the rv32imc riscv toolchain?
Here is the dockerfile to reproduce it, it takes roughly 20min on my computer to build
Also, is there any Dockerfile where the full and correct toolchain is already installed?