-
Notifications
You must be signed in to change notification settings - Fork 14
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
Undefined reference to compare_and_swap #150
Comments
Perhaps similar to rust-lang#58500 |
@peacememories would you please be able to attach an LLVM IR file so I can reproduce this? |
I’d be glad to. Where do I find the relevant files you need? :) |
Generate them with |
Okay, sadly I think I'll have to fix my rust-avr installation before I can do that. In my effort to eliminate error sources I updated it and it's broken right now (see #151) |
When I try to use
AtomicBool::compare_and_swap
I get the following linker error:Is the
compare_and_swap
intrinsic not implemented in this compiler, or is there something I could do to fix this?The text was updated successfully, but these errors were encountered: