-
Notifications
You must be signed in to change notification settings - Fork 110
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
Cannot compile examples for Raspberry Pi Pico #431
Comments
We do not yet support libtock-rs for the Raspberry Pi Pico. From what I can read in the error, it seems that you are missing the armv6 toolchain. Please try adding it using |
Looks to me like we do support the Raspberry Pi Pico: https://github.com/tock/libtock-rs/blob/master/runtime/layouts/raspberrypi_pico.ld |
It used to build when I added it, but I think I had the |
Got this failures after doing error: could not compile |
We look at the target architecture to determine whether we are building for the host or an embedded target... which is incorrect and will fail if your host system is ARM (as it is). To be clear: the underlying bug is our build is broken when compiling on an ARM host, not that the build is broken when compiling for the Raspberry Pi Pico target. I'm not sure if there's a better way to solve this other than making the target selection in |
When I try to compile the any example with the commands specified in README it fails with this.
The text was updated successfully, but these errors were encountered: