如何让 Eclipse 在非标准位置查找并使用基于 gcc 的工具链

发布于 2024-07-20 21:50:31 字数 192 浏览 3 评论 0原文

我正在尝试让 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 技术交流群。

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

发布评论

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

评论(3

超可爱的懒熊 2024-07-27 21:50:31

这里是一个 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.

べ繥欢鉨o。 2024-07-27 21:50:31

确保该命令是您的路径。 安装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.

雪落纷纷 2024-07-27 21:50:31

需要明确的是,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.

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