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
See EmbToolkit project. It gives ability to generate clang/llvm or gcc based cross compiler toolchain.