已经找到问题了,用file 命令查看了一下,妈啊,还真是有问题
[root@wcs lib]# file libqte.so.2.3.7
libqte.so.2.3.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
怎么会这样呢,我记得当前编译/usr/local/qt/arm-qt/qt的时候已经已经设置–xplatform
./configure –xplatform linux-arm-g++ -shared –debug (接下行)
-qconfig local -qvfb -depths 4,8,16,32
反正问题找到了,那就重新交叉编译qt-embedded-2.3.7吧,问题顺利解决。