[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.

Eli Friedman eli.friedman at gmail.com
Tue May 4 21:25:34 PDT 2010


On Tue, May 4, 2010 at 8:57 PM, 爱好者 <proljc at gmail.com> wrote:
> hi all
>       We want speed up our applications, so we want use llvm-gcc. I nerver
> cross build it for arm, and I didn't find enough information in llvm docs.
>       Our cpu is cortex a8, anybody tell me how can I do? Step by step.
> THANK YOU!
> yours Liu

Try the llvm/utils/crosstool/ARM/build-install-linux.sh script for a
semi-automated approach (README in the same directory).  The manual
method is roughly the same method you'd use to cross-compile gcc, so
there isn't much documentation specific to llvm-gcc.

-Eli




More information about the llvm-dev mailing list