PDA

View Full Version : Problem while running my qt application on OMAP3530.



vinod sharma
13th June 2011, 08:16
Hi all,

I have been using Qt-4.5 for some time. But recently i am shifted to Qt-embedded.
What I have to do is to run a qt-application on omap 3530 board.

Steps what i have done till now:

1. My os is Linux 2.6.31.

2. I configured Qt for embedded linux in Linux 2.6.28 kernel version with ARM as my cross platform.
ie. ./configure -prefix $PWD/build -embedded arm -xplatform qws/linux-arm-g++ -little-endian -host-little-endian -qt-freetype -qvfb -depths 8,16,24,32 -release -opensource -shared -no-fast -no-largefile -exceptions -accessibility -stl -qt3support -xmlpatterns -svg -scripttools -no-mmx -no-3dnow -no-sse -no-sse2 -qt-zlib -qt-gif -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -openssl -continue -nis -no-cups -iconv

3. Then I create my Qt executable using make which(make) was created by make install of Step 2.

4. Then copied the executable file and tried to run the file on omap board it show Segmentation fault.

So how can i run the file on omap board; where i am getting wrong.

regards.

wysota
13th June 2011, 22:50
Use a debugger to find out why the application crashes.