GDB 与 Eclipse CDT

发布于 2025-01-06 18:34:43 字数 502 浏览 0 评论 0原文

当我尝试在 Eclipse 中运行 C++ hello world 程序时,收到错误“启动命令时出错:gdb --version”。

所以不允许我上传以下屏幕截图: 屏幕截图 1

我在 Windows 7 上运行 eclipse 并使用 Cygwin海湾合作委员会/GDB。在 cygwin 中输入 gdb --version 不会出现任何问题。我已经确认它位于 C:/cygwin/bin 中。该路径被添加为环境变量。有什么问题吗?

这是我的路径变量的屏幕截图: 截图2

When I try to run my C++ hello world program in Eclipse, I get the error "Error while launching command: gdb --version".

SO won't let me upload the following screenshot: Screenshot 1

I'm running eclipse on Windows 7 and using Cygwin's GCC/GDB. Typing gdb --version in cygwin causes no problems. I've confirmed that it's in C:/cygwin/bin. This path is added as an environment variable. What's the problem?

Here's a screenshot of my path variable: Screenshot 2

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

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

发布评论

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

评论(1

鹿港巷口少年归 2025-01-13 18:34:43

这是因为 Eclipse CDT 不支持 gdb 版本 7.5。请尝试安装 gdb 版本 7.3 或更早版本。

This is be because Eclipse CDT does not support gdb version 7.5. Please try to install the gdb version 7.3, or older.

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