Goto "Settings->Compiler...->Global compiler settings->GNU GCC Compiler->Toolchain executables" and fix the compiler's setup.
Tried to run compiler executable 'C:\MinGW/bin/mingw32-gcc.exe', but failed!
Skipping...
Nothing to be done (all items are up-to-date).
第一次接触C,安装后运行代码就报上面的错了,报错意思是:
试图运行编译器可执行文件'C:\MinGW/bin/mingw32-gcc.exe',但失败!
原因是找不到编译器的位置,解决如下:
Auto-detect:自动检测
然后再运行就可以了