-
Notifications
You must be signed in to change notification settings - Fork 257
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
Build errors on a Windows ARM32 target since c1464fa #572
Comments
Thanks for the report! While support for Windows 32-bit arm is ambiguous at best, we'd certainly accept patches to fix small issues. In this case I think it should just be a matter of using |
kleisauke
added a commit
to kleisauke/backtrace-rs
that referenced
this issue
Nov 4, 2023
Great! I just opened PR #573 for this. |
kleisauke
added a commit
to libvips/build-win64-mxe
that referenced
this issue
Nov 4, 2023
kleisauke
added a commit
to kleisauke/backtrace-rs
that referenced
this issue
Nov 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since commit c1464fa, I'm getting the following build errors on a custom
armv7-pc-windows-gnullvm
target:Details
Looking at these logs, I think this also affects the
thumbv7a-pc-windows-msvc
andthumbv7a-uwp-windows-msvc
targets. However, since no one's actively working on these targets1 and the fact that is untested/unsupported territory2, feel free to close this as invalid.Footnotes
https://github.com/rust-lang/rust/issues/109030#issuecomment-1465051133 ↩
https://github.com/rust-lang/rust/issues/112265#issuecomment-1575468455 ↩
The text was updated successfully, but these errors were encountered: