-
Notifications
You must be signed in to change notification settings - Fork 108
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
Failing to build on certain embedded platforms #2400
Comments
Arduino Nano ~ avr-atmega328p |
EDIT: Nevermind, figured it out 🙂 Okay thanks. What build command are you using? I'm trying but getting this failure:
By contrast, if I build without
|
Since we currently can't roll our pinned nightly toolchain, and since support for the avr target which initially caused us to notice this issue was only added on nightly recently, this commit does not add a regression test. That will be done later as part of #2400 once we are able to roll our pinned nightly toolchain. Makes progress on #2400 gherrit-pr-id: I2ce6e9e0c2ba1cbe24c8cc5686e5b9b519bbf102
Since we currently can't roll our pinned nightly toolchain, and since support for the avr target which initially caused us to notice this issue was only added on nightly recently, this commit does not add a regression test. That will be done later as part of #2400 once we are able to roll our pinned nightly toolchain. Makes progress on #2400 gherrit-pr-id: I2ce6e9e0c2ba1cbe24c8cc5686e5b9b519bbf102
We've published a fix in 0.8.21. @ErickTorresBrownU can you confirm that this fixes your issue? |
Just applied the changes and yes, the issue is resolved with your changes. Good job! 🤗 |
Okay great, thanks for testing it out! |
Progress
RUSTFLAGS='-C target-cpu=atmega328p' cargo +nightly-2025-02-25 check --target=avr-none -Zbuild-std=core
Originally reported by @ErickTorresBrownU in rust-random/rand#1574 (comment):
@ErickTorresBrownU, what platform are you building for here? We would like to support this use case and add this platform to our CI so we don't regress.
The text was updated successfully, but these errors were encountered: