原来我一直用qt-embedded-free-3.0.6的,但现在我想改用更高版本,比如说3.3.6。
但在编译目标板的qt库时就出现以下错误提示了:
#./configure -xplatform linux-arm-g++ ........
....
The specified system/compiler is not supported:
Please see the PLATFORMS file for a complete list.
makefile没有生成
我又改用以下命令编译
#./configure -embedded arm ............
这时可以生成makefile,但是make的时候会发生错误
以上错误用qt的3.0.6以下版本是不会发生的,我用的交叉编译工具链版本是cross-3.3.2,我想会不会是编译工具的版本低了呢?
有哪位大虾知道是什么问题吗?
不胜感谢!!!
The warning already tell you what you need to check... When compiling QT, there is big chance to encounter this kind of issue, which is caused by un-compatible version of QT and tool chain.