我的开发板其实是2440的,最近用QTcreator做了个程序,想到要交叉编译出可执行文件后发到ARM上。经过多天折腾后知道6410有带qt-e,果断下载之。起初在Ubuntu11里build-all了N久失败,看说明说得用Fedora9,手上有2410的Fedora10,就VMware装上试试,build-all开始后就上课去,回来后出现以下错误并跳出:
The tslib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR and QMAKE_LIBDIR in
/opt/arm-qte-4.7.0/qt-everywhere-opensource-src-4.7.0/mkspecs/qws/linux-arm-g++.
make: *** No targets specified and no makefile found. Stop.
./build-all: line 12: cd: /usr/local/Trolltech/QtEmbedded-4.7.0-arm: No such file or directory
请问这段说明什么意思,我该怎么做?