-
Notifications
You must be signed in to change notification settings - Fork 21
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
rust-lld: error: undefined symbol: fmodf #95
Comments
This looks like a missing intrinsic for UEFI targets. I'd suggest opening an issue about it upstream requesting for it to be added, similar to this one: rust-lang/compiler-builtins#354 Short-term we can gate Can you tell me the "target triple" for UEFI that you're using? |
Ok, I post request in upstream. Yes, you're correct - it is |
Where is the upstream issue? We can link it in some comments to eventually remove the gating for the intrinsic. |
Looks like it's all merged into compiler builtins |
Hello! Tried to build for UEFI and got the following error:
I hacked the sources, removed
Rem/RemAssign
and built my sample but would like to wonder if this ok in common. Thanks in advance!The text was updated successfully, but these errors were encountered: