如何在 OS X 上轻松安装arm-elf-gcc?
请告诉我这是否应该是服务器故障...
我有一些需要编译的代码,需要arm-elf-gcc
。我不是嵌入式程序员,所以这一切对我来说都是新的。我的开发机器是 Mac,我经常使用 fink,所以我希望能够以这种方式安装它。然而,fink 不知道有任何具有该名称的包。我看到 gnuarm.org 有一些适用于 OS X 的二进制文件,但他们的软件包似乎还包含一堆东西(例如海湾合作委员会)我已经有了。我是否正确地相信我需要安装 binutils
、newlib
和一个名为 t-arm-elf 的文件?
Please let me know if this should be on Server Fault...
I've got some code I want to compile which requires arm-elf-gcc
. I'm not an embedded programmer, so all this is new to me. My development machine is a Mac and I use fink pretty often, so I'd love to be able to install it that way. However, fink doesn't know of any package with that name. I see that gnuarm.org has some binaries for OS X but their packages seem to also include a bunch of stuff (e.g. gcc) I already have. Am I correct in believing that I need to install binutils
, newlib
and a file called t-arm-elf?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MacPorts 支持arm-elf-gcc。
安装 MacPorts 后,所需要做的就是:
MacPorts supports arm-elf-gcc.
Once you install MacPorts, all it would take is: