Clang Cross Compiling for ARM?

后端 未结 2 974
长发绾君心
长发绾君心 2021-01-30 07:34

Is it possible to set up Clang for cross compiling for the ARM processor? The host will likely be on x86 ( AMD64 - Probably Ubuntu 12.04 ) and the target would be ARM ( Raspberr

2条回答
  •  生来不讨喜
    2021-01-30 07:46

    See EmbToolkit project. It gives ability to generate clang/llvm or gcc based cross compiler toolchain.

提交回复
热议问题