我刚刚下载了eclipse IDE for C/C++。包含用于头文件的C:\MinGW\include和用于librares的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. 发布于 2012-11-29 19:19:56
对于Windows64:项目/属性/ C/C++生成/设置/Binary解析器:打开"PE Windows解析器“
发布于 2011-01-20 21:16:00
请检查C:\MinGW\bin是否在您的路径中。如果您打开cmd并键入g++ -应该不会出现找不到g++的消息。
https://stackoverflow.com/questions/4705586
复制相似问题