简体   繁体   English

Linux上的XScale pxa255编译器

[英]Compiler on Linux for XScale pxa255

Anyone does know how to compile a C source code for XScale PXA255 on Linux? 有谁知道如何在Linux上为XScale PXA255编译C源代码?

Thanks 谢谢

Xscale seems to be some ARM (v5) variant. Xscale似乎是一些ARM(v5)变体。 And the GCC (Gnu Compiler Collection) suite can target ARM. GCC (Gnu编译器集合)套件可以针对ARM。

Did you consider using a GCC cross-compiler (hosted on a Linux/AMD64 desktop, and targetting your ARM)? 您是否考虑过使用GCC交叉编译器(托管在Linux / AMD64桌面上,并且针对您的ARM)?

You could compile from source GCC. 您可以从源GCC进行编译。 Don't forget to follow the GCC installation guidelines . 不要忘记遵循GCC安装指南 Be careful to follow them (there are also companies selling that service). 请小心跟随他们(也有销售该服务的公司)。

You also need a (cross-) assembler and linker. 您还需要一个(交叉)汇编器和链接器。 They are provided by binutils and you can compile it in a cross- way (targetting your system). 它们由binutils提供,您可以交叉编译(针对您的系统)。

The target operating system also matters. 目标操作系统也很重要。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM