Installing GCC for VS Code on Windows 8.1 (Legacy Hardware) - Need specific MinGW/WinLibs/MSYS2 link
Hey everyone,
I currently have free time and my first year of college would start soon so I was thinking of starting C programming. I'm trying to set up VS Code locally on my laptop, but I'm running into compatibility walls because of my setup:
- OS: Windows 8.1 (64-bit)
- Hardware: 12-year-old Toshiba, 12GB RAM, HDD.
- The Issue: Latest MSYS2 installers require Windows 10+. I tried a WinLibs build, but VirusTotal flagged it as a Trojan (likely a false positive, but worried me a bit so I came here for advice, It got flagged in VirusTotal, with a 2/39 score).
What I need:
Does anyone have a trusted, clean GCC link for it - MinGW-w64 or WinLibs or MSYS2 build that is confirmed to run on Windows 8.1?
I know the "proper" advice is to install Linux or upgrade to Win 10, but for this semester, I need to stay on this OS for specific reasons. I just want a standalone compiler folder I can extract to C:\ and add to my Path so I can hit the "Run" button in VS Code.
Honestly I don't know anything about coding, I used A.I to make sense here and also I was watching "Bro code" youtube video and I was following it's instructions but got stuck in adding the GCC compiler due to my old machine.
Thanks in advance for the help!