如何使用 CDT 配置 Eclipse?

发布于 2024-07-14 13:00:46 字数 277 浏览 7 评论 0原文

我一直在尝试在 Windows XP 和 cygwin 下将 CDT 与 Eclipse 3.4 一起使用。

我需要做什么才能开始? 我使用了在 Eclipse 主页上找到的“eclipse-cpp-ganymede-SR1-win32.zip”。

编辑:

主要问题是,我无法编译和运行代码。

在运行配置中,我尝试了 C/C++ 应用程序的 gcc.exe:

将 make.exe 的路径添加到我的 $Path 后,并从头开始,它运行得很好。

I've been trying to use CDT with Eclipse 3.4 under Windows XP with cygwin.

What do I need to do, in order to get startet?
I used "eclipse-cpp-ganymede-SR1-win32.zip" found on the Eclipse homepage.

Edit:

The main problem is, that I cannot compile and run the code.

In the run configuration, I tried gcc.exe for the C/C++ Application:

After adding the path of make.exe to my $Path, and starting from scratch, it works perfectly.

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

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

发布评论

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

评论(6

ぶ宁プ宁ぶ 2024-07-21 13:00:46

我终于找到了。 多谢你们。

下载并解压“eclipse-cpp-ganymede-SR1-win32.zip”后,您需要安装 Cygwin 或 MinGW。

确保编译器(例如 gcc.exe)和 make.exe 位于您的 $Path 上。

启动 Eclipse,一切都会正常工作。

I finally found. Thanks guys.

After downloading and unpacking "eclipse-cpp-ganymede-SR1-win32.zip", you need to install either Cygwin or MinGW.

Make sure the compiler (e.g. gcc.exe) and make.exe is on your $Path.

Start Eclipse and everything should work fine.

能怎样 2024-07-21 13:00:46

如果你想在 Windows 上使用 Eclipse/CDT,你应该考虑使用 Wascana Desktop Developer,一个专门的 CDT 发行版针对 Windows 主机。

If you want to use Eclipse/CDT on Windows, you should consider using Wascana Desktop Developer, a CDT distro specially targeting Windows hosts.

阪姬 2024-07-21 13:00:46

根据 CDT 下载页面

至少,您需要在安装 CDT 之前安装 Eclipse Platform Runtime

,因此添加 CDT Ganymede 更新站点 到您当前的 eclipse 3.4 配置应该足以让您安装 CDT。

之后,您有任何错误消息吗?

例如,可能存在一些 eclipse.ini 相关问题 使用此包时。

According the the CDT Downloads page:

As a minimum, you need to install the Eclipse Platform Runtime before installing the CDT

So adding the CDT Ganymede update site to your current eclipse 3.4 configuration should be enough for you to install CDT.

After that, do you have any error message ?

For instance, there can be some eclipse.ini-related issues when using this package.

东风软 2024-07-21 13:00:46

对我来说,您下载的软件包从一开始就有效。 不过我将它与 MinGW 而不是 Cygwin 一起使用。

我也将它与 QT Integrator 一起用于 QT4 开发。

For me the package you downloaded worked from start. However I was using it with MinGW instead of Cygwin.

I am using it also for QT4 development together with QT Integrator.

停滞 2024-07-21 13:00:46

我使用 MinGW,但我注意到 文档说您可以使用 Cygwin。 我会查看 Max Berger 的 CDT 指南 来解决问题。

I use MinGW, though I note that the documentation says you can use Cygwin. I would have a look through Max Berger's CDT guide to troubleshoot the problem.

睫毛上残留的泪 2024-07-21 13:00:46

您可以在系统中安装 Cygwin 和 MinGW。 gcc 和 make 与 Mingw 一起使用似乎更适合本机 Windows 构建。 如果 PATH 环境设置为 Cygwin 的路径 [和/或] MinGW Eclipse 项目向导会要求您选择一个 . Cygwin 或 MinGW。

对于 MingW,如果您需要调试应用程序,您可能还需要下载 gdb

you can install both Cygwin and MinGW in your system. gcc and make available with Mingw seems to be suitable better for native windows build. If the PATH environment is set to paths of Cygwin [and/or] MinGW Eclipse project wizard asks you select one . Either Cygwin or MinGW.

For MingW, you may need to download gdb as well, if you need to debug your application

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