-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to build on platforms without atomic types #3
Comments
The WIP branch to resolve this is Please patch your manifest to use [dependencies.radium]
git = "https://github.com/mystor/radium
rev = "feature/3" and test your project. The expected results are for You can sidestep the [dependencies.bitvec]
default-features = false If these patches work, I will release a new Thank you for this issue. |
Hey, thanks so much for this. I just checked the |
@alistair23 you should be able to test it by adding: [patch.crates-io]
radium = { git = "https://github.com/mystor/radium.git", branch = "feature/3" } ...directive in your toplevel |
Ah awesome. Radium builds, bitvec doesn't though:
|
I forgot how our codegen macros worked, and accidentally disabled |
Perfect! It works now! |
mystor/4 is now merged, and published as |
This is already covered by building with |
Thanks! |
Some platforms (such as RV32IMC) don't have the atomic types. When trying to build radium for those platforms this error is seen:
Something like this: rust-embedded/heapless#123 should hopefully fix the problem.
The text was updated successfully, but these errors were encountered: