如何将DynamicC编译器(Rabbit Microcontroller/C)与Eclipse IDE集成

发布于 2024-11-13 10:36:56 字数 294 浏览 5 评论 0原文

我想集成动态 C 编译器,它是 RABBIT 微控制器进入 Eclipse IDE。我真的很喜欢 eclipse 环境及其功能。

有什么方法可以将此类外部编译器集成到 Eclipse 环境中吗?任何详细的指南文章都会非常有帮助。

I would like to integrate the Dynamic C compiler which is compiler for the RABBIT microcontroller into the Eclipse IDE. I really like eclipse environment and its features.

Is there any method I can use to integrate such external compiler into the Eclipse Environment. Any detailed writeup of howto would be very helpful.

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

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

发布评论

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

评论(1

乜一 2024-11-20 10:36:56

我不知道那个编译器,但是 Eclipse 可以配置为使用各种编译器。

您应该创建一个 C 项目,右键单击它并选择“属性”。然后看一下C/C++ Build ->设置和 C/C++ 构建 ->工具链编辑器。

如果您的编译器安装正确(即您可以在命令行或通过其他工具使用它构建东西),那么您应该能够在“C/C++ Build”选项中获得正确的设置。

以下是有关管理这些设置的 Eclipse 文档: Eclipse C/C++ 构建

I don't know that compiler, but Eclipse can be configured to use various compilers.

You should create a C project, right-click it and select "Properties". Then take a look at C/C++ Build -> Settings and C/C++ Build -> Tool Chain Editor.

If your compiler is properly installed (i.e. you can build things with it on the command line or through another tool), then you should be able to get the right things set in the "C/C++ Build" options.

Here's the eclipse documentation on managing those settings: Eclipse C/C++ Build

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