Ubuntu 10.04 Eclipse C/C++平台搭建

sudo apt-get install eclipse
sudo apt-get install eclipse-pde
sudo apt-get install eclipse-jdt
2、安装中文语言包 菜单栏:Help------>Install New Software------>在Work with的框框下输入以下地址回车。 http://download.eclipse.org/technology/babel/update-site/R0.8.0/galileo 选择简体中文: Babel Language Packs in Chinese (Simplified) 然后就是选择简体中文安图提示一步步安装 3、安装CDT(c/c++插件) (1)同 2 中 在Work with的框框下输入 http://download.eclipse.org/releases/galileo 选择Collaboration->Mylyn Bridge: C/C++ Development,安装,重启eclipse (2)同上输入网址后选择 Programming Languages->Eclipse C/C++ Development 切记:(1)(2)顺序有依赖关系,安装顺序不能颠倒。 在安装cdt的时候,会报这个错误: An error occurred while installing the items session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.cvs 1.0.400.v201002111343, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction). The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found. 后来搜索了一下,发现解决办法。 sudo apt-get install eclipse-pde 在装cdt插件,完成 用Eclipse+CDT开发c/c++项目的时候,怎么能让Eclipse发挥代码自动提示的功能呢?其实也很简单: 打开终端:输入:$ gcc- v 得到类似的:gcc 版本 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) 很容易就看到你当前使用的版本了。 启动Eclipse.进入:Windows-->Preferences-->C/C++找到Environment。增加两个变量: CPLUS_INCLUDE_PATH: /usr/include/c++/4.1.3(我的gcc版本) C_INCLUDE_PATH: /usr/include 接下来新建一个c project.编写代码的时候,当敲入'.'的时候就会自动弹出可备用的代码

转载于:https://my.oschina.net/airsoft/blog/266517

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值