启动失败。二进制未找到。 Eclipse Helios上的CDT [英] Launch Failed. Binary not found. CDT on Eclipse Helios

查看:225
本文介绍了启动失败。二进制未找到。 Eclipse Helios上的CDT的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Ubuntu 10.04上使用Eclipse Helios,我试图在其上安装CDT插件。我从这里下载此处



然后我转到安装新软件并选择zip文件(我不提取它,只需选择zip文件的)。它的确定,它安装,一切正常,它显示可选功能, blah blah blah



然后我创建一个新的HelloWorld项目。当我尝试运行它时,会显示错误,并说:



启动失败。没有找到二进制。



任何人都可以解释我如何解决?



谢谢。 b $ b

解决方案

您必须先构建可执行文件才能运行它。所以如果你不BUILD你的文件,那么它将无法链接并加载该对象文件,因此它没有要执行的二进制数。



所以基本上右键单击 Project - >构建项目 - >运行作为本地C / C ++应用程序应该做的技巧


I'm using Eclipse Helios on Ubuntu 10.04, and I'm trying to install CDT plugin on it. I download it from here here.

And then I go to Install New Software and select the zip file (I don't extract it, just select the zip file). And its ok, it installs, everything works fine, it shows optional features, blah blah blah.

And then I create a new HelloWorld project. And when I try to run it, it shows an error and says:

Launch failed. Binary not found.

Can anyone explain me how to fix it?

Thanks.

解决方案

You must build an executable file before you can run it. So if you don't "BUILD" your file, then it will not be able to link and load that object file, and hence it does not have the required binary numbers to execute.

So basically right click on the Project -> Build Project -> Run As Local C/C++ Application should do the trick

这篇关于启动失败。二进制未找到。 Eclipse Helios上的CDT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆