CV32E40P Test Program is not Compiling
Created by: husni-faiz
I'm new to RISC-V and I have been trying to run a simulation of CV32E40P with Verilator.
CV32E40P Test Programs Compiling Error
I followed the instructions given here.
- Point your environment variable RISCV to your RISC-V toolchain. Call make to run the default test (hello_world).
Compiler : corev-openhw-gcc-ubuntu2004-20200913
Verilator : 4.212 2021-09-01 rev v4.212-20-g27c08a65
Compile error
Terminal output: https://pastebin.com/b67RYu6K
-
Cloning CV32E40P RTL model -
Compiling CORE TB and CV32E40P with Verilator -
Compiling BSP -
Compiling test-program ../../tests/programs/custom/hello-world/hello-
Steps to Reproduce
- Install recommended toolchain
- Clone the
core-v-verifa
repo - go to
CV32E40P/sim/core
directory - run
make
If more information is needed, please let me know.