i did this way for the compile for cross compile: 1- # export PATH=/usr/local/arm/gnuarm/:$PATH 2-download from "ftp://ftp.qt.nokia.com/qt/source/" and "tar -xjvf qt-everywhere-opensource-src-4.7.0.tar.bz2" 3- #./configure -embedded arm -xplatform qws/linux-arm-g++ -shared -release -no-largefile -qt-sql-sqlite -no-qt3support -no-phonon -no-svg -no-scripttools -nomake demo -nomake examples -nomake tools -qt-decoration-default -no-opengl -qt-gfx-linuxfb -little-endian 4- # make 5- # make install but after MAKE look this error: .obj/release-shared-emb-arm/proitems.o .obj/release-shared-emb-arm/profileevaluator.o -L/home/shabgard/Desktop/qt/qt-everywhere-opensource-src-4.6.3/src/tools/bootstr ap -lbootstrap /usr/bin/ld: cannot find -lbootstrap collect2: ld returned 1 exit status make[1]: *** [../../../bin/lrelease] Error 1 make[1]: Leaving directory `/home/shabgard/Desktop/qt/qt-everywhere-opensource-src-4.6.3/tools/linguist/lre lease' make: *** [sub-tools-linguist-lrelease-install_subtargets-ordered] Error 2 do you know about because of resolve?
error at the QT compile
> "/usr/bin/ld" cannot find -lbootstrap Wrong compiler/linker. Its the host's one. You did not cross compile.