Eclipse C++的配置问题launch failed binary not found

时间:2023-03-09 09:40:39
Eclipse C++的配置问题launch failed binary not found

首先下载eclipse c++ 我的是64bit版本

安装好MinGW,并配置好环境变量,参考我的博客

http://www.cnblogs.com/fickleness/p/3273044.html

配置eclipse

选executable,选mingw gcc .按make toolchain(s) preferred.ok

Eclipse C++的配置问题launch failed binary not found

Eclipse C++的配置问题launch failed binary not found

配置好关闭eclipse

然后

1、安装minGW先 ;
2、添加path系统环境变量为minGw\bin目录;

Eclipse C++的配置问题launch failed binary not found
3、更改**—make.exe为make.exe;解决launch failed binary not found

原因是

Eclipse C++的配置问题launch failed binary not found
4、编写程序源文件然后编译ctrl+B;
5、最后就可以运行了。

Lie出一些关键配置

Eclipse C++的配置问题launch failed binary not found

包含文件

Eclipse C++的配置问题launch failed binary not found

Eclipse C++的配置问题launch failed binary not found

库文件

Eclipse C++的配置问题launch failed binary not found

更改字号

Eclipse C++的配置问题launch failed binary not found

编译执行一个c++工程。。。

搞定

Eclipse C++的配置问题launch failed binary not found

新建完项目直接 右键整个项目项目-->run as-->Local c/c++ Application,这样的话就会报上面的错。。。。
直接在main函数所在的文件中Ctrl+b(这不应该是编译,之后项目中会多一些文件和文件夹),再右键整个项目项目-->run as-->Local c/c++ Application,就可以运行了!!!!

参考

http://blog.****.net/hujingn/article/details/5849516

编译的是Standard Make C++ Project-

http://www.oschina.net/question/5189_8545

有点帮助

茅塞顿开的http://bbs.****.net/topics/260061684