如何解决mingw32-make.exe退出时出现代码2错误?

时间:2012-11-18 16:52:06

标签: c++ qt mingw

我已在Qt Open source 4.8.3Windows 8 Pro x64Qt Creator 2.6.0手动安装了MingW 4.4.0 Windows库。从Qt Creator我设置工具包和编译器。我打开模拟时钟示例与Qt Creator一起出现并重建项目。编译器发出以下错误。

Running steps for project analogclock...

Starting: "C:\Qt\4.8.3\bin\qmake.exe" C:\Qt\4.8.3\examples\widgets\analogclock\analogclock.pro -r -spec win32-g++

The process "C:\Qt\4.8.3\bin\qmake.exe" exited normally.

Starting: "C:\MingW\bin\mingw32-make.exe" 

C:/MingW/bin/mingw32-make -f Makefile.Release

mingw32-make[1]: Entering directory `C:/Qt/4.8.3/examples/widgets/analogclock-build-Desktop-Release'

g++ -c -O2 -Wall -Wextra -fno-exceptions -fno-rtti -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -DQT_NO_DYNAMIC_CAST -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"release" -I"..\analogclock" -I"." -I"..\..\..\mkspecs\win32-g++" -o release\analogclock.o **..\analogclock\analogclock.cpp**

mingw32-make[1]: Leaving directory `C:/Qt/4.8.3/examples/widgets/analogclock-build-Desktop-Release'

mingw32-make[1]: *** [release/analogclock.o] Error 1

mingw32-make: *** [release] Error 2

The process "C:\MingW\bin\mingw32-make.exe" exited with code 2.

Error while building/deploying project analogclock (target: Desktop)

When executing step 'Make'

我已经确认存在 C:/Qt/4.8.3/examples/widgets/analogclock/analogclock.cpp 。此外,这个项目附带Qt安装,我没有改变任何东西。

为什么会出现此错误以及如何解决?

2 个答案:

答案 0 :(得分:3)

似乎你的g ++安装不干净,所以编译器无法启动(这也是你在评论中所说的)。尝试重新安装,然后您可以尝试构建一个hello world程序来验证是否可以运行g ++。另外,请验证您的PATH变量是否已正确配置为mingw。

答案 1 :(得分:0)

听起来像一个糟糕的mingw安装。你的%PATH%中有没有其他unix-ish的东西,即cygwin,或msys,perl,ruby,......或其他版本的mingw?