简体   繁体   English

Eclipse C ++ IDE,问题设置

[英]Eclipse C++ IDE, Issues setting up

I'm having issues with setting up Eclipse for C++ editing. 我在设置Eclipse以进行C ++编辑时遇到问题。 I am using Cygwin and Eclipse (obviously), and I've gotten to the point of making the example project Hello World. 我正在使用Cygwin和Eclipse(显然),并且我已经提出了示例项目Hello World。 However, when I try to create a new project I always get the message "Launch Failed. Binary Not Found". 但是,当我尝试创建新项目时,总是收到消息“启动失败。未找到二进制文件”。 I know this is a common issue, but why would the default hello world project work and not mine? 我知道这是一个常见问题,但是为什么默认的hello world项目会起作用而不是我的?

Thanks for any help. 谢谢你的帮助。

  • First Build the project ( project menu in navigation bar) 首先构建项目(导航栏中的项目菜单)

  • then, A new folder named Binaries will appear now in project explorer. 然后,一个名为Binaries的新文件夹将立即出现在项目浏览器中。 (refresh if needed) (如果需要,请刷新)

  • Now you can try running your project, and no errors will appear. 现在,您可以尝试运行您的项目,并且不会出现任何错误。

more info here 更多信息在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM