简体   繁体   中英

Compiler on Linux for XScale pxa255

Anyone does know how to compile a C source code for XScale PXA255 on Linux?

Thanks

Xscale seems to be some ARM (v5) variant. And the GCC (Gnu Compiler Collection) suite can target ARM.

Did you consider using a GCC cross-compiler (hosted on a Linux/AMD64 desktop, and targetting your ARM)?

You could compile from source GCC. Don't forget to follow the GCC installation guidelines . 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).

The target operating system also matters.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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