4

我刚刚安装了 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)

我应该怎么做才能解决它?

4

0 回答 0