c++ cygwin 和 eclipse - 二进制未找到错误

发布于 2024-11-26 16:34:07 字数 201 浏览 2 评论 0原文

我花了几个小时寻找如何解决这个问题,但没有任何效果。我有带有 CDT 的 eclipse Indigo,并且下载了 cygwin 和 g++、make 文件等软件包。当我尝试执行任何代码时,最终会出现错误 Launch failed。找不到二进制文件。 我还设置了系统路径 C:\cygwin\bin。如何设置 eclipse 以便将其用作 C++ 的 IDE?

I've spent hours looking up how to fix this problem but nothing has worked. I have eclipse Indigo with CDT and ive downloaded cygwin and packages such as g++, make file, etc. When I try to execute any code I end up with the error Launch failed. Binary not found. I've also set the system path C:\cygwin\bin. How can I set up eclipse so I can use it as my IDE for c++?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁月如刀 2024-12-03 16:34:07

发现问题了,我没有先按下锤子去构建项目。我只使用过 java 的 eclipse,我只需点击运行,一切都会正常工作。

Found the problem, I didn't press the hammer button to build the project first. I've only used eclipse for java and I could just hit run and everything would work fine.

放肆 2024-12-03 16:34:07

尝试下载 MinGW 并使用这些编译器。 Cygwin 工具需要 Eclipse 可能无法加载的库。 MinGW 可执行文件不需要像 Cygwin 那样的任何额外环境。

此外,为了使用大多数 Cygwin 可执行文件,您需要首先启动 Cygwin 环境。

Try downloading MinGW, and using those compilers. The Cygwin tools require libraries that Eclipse may not load. The MinGW executables do not require any additional environment like Cygwin does.

Also, in order to use most Cygwin executables, you need to launch the Cygwin environment first.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文