Cygwin 和 Eclipse Helios 设置

发布于 2024-09-16 23:37:57 字数 618 浏览 5 评论 0原文

我正在尝试使用 Cygwin 和 Eclipse Helios 学习 C++。 我安装了Cygwin下的所有开发工具;并安装了 Helios 的 CDT 包。

问题是我没有看到从 makefile 或任何其他选项创建 C++ 项目的选项。我只能从现有源代码中看到 C 项目、C++ 项目和新项目的选项。

这是我提到的:

:

  1. 有没有关于为 Cygwin 设置 Eclipse 的明确指南?
  2. 我在设置中遗漏了什么吗?

任何其他建议都会有所帮助。

I am trying to learn C++ with Cygwin and Eclipse Helios.
I got all the development tools under Cygwin installed; and installed the CDT package for Helios.

The problem is I don't see an option to create a C++ project from makefile or any other option. I can only see options for a C Project, C++ project and a new project from existing source code.

Here is what I referred to:

Questions:

  1. Is there any clear guide to setup Eclipse for Cygwin?
  2. Am I missing something in the setup?

any other suggestion will be helpful.

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

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

发布评论

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

评论(2

怪我鬧 2024-09-23 23:37:57

你是问如何在 cygwin + Eclipse 中设置 GCC 吗? 本教程怎么样

Are you asking how to setup GCC in cygwin + Eclipse? How about this tutorial?

情深已缘浅 2024-09-23 23:37:57

我发现这个教程是一个非常好的来源。它几乎完美,除了需要向包含cygstdc++-6.dll 的文件夹添加一个路径,这会阻止在控制台上打印任何内容。因此,添加到 Project Properties -> C/C++ 通用 ->路径和符号 ->包括 GNU C++ 缺少的 dll 文件夹的路径:${CYGWIN_HOME}/usr/i686-pc-cygwin/sys-root/usr/bin

I found this tutorial to be a very good source. It was almostperfect, apart that one more path needed to be add to the folder containing cygstdc++-6.dll which prevented anything to be printed on console. So, add to the Project Properties -> C/C++ General -> Paths and Symbols -> Includes GNU C++ the path to the missing dll folder: ${CYGWIN_HOME}/usr/i686-pc-cygwin/sys-root/usr/bin.

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