Ubuntu Eclipse CDT 未解析的包括

发布于 2024-11-05 07:58:56 字数 331 浏览 0 评论 0原文

Ubuntu 10.10 Ecelipse-cpp-helios-SR2-linux 与 eclipse-cdt

C 和 C++ 项目都很好,

当我创建 makefile 项目时,使用 #include for C 或 C++

都给出了未解决的包含:错误,因此我无法构建项目

请帮助

我在 Eclipse 中运行 C 时遇到问题。它首先给我奇怪的语法错误或告诉我

include 是一个“未解决的包含”

它也不会让我构建,说“(无法运行程序“make”:启动失败)”

我错过了什么吗?请帮忙。

谢谢

Ubuntu 10.10 Ecelipse-cpp-helios-SR2-linux with eclipse-cdt

C and C++ project are fine

when i create a makefile project use #include for C or for C++

all gave unresolved inclusion: error, so that i can't build project

Please Help

I'm having trouble running C in eclipse. It first gives me weird syntax errors or tells me that

include is an "Unresolved inclusion"

It also will not let me build, saying "(Cannot run program "make": Launching failed)"

Am I missing something? please help.

Thanks

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

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

发布评论

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

评论(1

嘿哥们儿 2024-11-12 07:58:56

Eclipse CDT 没有附带现成的编译器。您需要将其从外部安装到您的系统上。

您应该考虑安装 gcc &在您的 Ubuntu 系统上进行 make 以便能够在 Eclipse 中构建您的应用程序。

There is no compiler coming with Eclipse CDT out of the box. You need to have it externally installed on your system.

You should consider to install gcc & make on your Ubuntu system to be able to build your application within Eclipse.

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