You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I use make TARGET=riscv64 to run coremarkpro, it shows that the running time is 0 in the output log file, and the output is correct when running make TARGET=linux64,
Can you help me to solve the mistake I have make ? Thanks
The text was updated successfully, but these errors were encountered:
That's because the proxy kernel (https://github.com/riscv/riscv-pk) doesn't implement clock_gettime. Either implement that syscall, or modify the coremark-pro port to use the appropriate CSRs to read the time.
Hello, when I use make TARGET=riscv64 to run coremarkpro, it shows that the running time is 0 in the output log file, and the output is correct when running make TARGET=linux64,
Can you help me to solve the mistake I have make ? Thanks
The text was updated successfully, but these errors were encountered: