I would like to compile a program written in C using Clang for the ARM target for Windows Phone. Does anyone have any experience?
What is the best approach?
1) Based on a host running Windows 8, using Clang for Windows and MinGW. Does Clang use Windows / MinGW ARM by default? If not, will I need to rebuild Clang and MinGW?
2) Based on the Linux / MAC host (where the ARM target is used by default) and using Windows Phone instrumentation (where can I get it?).
Thanks in advance!
source share