Git Product home page Git Product logo

Comments (4)

the8472 avatar the8472 commented on June 14, 2024

The platform support document lists x86_64-win7-windows-msvc only as a compile target, not a host toolchain. I.e. you can compile for windows 7 on windows 10 , but not on windows 7.
You could use the last supported rust version (1.77) instead.

from rust.

the-Arioch avatar the-Arioch commented on June 14, 2024

i wish rustup update would've been smarter then...
It's idea was to have and mantain working toolset, not to break it.

rustup update 1.77
rustup default 1.77
rustup toolchain uninstall stable

seems to work now

the target https://doc.rust-lang.org/nightly/rustc/platform-support/win7-windows-msvc.html says

Host tools may also work, though those are not currently tested.

implying they at least do exists. Sadly rustup seems to have no idea. I wish there wouldd be some --force option to force downloading such take-or-leave tools.
Maybe one day i would seriously read into https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html :-)

from rust.

the8472 avatar the8472 commented on June 14, 2024

Tier3 targets are not built. Which means even if they work you'd still have to build host tools yourself rather than downloading them. It is tier2 targets which are built but untested.

Perhaps win7 will become tier2, but that depends on people interested in that platform putting in the effort.

from rust.

the-Arioch avatar the-Arioch commented on June 14, 2024

to build host tools

the jargon is a problem, surely all the hardcore devs know it already, those who do write the docs not read them :-)

when i googled it there was only references to "build rust server" instead

basically it would be nice if those references to "host tools" were linked to some easy to find and similarly named article that would explain the term, give the up to date and complete list of those tools and if possible build instructions.

from rust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.