Results 1 to 2 of 2

Thread: Problem while running my qt application on OMAP3530.

  1. #1
    Join Date
    Jan 2010
    Location
    Bhubaneswar, Odisha
    Posts
    25
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Lightbulb Problem while running my qt application on OMAP3530.

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Problem while running my qt application on OMAP3530.

    Use a debugger to find out why the application crashes.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. MySQL driver not loaded on omap3530 evm
    By ctrl_genuine in forum Qt for Embedded and Mobile
    Replies: 7
    Last Post: 20th March 2011, 21:04
  2. Building Qt4.6.2 for OMAP3530 (BEAGLEBOARD) OpenGL for ubuntu-lucid
    By t.otsuki in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 21st April 2010, 16:17
  3. running qt application on MAC
    By aj2903 in forum Qt Programming
    Replies: 1
    Last Post: 8th March 2010, 01:23
  4. problem running application in qvfb
    By maroonmoon in forum Installation and Deployment
    Replies: 0
    Last Post: 25th February 2010, 13:58
  5. getting problem in running qtopia home screen application
    By afgan_rajesh in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 31st January 2008, 07:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.