I\'ve tried to run the qt-embedded 3.1.1 examples like the \"tux\" example and I\'m getting this from the console:
bash-2.05$ file tux
tux: ELF 32-bit LSB executable, ARM, version 1 (ARM), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), stripped
bash-2.05$ ldd tux
libqte-mt.so.3 => /home/QtPalmtop/lib/libqte-mt.so.3 (0x40022000)
libdl.so.2 => /lib/libdl.so.2 (0x407a4000)
libpthread.so.0 => /lib/libpthread.so.0 (0x407af000)
libm.so.6 => /lib/libm.so.6 (0x407cd000)
libc.so.6 => /lib/libc.so.6 (0x407fb000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
bash-2.05$ ./tux
QWSDisplayData::readMore() : Protocol error - got 00000000!
sformed: driver not found
bash-2.05$
I\'ve tried \"qdu\" and I\'m getting the same thing...