How i can install gnu toolchain on windows 7

Hi everyone. So, i has a windows 7 operation system, and tried to install default msvc rust compiler, but it dependent to visual studio 2013 or newer versions. And I tried install this shit from different sites, but got some fucking errors. And know, that besides msvc-version exists also gnu-version. That's why I searched guide of installing this version on windows 7, but I has no found any useful results. And i has not an opportunity install another operation system. Please, help my solve my problem

Well, I downloaded GCC here (I don’t take any responsibility for this link an it’s contents). You can also try to install MinGW toolchain via something like MSYS2.

Btw, следи за языком, тут матершинников не любят :wink:

You can find MinGW (GCC) binaries here: https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/

Here's the most common binary: x86_64-win32-seh

In Rustup I choose either nightly-x86_64-pc-windows-gnu or stable-x86_64-pc-windows-gnu as toolchain.

Как скажешь, я тебе очень благодарен

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.