You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if cc-rs could detect this (maybe by inspecting the error message), and give an extra note in those cases that guides the user in what they need to do.
(This is only one part of the cross-compilation story; a linker and libraries / linker stubs are also necessary, but that should be up to rustc to detect and warn for such incompatibilities).
The text was updated successfully, but these errors were encountered:
It is fairly common when cross-compiling to:
It would be nice if
cc-rs
could detect this (maybe by inspecting the error message), and give an extra note in those cases that guides the user in what they need to do.(This is only one part of the cross-compilation story; a linker and libraries / linker stubs are also necessary, but that should be up to
rustc
to detect and warn for such incompatibilities).The text was updated successfully, but these errors were encountered: