MinGW c compiler not working (cc1.exe application error)

62 Views Asked by At

I followed a step by step tutorial on how to code in c with sublime text 4 on windows 11. I installed the mingw from sourceforge,in the installer I selected the basic mingw installation, the folder's path is "C:\MinGW", then I added the path of the bin folder to the environment path variable. but when I use the build with tool in sublime text to compile a main.c file I get this error message

enter image description here

I tried reinstalling mingw and following the tutorial another time still the same problem

0

There are 0 best solutions below