eclipse helios 无法找到 g++、gdb、$PATH、make

发布于 2024-09-13 23:23:42 字数 87 浏览 1 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

清醇 2024-09-20 23:23:42

你确定g++/gdb已经安装了吗?

PATH 真的指向正确的目录吗?

如果一切正常,请在 Eclipse 上转到:

Project > Properties > C/C++ Build > Environment

此时您应该看到 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:

Project > Properties > C/C++ Build > Environment

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).

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