-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support issue for target "riscv32imc-unknown-none-elf" #10
Comments
EDIT: Actually, I found that portable-atomic 1.5.1 had another problem also on the portable-atomic side, but it has been fixed in the latest version. taiki-e/portable-atomic#134 (comment)
|
"portable-atomic" has just fixed this problem in version 1.6.0, please update the dependencies. |
FYI, users can get a new version simply by running |
When I was developing for my ESP-C3 chip, I used the "static_cell" crate, which uses "portable-atomic" for atomic support starting from version "1.3.0". Starting from this version, my project gets the following error when compiling:
My "rustflags" configuration is as follows:
The compilation tool chain of the "nightly" channel is used.
The text was updated successfully, but these errors were encountered: