qtopia hello error

micro88
Hello everyone,

I am trying to work with the basic Hello application in Qtopia 2.2.0

I followed the procedure at
http://equallybad.blogspot.in/search/label/qtopia and managed to compile
arm-Qtopia as well as the Hello application.
After sending it to mini2440 using ftp and rebooting its icon appears on
the screen. But on clicking the icon, I get the following error.

Hello2440 was terminated due to application error (11)

I did a lot of google search but could not find a solution.

Please help me to get around this.

Thanks in advance.

sushant
Hello,
Try to install Qt its best

http://qtinstall.blogspot.in/

micro88
Hello Sushant,

Thanks for the reply. I shall try the procedure given there and reply back.

Best regards.

micro88
Hello Sushant,

I tried the procedure given on your blog and also elsewhere on thenet and
finally managed to compile qt using
qt-everywhere-opensource-src-4.6.2.tar.gz

I also copied tslib and Qt libraries and  to the mini2440 

Now, if I try 
./fluidlauncher  or any other demo,

I get the error

error while loading shared libraries :  libz.so.1 Cannot open shared obj
file: No such file or directory

My linux platform is Fedora 10 and toolchain is aarm-linux-gcc-4.5.1

The file libz.so.1.2.3 and its link libz.so.1 is present on the host under
/lib

I could not locate libz.so.1.2.3 anywhere under
/toolschain/4.5.1/arm-none-linux-gnueabi/lib so that I could copy it to the
mini2440

So I am stuck up.

Thanks in advance.