如何让 Eclipse 在非标准位置查找并使用基于 gcc 的工具链
我正在尝试让 Eclipse 与基于 GCC 的 ARM 交叉编译器一起使用。
如何配置 eclipse 将新工具链添加到其工具链列表中?
该工具链是Raisonance分布式GCC工具链: C:\Program Files\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe
I am trying to get Eclipse to work with a GCC based ARM cross compiler.
How can I configure eclipse to add the new tool chain to its list of tool chains?
The tool chain is a Raisonance distributed GCC tool chain:
C:\Program Files\Raisonance\Ride\arm-gcc\bin\arm-none-eabi-gcc.exe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里是一个 pdf 的链接,描述了如何为 ARM 和 eclipse 设置交叉编译器工具链。
http://www.sparkfun.com/tutorial/ARM/ARM_Cross_Development_with_Eclipse.pdf
希望有帮助。
Here is a link to a pdf describing how to set up a cross compiler tool chain for ARM and eclipse.
http://www.sparkfun.com/tutorial/ARM/ARM_Cross_Development_with_Eclipse.pdf
Hope it helps.
确保该命令是您的路径。 安装GNU ARM Eclipse 插件,然后您可以选择列表中的工具链。
Make sure the command is you the PATH. Install GNU ARM Eclipse Plug-in, then you can choose the toolchain from a list.
需要明确的是,Raisonance 的 Ride 使用 CodeSourcery 工具链。 有很多关于如何将其与 Eclipse 一起使用的教程(至少对于 Helios 而言)。 上次我检查时(去年),我的 Ride7 使用的是 2008 CodeSourcery 编译器,尽管现在最新版本是 2011.03。
Just to be clear, Raisonance's Ride uses the CodeSourcery toolchain. There are many tutorials out there on how to use it with Eclipse (at least for Helios). Last time I checked (last year), my Ride7 used the 2008 CodeSourcery compiler, though right now the latest version is 2011.03.