我刚刚下载了用于C / C ++的eclipse IDE。标题包含C:\MinGW\include
,图书馆包含C:\MinGW\lib
,但构建和运行失败,错误"Launch failed no binaries"
我还缺少什么?
**** Build of configuration Debug for project Test ****
**** Internal Builder is used for build ****
g++ -IC:\MinGW\include -IC:\MinGW\bin -IC:\MinGW -O0 -g3 -Wall -c -fmessage-length=0 -oTest.o ..\Test.cpp
Build error occurred, build is stopped
Time consumed: 112 ms.
答案 0 :(得分:6)
对于Windows 64: 项目/属性/ C / C ++构建/设置/二进制解析器:打开“PE Windows Parser”
答案 1 :(得分:2)
请检查C:\ MinGW \ bin是否在PATH中。 如果你打开cmd并输入g ++ - 应该没有找不到g ++的消息。