-
Notifications
You must be signed in to change notification settings - Fork 168
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
Fatal Error message whilst running the 'hello' example #432
Comments
I wasn't totally sure where to place the Edit: it's occurred to me though that I probably shouldn't be using the latest commit since it's probably in active development, can you recommend a given release? I checked out |
I'm also having this problem. |
I just tried to reproduce your problem on the master branch with the last commit but I can't. The hello example just compiles fine. This is the compiler version I used
|
Ok thanks for checking, when checking my compiler version it turns out I'm using the same version...
Same as you. I'm intending to use the |
What pulp-runtime version are you using? Maybe that is the issue here |
I've used the latest run-time. I'm now installing Ubuntu 16.04 as this maybe the issue. |
Hi there! I'm attempting to run the hello example obtained from here, but am running into the following error message:
I have built the riscv toolchain and have placed the 'hello' example at the path
pulpissimo/sw/pulp-runtime/hello
which I believe is correct, but would like to have that confirmed. Any pointers would be appreciated since I'm pretty stuck on this at the moment. It's also worth noting that I can compile test C programs with theriscv-unknown-elf-gcc
compiler with no troubles, so I believe this is an issue with the Pulpissimo repo or the test 'hello' program I'm attempting to run. I would alternatively run with the full SDK instead but it appears that (according to the README) that the full SDK is not supported with the current release?I'm running on Ubuntu 24.04.1 LTS in case that's relevant.
Thanks!
The text was updated successfully, but these errors were encountered: