eclipse helios 无法找到 g++、gdb、$PATH、make
我正在使用 eclipse CDT,但它无法找到任何 Linux 工具链,如 make、g++、gdb。似乎无法检索 $PATH。您能让我知道如何解决此问题吗?
I am using eclipse CDT but it fails to find any of the linux toolchain like make, g++, gdb. seems like it is failing to retrieve $PATH.Could you let me know how can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你确定g++/gdb已经安装了吗?
PATH 真的指向正确的目录吗?
如果一切正常,请在 Eclipse 上转到:
此时您应该看到 eclipse 当前使用的环境变量列表。您可以通过在“选择”按钮(“添加”按钮正下方)显示的窗口中单击并选择它,将 PATH 添加到该列表。
Are you sure g++/gdb are installed?
Does PATH really points to the right directories?
If everything seems ok, on Eclipse go to:
At this point you should see the list of Environment variables eclipse is currently using. You could add PATH to that list by clicking and selecting it on the window displayed by the Select button (right below the Add button).