按手册:
把 target-qte-4.8.5-to-hostpc.tgz 在PC的根目录下解压即可,如下命令
# tar xvzf target-qte-4.8.5-to-hostpc.tgz –C /
//不正常,不能编译,也不能运行
[root@Y]# qmake -v
bash: /usr/local/Trolltech/QtEmbedded-4.8.5-arm/bin/qmake: cannot execute binary file
//这个正常:
[root@Y]# which qmake
/usr/local/Trolltech/QtEmbedded-4.8.5-arm/bin/qmake
请问为什么?
[ 此帖被ems在2014-06-23 07:14重新编辑 ]