Mingw-get-setup.exe
You forgot to specify a source file. Fix: Type gcc myprogram.c instead of just gcc .
: The initial download is extremely small (under 100 KB) because it acts as a downloader for the actual compiler files. mingw-get-setup.exe
mingw-get-setup.exe does come with an uninstaller in the Windows Control Panel. To fully remove MinGW: You forgot to specify a source file
Whether you choose to stick with the classic MinGW or move to MSYS2, you now possess the knowledge to turn a 300 KB executable into a fully functional C/C++ development environment on Windows. Download mingw-get-setup.exe , follow the steps, and start coding. follow the steps
Let's prove that mingw-get-setup.exe did its job. Create a file called hello.c :
Even a simple tool can fail. Here is how to fix it.