Compiling Clang Cross for an ARM Target Point for Windows Phone

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!

+2
source share
1 answer

There is no support for "Windows ARM ARM target" in clang. Even if you manage to compile something, I doubt that you can link and execute binaries.

+2
source

Source: https://habr.com/ru/post/1479142/


All Articles