[LLVMdev] How to Cross compile llvm to ARM ?

Eli Friedman eli.friedman at gmail.com
Tue May 10 20:01:17 PDT 2011


On Tue, May 10, 2011 at 7:30 PM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote:
>> This is actually not well working yet AFAIK.
>
>  I saw there is a buildbot for llvm-arm-linux on
>    http://google1.osuosl.org:8011/one_box_per_builder
>
>  How do it compile LLVM for ARM? Not using cross-compile?

IIRC, that configuration is actually compiling natively on ARM.

Granted, cross-compiling is supposed to work... although it's not a
very common configuration.  As for your particular issue, you could
try passing "KEEP_SYMBOLS=1" to make as a workaround.

-Eli




More information about the llvm-dev mailing list