Clang Cross Compiling for Windows Phone ARM target

扶醉桌前 提交于 2019-12-24 01:47:31

问题


I would like to compile a program written in C using Clang for 'Windows Phone' ARM target. Does anyone have experience with it?

What is a better approach?

1) Building on a host running Windows 8 using Clang for Windows and MinGW. Does Clang for Windows / MinGW supports ARM by default? If not, I will need to re-build Clang and MinGW?

2) Building on a Linux/MAC host (where ARM target comes as default) and using Windows Phone toolchain (where can I get it?).

Thanks in advance!


回答1:


There is no "Windows Phone ARM target" support in clang. Even if you'd succeed to compile something, I doubt you will be able to link & execute the binaries.



来源:https://stackoverflow.com/questions/16315305/clang-cross-compiling-for-windows-phone-arm-target

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!