-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
How would I compile the thumbsv7a-windows target? #109030
Comments
I assume this is about one of:
And the answer for why there's no precompiled binary is fairly simple: No one has put in the effort to add support to the standard library to the You may compile the standard library for this target by either building rustc with that support from source, or by using |
To be clear, with a nightly compiler and cargo you can do something like this:
Though you're very much in unsupported land here. Both the Surface RT and Windows 10 15035 are no longer supported by the vendor. And, as workingjubilee says, Rust itself is currently only offering tier 3 support due to the fact that there's no one actively working on it. So it might work. Or it might require a fair amount of effort to get working. |
Thanks... that actually might be what I need to get rust compiled so I can move forward with porting Firefox at the very least to the RT running said unofficial build of Windows 10. There's currently only an early build of Otter Browser for said device, which is newer than even the build of Edge (40.X) but is crash happy on certain websites. Porting Firefox will restore usability to such devices abandoned by Microsoft because of their stupidity of limiting it to running Internet Explorer (and the old, pre-Chromium Microsoft Edge in the case of Windows 10, 15035) |
The issue tracker is not a support forum. For future questions please ask in one of these places: https://discord.gg/rust-lang/ |
Documentation is severely lacking. I'd like to port Firefox to Windows 10, build 15035 at the very least on my Surface RT... which seems way more doable than you think. Edge is growing increasingly unusable as the years pass so that's why I want to get answers about this and why precompiled binaries aren't provided for this target.
The text was updated successfully, but these errors were encountered: