MinGW中断/异常

时间:2016-02-20 18:03:01

标签: c++ makefile mingw sfml codelite

我在CodeLite(mingw,windows 10 64bit)中设置了一个项目,该项目使用SFML和静态链接。重建或清理项目会产生以下输出:

C:\WINDOWS\system32\cmd.exe /C E:/DevTools/WinBuilds/bin/mingw32-make.exe -j8 SHELL=cmd.exe -e -f  Makefile
"----------Building project:[ SFML-Test - Release-Static ]----------"
mingw32-make.exe[1]: Entering directory 'E:/Workspaces/CodeLite/SFML/SFML-Test'
codelite-cc E:/DevTools/WinBuilds/bin/g++.exe  -c  "E:/Workspaces/CodeLite/SFML/SFML-Test/main.cpp" -O2 -std=c++11 -Wall -DNDEBUG -DSFML_STATIC  -o ./Release-Static/main.cpp.o -I. -I. -IE:/Lib/cpp/SFML/include
"E:/DevTools/WinBuilds/bin/mingw32-make.exe": Interrupt/Exception caught (code = 0xc0000005, addr = 0x00007FFF8AFFEED8)
mingw32-make.exe: *** [All] Error 255
Makefile:4: recipe for target 'All' failed
====1 errors, 0 warnings====

如果我再次构建项目,它会起作用,直到我再次清理它。

我已经读过这是make的问题,路径中有“(”或“)”。我改变了我的环境路径。 mingw的路径是第一个条目,但问题仍然存在......

0 个答案:

没有答案