在 Windows 上的 Eclipse 中针对 PPC 405 目标进行交叉编译
有人知道如何使用 MinGW 或 Cygwin 设置 Eclipse 来构建、开发和交叉编译要部署在具有 PPC 405 架构的机器上的代码吗?是像为编译器设置正确的标志一样简单,还是有更多的事情涉及?我正在 Windows 上为在 PPC 处理器上运行 Linux 的嵌入式系统进行开发。任何正确方向的帮助或指示将不胜感激。
Does anybody out there know how to setup Eclipse with MinGW or Cygwin to build, develop and cross-compile code that is to be deployed on a machine with PPC 405 architecture ? Is it something as simple as setting the right flags for the compiler, or is there something more involved ? I'm developing on Windows for an embedded system running Linux on a PPC processor. Any help or pointers in the right direction would be sincerely appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看到这个
http://kegel.com/crosstool/
虽然它构建了工具链,但看起来很容易
为 cygwin 构建工具链后,您可以从 eclipse 使用它
see this
http://kegel.com/crosstool/
it seems easy though it builds the toolchain
after building the toolchain for cygwin you may use it from eclipse