Make Problem in Qt for Embedded Linux Installation
I'm following this article to install qt for embedded linux on my host machine (which runs Ubuntu). So far, I successfully ./configure'd it but when I type "make" or "make install" it gives this error:
make: * No targets specified and no makefile found. Stop.
I'm a Linux newbie so I don't k开发者_JAVA技巧now if I'm missing obvious here, so I'd appreciate if you could help me.
Changing command line to this solved my problem. ./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix \ /usr/local/qt -little-endian -webkit -no-qt3support -no-cups -no-largefile \ -optimized-qmake -no-openssl -nomake tools -qt-mouse-tslib -qt-kbd-linuxinput
精彩评论