-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build failure on architecture without atomics #11
Comments
I am having similar issues. I am trying to use the |
Same here, I guess the best way out is to fork this library |
Same here, using it through |
I am so sorry for the long silence. I have been pretty much unable to do any F/LOSS work for the past two years due to moving and a surprise unemployment. I've gotten quite a backlog of work to chew through, but delaying won't make it any easier. We began this crate before the compiler exposed a stable way to query for the presence of atomic symbols. The In Rust 1.65, the Please apply the following change to your [patch.crates-io]
radium = "1.0" This should force If you don't mind, can you also post the specific target name for which you are compiling? While I strive to ensure that |
I'm using |
When I add the
bitvec
dependency to my embedded project (RISCV-32), I get the following compile errors:As far as I can tell, this crate's purpose is to deal with systems without atomics, so I'm a bit confused.
The text was updated successfully, but these errors were encountered: