-
Notifications
You must be signed in to change notification settings - Fork 71
__atomic_load_8 might not be available on some platforms #339
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
Comments
@jonathanbcarlson: I have the feeling there's nothing to be done on the codegen side. Btw, I also made the cross-compilation case much easier with this PR. It might not be easy for now to use a target spec file, but I'll fix this soon. I hope this helps! |
@antoyo, thanks for all the improvements! |
Good. |
I tried to do a test with a different arch in the target specification file and I'm unable to compile a project. It gives this error:
Is this why this wrapper was used for? I'd like to make the experience as simple as possible. I think now that most patches in this repo aren't necessary anymore. When you have time, we can take a look at fixing that and whatever else is missing. |
https://users.rust-lang.org/t/for-arc-elf32-target-get-undefined-reference-to-debug-lower-hex-when-using-alloc-crate/99234/16
The text was updated successfully, but these errors were encountered: