我刚刚安装了Code :: Blocks 12.11并且由向导创建了一个控制台应用程序,默认情况下,hello world代码在那里。我试图编译它,但我遇到了这个构建错误:
-------------- Build: Release in example (compiler: GNU GCC Compiler)---------------
mingw32-g++.exe -Wall -fexceptions -O2 -c "E:\Workspace\C++\Code Blocks\example\main.cpp" -o obj\Release\main.o
mingw32-g++.exe: error: CreateProcess: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings (0 minutes, 0 seconds)
我该怎么做才能解决它?