Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The running time that I use make TARGET=riscv64 to run coremarkpro is 0 in the output log file #1

Open
LiHao217 opened this issue Jan 30, 2018 · 1 comment

Comments

@LiHao217
Copy link

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,
image
Can you help me to solve the mistake I have make ? Thanks

@luismarques
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants