针对 MIPS 处理器交叉编译 Perl 或 Expect
我正在使用带有 MIPS 处理器的嵌入式板。我应该为具有不同应用程序的系统开发测试。我的问题是:有没有办法为目标板交叉编译Perl或Expect。我的理解是,我们使用的板是具有 800 MHz 处理器的 MIPS。不确定型号。我知道我们使用 CodeSourcery 来编译所有应用程序。
有没有办法使用CodeSourcery或其他工具为目标板编译Perl或Expect?
I am working with an embedded board that has a MIPS processsor. I am supposed to be developing tests for the system with different applications. My question is: is there a way to cross-compile Perl or Expect for the target board. My understanding is that the board we use is MIPS with a 800 MHz processor. Not sure of the model number. I know that we use CodeSourcery to compile all applications.
Is there a way to use CodeSourcery or other tools to compile Perl or Expect for the target board?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看交叉编译 Perl for ARM,并执行相同的操作,但使用 targetarch 和 Code Sourcery MIPS 编译器的正确(即 MIPS)值。
Take a look at Cross-compiling Perl for ARM, and do the same thing, but with correct (i.e. MIPS) values for targetarch and the Code Sourcery MIPS compiler.