Ubuntu Eclipse C/C++

来源:互联网 发布:控制无人机的软件 编辑:程序博客网 时间:2024/05/16 15:44

 Eclipse download -- Eclipse IDE for C/C++

 

linux C++ 遇到问题“Binary not found”

http://hi.baidu.com/xiao_koala/item/8c2f0174c6be5122d6a89c12

http://blog.csdn.net/abcjennifer/article/details/7573916   

but 建立C项目标签都不是这样的

-------------------------------------------------------------------------------------------

使用插件

 

http://blog.163.com/daishengchen@126/blog/static/47317034201221535415325/

Ubuntu下C++开发环境的建立  

2012-03-15 15:55:45|  分类:Ubuntu|  标签:|字号 订阅

1、安装GCC编译器、make和其他相关软件
       sudo apt-get install build-essential或者是在软件包中找到build-essential然后安装。
2、集成开发环境Eclipse
       软件包中找到Ecilpse->确定工作目录->下载并安装CDT插件(Help->Install New Software...Add Site...写入地址http://download.eclipse.org/tools/cdt/releases/galileo)->选择CDT Main Features->一直Next->重启
 
 
///-----------------
如果只安装第二步
运行时出现错误 : Launch failed.Binary not found.  原因 缺少构建工具http://www.oschina.net/p/maven
http://zhidao.baidu.com/question/449588992.html 
问题解决(ws) 还是Launch failed 需要Eclipse -- Open Pespective  到C ++ 环境 。默认Eclipse Pespective 是 Java
 
注:
C++ debug目录下有Makefile
原创粉丝点击