Yet Another MinGW “gcc: error: CreateProcess: No such file or directory”

后端 未结 8 2093
轻奢々
轻奢々 2020-11-30 09:03

I have installed MinGW C compiler in Windows 8 (64 bit) through the GUI installer. But when I try to compile a C program, gcc says: gcc: CreateProcess: No such file

8条回答
  •  萌比男神i
    2020-11-30 09:25

    In my case, I had uninstalled a few items in MinGW to save space on my SSD. Installing mingw32-gcc dev class fixed this problem for me.

提交回复
热议问题