标题:请求指导,交叉编译qt/embedded的问题
作者:jellysun
日期:2008-07-21 15:35
内容:
在configure的时候出现错误
./configure –xplatform linux-arm-g++ -shared –debug -qconfig local -qvfb -depths 4,8,16,32
然后提示我this specified system/comiler is not support
/root/arm/qt-embedded/mkspecs/linux-arm-g++
我试过arm-linux-gcc 3.3.2和3.4.1都不行,请问这是什么问题啊?怎么解决?
我的qt/embedded版本是4.4.0
非常感谢大家帮助
#1 [chenxunuo 07-22 11:01]
可能你的qt/e版本太低了~
#2 [jellysun 07-22 13:04]
已经解决了,是因为我的qt/e版本是qt-embedded-linux-opensource-src-4.4.0.tar.gz
看它的platform后知道原来这个版本不支持arm交叉编译
好像官方命名为 qt-embedded-free和qt-embedded的版本才能支持arm交叉编译
我最后改用qt-embedded-2.3.7就可以了