mariusmm / RISC-V-TLM

RISC-V SystemC-TLM simulator
GNU General Public License v3.0
278 stars 72 forks source link

Make /tests/c/timer failed #8

Closed ROOCKIET closed 4 years ago

ROOCKIET commented 4 years ago

In tests/c/timer , $make There is a n error: timer.c:(.text+0x96): undefined reference to `TIMER_CMP_INT'

mariusmm commented 4 years ago

In order to compile this test, you should call compile.sh script instead of the Makefile. Can you check it?