我需要如何配置 Eclipse 来创建 C++程序?

发布于 2024-11-19 01:14:59 字数 203 浏览 4 评论 0原文

我为 C/C++ 开发人员安装了 Eclipse。 安装后我还安装了 PyDev。

我成功创建了一个 C++ 项目(附带的 Hello World 项目)。但我无法编译/运行它。

当我创建项目时,工具链列表中没有任何内容。所以我想我需要安装一个工具链。但我找不到任何东西。我需要有人帮我解决这个问题。

我使用的是 64 位 Windows 7。

I installed Eclipse for C/C++ Developers.
After installing it I also installed PyDev.

I managed to create a C++ project (The Hello World project that comes with it). But I cannot compile/run it.

When I created the project there was nothing in the toolchain list. So I think I will need to install a toolchain. But I cannot find anything. I need someone to help me with this please.

I am using 64 bit Windows 7.

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

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

发布评论

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

评论(3

独留℉清风醉 2024-11-26 01:14:59

没有编译器,没有可执行文件。

检查 MinGW

这是我在 google 中获得的 eclipse 和 mingw 的第一个结果之一:

http://max.berger.name/howto/cdt/cdt.jsp

No compiler, no executable.

Check MinGW

This is one of the first results i got in google for eclipse and mingw:

http://max.berger.name/howto/cdt/cdt.jsp

澉约 2024-11-26 01:14:59

您不仅需要安装 Eclipse CDT,还需要安装适用于 Windows 的 C/C++ 编译器,例如 minGW。

You need to install not only Eclipse CDT, but also a C/C++ compiler for Windows, like minGW.

上课铃就是安魂曲 2024-11-26 01:14:59

尝试从 http://tdm-gcc.tdragon.net/ 安装 TDM-GCC。这应该可以让您快速在 Windows 下安装兼容的 GCC。

Try installing TDM-GCC from http://tdm-gcc.tdragon.net/ . This should have you up and going with a compatible GCC setup under Windows in a snap.

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