[BUG] Cannot setup the environment correctly. #1410
Labels
Component:Tool-and-build
For issues in the tool and build flow (e.g. Makefile, FuseSoc, etc.)
Status:Stale
Issue or PR is stale and hasn't received any updates.
Type:Item-of-task
This issue is an item of a larger task.
Is there an existing CVA6 bug for this?
Bug Description
Hello! I'm trying to setup CVA6 environment and I cannot run the script correctly. I followed the README and installed riscv-gnu-toolchain, then I ran
./verif/regress/smoke-tests.sh
but failed. Here's the error message:I also tried to run the command
make verilate
, and it seems that my g++ don't support C++17, but my g++ version is g++-11.Here is my riscv-gnu-toolchain:
Here is my gcc/g++:
How could I fix the error?
The text was updated successfully, but these errors were encountered: