LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   ts can not found (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/ts-can-not-found-876289/)

pooja.panda87 04-21-2011 04:19 AM

ts can not found
 
I am trying to cross-compile for embedded arm using the openembedded generated toolchain and rootfs

well on my PC I have my target directory containing libts and so on.

configure QT :
./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

it generates the Makefile but when i run qmake it show the error as :
"../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


where am i getting wrong, plz guide me.
thanks.

cnxsoft 04-21-2011 05:33 AM

You may have to cross compile libts by yourself.

Others seem to have had the same problems as you did:
http://www.qtforum.org/article/33318...0-problem.html


All times are GMT -5. The time now is 03:41 AM.