openhwgroup / core-v-verif

Functional verification project for the CORE-V family of RISC-V cores.
https://docs.openhwgroup.org/projects/core-v-verif/en/latest/index.html
Other
425 stars 218 forks source link

Compilation fails #2519

Closed ilamparithy closed 1 month ago

ilamparithy commented 1 month ago

Hi Team , I checked out the verification environment, i ran the simulation as suggested in CORE-V-VERIF Quick Start Guide it throws bellow error and stops please help me to resolve this , I am using ventilator

home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:303: CV_SW_CFLAGS not defined in either the shell environment, test.yaml or cfg.yaml /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:318: RISCV set to /home/thiru/ilam/riscv/bin/riscv32-unknown-elf- /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:319: RISCV_PREFIX set to riscv32-unknown-elf- /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:320: RISCV_EXE_PREFIX set to /home/thiru/ilam/riscv/bin/riscv32-unknown-elf-/bin/riscv32-unknown-elf- /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:321: RISCV_MARCH set to rv32imc /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:322: RISCV_CC set to gcc /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:323: RISCV_CFLAGS set to make veri-test TEST=hello-world make[1]: Entering directory '/home/thiru/ilam/ophw/core-v-verif/cv32e40p/sim/core' /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:303: CV_SW_CFLAGS not defined in either the shell environment, test.yaml or cfg.yaml /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:318: RISCV set to /home/thiru/ilam/riscv/bin/riscv32-unknown-elf- /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:319: RISCV_PREFIX set to riscv32-unknown-elf- /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:320: RISCV_EXE_PREFIX set to /home/thiru/ilam/riscv/bin/riscv32-unknown-elf-/bin/riscv32-unknown-elf- /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:321: RISCV_MARCH set to rv32imc /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:322: RISCV_CC set to gcc /home/thiru/ilam/ophw/core-v-verif/mk/Common.mk:323: RISCV_CFLAGS set to


ilamparithy commented 1 month ago

I bypassed the warning in make file let me check