Hi all,

I am building qt for omap3530.
It builds the Makefile, but while qmake it shows some error like "/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lts
collect2: ld returned 1 exit status "
make[1]: *** [../../lib/libQtGui.so.4.5.3] Error 1
make[1]: Leaving directory `/home/vinod/omap3530/qt-embedded-linux-opensource-src-4.5.3/src/gui'
make: *** [sub-gui-make_default-ordered] Error 2


while configuring qt-embedded the parameters are :
./configure -prefix usr/arm/qt_embedded -hostprefix usr/arm/qt_embedded -xplatform qws/linux-arm-g++ -embedded arm -little-endian -host-little-endian -qt-freetype -depths 16 -plugin-decoration-default -qt-gfx-linuxfb -plugin-gfx-linuxfb -qt-kbd-yopy -plugin-kbd-yopy -qt-mouse-tslib -plugin-mouse-tslib -release -opensource -shared -no-fast -no-largefile -exceptions -accessibility -stl -qt3support -xmlpatterns -phonon -phonon-backend -svg -webkit -scripttools -no-mmx -no-3dnow -no-sse -no-sse2 -qt-zlib -qt-gif -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -openssl -continue -v -silent -no-optimized-qmake -nis -no-cups -iconv -pch -reduce-relocations -no-separate-debug-info



where am i getting wrong,