如何将DynamicC编译器(Rabbit Microcontroller/C)与Eclipse IDE集成
我想集成动态 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道那个编译器,但是 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