Hi,

i want to cross compile (CodeSourcery) a Qt application on ubuntu for embedded (angstrom - beagleboard). i downloaded qt-embedded-linux-opensource-src-4.5.2. i'm trying 2 variations of configure and they both fail:

1. ./configure -embedded arm -no-armfpa -little-endian -qt-gfx-transformed -qt-gfx-linuxfb -nomake demos -nomake examples -no-svg -no-phonon -no-qt3support -host-little endian

result: success. but when i run "make" i get: "cannot find /lib/liblpthread.so.0 inside ... /arm-none-linux-gnueabi/libc

2. ./configure -embedded arm -platform qws/linux-x86-g++ -xplatform qws/linux-arm-g++ -qvfb -depths 16,24,32 -qt-gif -qt-libpng -qt-libjpeg -qt-libmng -qt-libtiff -qt-zlib -qt-kbd-usb -plugin-kbd-usb -qt-mouse-pc -plugin-mouse-pc -plugin-mouse-linuxtp -webkit -exceptions -v

result: some stuff pass and than (when it gets to the arm-none-linux-gnueabi-g++ part) it start failing. alot of h files are missing like mysql.h, ibase.h and more

i'm trying to cross compile with CodeSourcery.

Can anyone tell me how can i build qt correctly on ubuntu so i can cross compile Qt Qpps for arm embedded beagleboard ?