我需要如何配置 Eclipse 来创建 C++程序?
我为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
没有编译器,没有可执行文件。
检查 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
您不仅需要安装 Eclipse CDT,还需要安装适用于 Windows 的 C/C++ 编译器,例如 minGW。
You need to install not only Eclipse CDT, but also a C/C++ compiler for Windows, like minGW.
尝试从 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.