关于qt4.8 交叉编译树莓派的几个问题

来源:互联网 发布:linux小红帽系统 编辑:程序博客网 时间:2024/05/21 07:07
问题1:make[4]: 正在进入目录 `/work/raspberry/QT/qt-everywhere-opensource-src-4.8.4/examples/declarative/toys/tic-tac-toe'
/work/Qt/qt-everywhere-opensource-src-4.8.4/bin/qmake -spec ../../../../mkspecs/qws/linux-arm-gnueabihf-g++ -oMakefile.tictactoe tictactoe.pro

make[4]: /work/Qt/qt-everywhere-opensource-src-4.8.4/bin/qmake:命令未找到

解决方法:root@kmjx:/work/raspberry/QT/qt-everywhere-opensource-src-4.8.4/examples/declarative# find ./ -name Makefile.tictactoe |xargs rm -rf

0 0