GDB 与 Eclipse CDT
当我尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是因为 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.