Anyone does know how to compile a C source code for XScale PXA255 on Linux?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.