The error message reveal the program in project-template/testchipip/csrc/SimSerial.cc includes not existence file. With the clue, I go to project-template/rocket-chip/riscv-tools/riscv-fesvr/fesvr/ to check dose it exist(filet si.h). After checking, I get the conclusion that the file exists. Therefore, I have no idea with such errors.
I leverage testchipip @ 3fe8806 branch.
Can anyone tell me how to fix it for compiling successfully?
Hi, I use the following commands to build the emulator. cd verisim make CONFIG=PWMConfig
However, it cannot build successfully with errors.
error message:
make VM_PARALLEL_BUILDS=1 -C /users/student/project-template/verisim/generated-src/example.TestHarness.PWMConfig -f VTestHarness.mk make[1]: Entering directory `/users/student/project-template/verisim/generated-src/example.TestHarness.PWMConfig' g++ -I. -MMD -I/users/student/project-template/verisim/verilator/install/share/verilator/include -I/users/student/project-template/verisim/verilator/install/share/verilator/include/vltstd -DVL_PRINTF=printf -DVM_COVERAGE=0 -DVM_SC=0 -DVM_TRACE=0 -Wno-char-subscripts -Wno-sign-compare -Wno-uninitialized -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-unused-variable -O1 -std=c++11 -I/include -D__STDC_FORMAT_MACROS -DVERILATOR -include /users/student/project-template/rocket-chip/csrc/verilator.h -I/users/student/project-template/verisim/generated-src -include /users/student/project-template/verisim/generated-src/example.TestHarness.PWMConfig/VTestHarness.h -c -o SimSerial.o /users/student/project-template/testchipip/csrc/SimSerial.cc /users/student/project-template/testchipip/csrc/SimSerial.cc:5:23: fatal error: fesvr/tsi.h: No such file or directory
include <fesvr/tsi.h>
The error message reveal the program in project-template/testchipip/csrc/SimSerial.cc includes not existence file. With the clue, I go to project-template/rocket-chip/riscv-tools/riscv-fesvr/fesvr/ to check dose it exist(filet si.h). After checking, I get the conclusion that the file exists. Therefore, I have no idea with such errors.
I leverage testchipip @ 3fe8806 branch.
Can anyone tell me how to fix it for compiling successfully?