-
Notifications
You must be signed in to change notification settings - Fork 307
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
Spike pk doesn't work #269
Comments
Hi, @hasver |
It seems pk falls in bad_trap! running into the same problem |
I have the same question,that's terrible:( |
I've run into the problem, the situation is weird.
And I write a simple hello world program
Compile the
The terminal show the following and then stuck
If I run debug mode with
However, if I remove the newline
I have no idea why newline matters. |
Hi all
I installed pk and spike both in my RISCV_TOOLCHAIN path and according to the instructions provided.
I tried to run
spike pk hello
on an arbitrary c file but it just stops and doesn't show anything for a whileIs there any solution for that?
Thanks
The text was updated successfully, but these errors were encountered: