我正在尝试为Windows Mobile 5编译一个小型Qt应用程序。
所以我几乎没有问题:
TNX,
答案 0 :(得分:2)
要为Windows Mobile 5编译应用程序,您需要:
至少Visual Studio 2005 Standard或Visual Studio 2008 Professional(Microsoft已在专业版中移动了Windows Mobile支持)。
注意:您无法使用Visual Studio的Express版本为Windows Mobile平台创建应用程序。
CeGCC可以从Linux交叉编译。
关于Windows Mobile上的Qt,您应该阅读Dr. Dobb的文章:Qt and Windows CE
答案 1 :(得分:0)
我没有明确的答案,但我不确定是否存在能够做你想做的交叉编译器。
检查有关windows / linux交叉编译器的问题和答案:Building GCC cross compiler (from “Linux” to “Windows”)
我知道你提到Qt,但你也可以查看以下有关使用Mono项目从Linux构建Windows Mobile的帖子。
Mono Faq:Technical(搜索紧凑框架)
Forum posting: dev for Windows Mobile 5(我在上面找到了链接)