Hi all,

I am new to qt. I want to run my customised qt application on ARM Board(S3C2410)..

I designed my application in QT3(version 3.3.7) which was already installed in my OPENSUSE(version 10.2) PC,my application is working fine in PC.

But when I tried to run on board I am not getting any errors and only I am getting blank green screen..The steps I followed are:

* I downloaded qt-embedded-free-3.3.7.tar.gz and added my application to example directory and cross compiled the package for ARM like ./configure -embedded arm -shared -no-cups , gmake..
after this I got arm executable of my application.
* I transfered this arm executable of my apllication to board and also qt libs to board,exported all QT environment variables..

When I tried to run this application on board, I am getting only blank green screen on VGA.
But when I tried to run example application from qt-embedded-free-3.3.7 package on board its working fine.So only my application is giving a problem..

I am not getting any clues also.so dont know how to proceed..


Can anyone faced this problem..?? or any suggesions are badly needed..

Best regards,
Soumya