-
Notifications
You must be signed in to change notification settings - Fork 165
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
Examples don't get compiled #493
Comments
Why are you trying to compile the ch32v003fun example using the RISC-V Linux toolchain rather than the RISC-V bare-metal toolchain? |
I am new and had no specific intention to prefer one instead of the other. All I did was I followed the instructions provided with the project. What should I additionally change or set up? |
You should use the RISC-V bare-metal toolchain: |
Thanks so much, by bad, I didn't evaluate the situation right. And yes, most of the time environments at least complain when don't find required means. Seems like the compiler in my case totally doesn't do the job. Building the proper toolchain, expect it to solve this issue. |
You can probably use the latest xPack binary toolchain to avoid having to build your own... Note that the xPack toolchain uses the prefix |
I managed to build it, and it seems to have resolved my issue. Thank you very much, closing this one. |
Great, glad it helped! 👍 |
The text was updated successfully, but these errors were encountered: