Results 1 to 6 of 6

Thread: Qt programming for Mini2440

  1. #1
    Join Date
    Oct 2012
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Qt programming for Mini2440

    Hi Everyone,

    I am new to the Qt Programming.
    Can anyone help me to Create Qt Application for Mini2440?

    Thank you
    Sunil

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Qt programming for Mini2440

    Quote Originally Posted by sunil880089 View Post
    I am new to the Qt Programming.
    Programming for an embedded system is not a good place to start IMHO
    Can anyone help me to Create Qt Application for Mini2440?
    Yes, but first you will have to build or install a cross-compiler tool chain, build Qt and any 3rd party libraries it might need for that embedded system, and then you can start programming using Qt for that platform.

  3. #3
    Join Date
    Oct 2012
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt programming for Mini2440

    Quote Originally Posted by ChrisW67 View Post
    Programming for an embedded system is not a good place to start IMHO

    Yes, but first you will have to build or install a cross-compiler tool chain, build Qt and any 3rd party libraries it might need for that embedded system, and then you can start programming using Qt for that platform.
    hi,

    where can i get link to start Qt program for mini2440?

  4. #4
    Join Date
    Oct 2012
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt programming for Mini2440

    please anyone help me.

    while compiling qt-everywhere-opensource-src-4.6.2
    i got following Error

    ine 69: /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake: cannot
    execute binary file
    /usr/local/qt-everywhere-opensource-src-4.6.2/config.tests/unix/compile.test:
    line 69: /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake: cannot
    execute binary file
    The tslib functionality test failed!
    You might need to modify the include and library search paths by editing
    QMAKE_INCDIR and QMAKE_LIBDIR in
    /usr/local/qt-everywhere-opensource-src-4.6.2/mkspecs/qws/linux-arm-g++.
    [root@localhost qt-everywhere-opensource-src-4.6.2]#

    please help me
    thank you

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

    Default Re: Qt programming for Mini2440

    What is the output of "uname -a" and "file /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake"?

    And why are you running those commands as root?
    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.


  6. #6
    Join Date
    Oct 2012
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt programming for Mini2440

    Quote Originally Posted by wysota View Post
    What is the output of "uname -a" and "file /usr/local/qt-everywhere-opensource-src-4.6.2/bin/qmake"?

    And why are you running those commands as root?


    Hi
    now i am able to cross compile and run Qt application on mini2440 by using "-qws "
    command in terminal.
    but how to install Qt application on mini2440 so that directly by Double click on the icon we can able to Run the program..
    for this what i have to do.?

    please help me...


    Thanks and Regards.
    Sunil

Similar Threads

  1. Desktop launching of qt applicaiton on mini2440
    By u2bpavankumar in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 30th November 2012, 06:53
  2. QTCreator in Mini2440
    By marcio in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 29th October 2012, 10:02
  3. Qt 4.8.2:make Qt for mini2440,and something was wrong with Vector.h
    By Kang Kermit in forum Installation and Deployment
    Replies: 0
    Last Post: 8th August 2012, 07:12
  4. Illegal Instruction on Mini2440 With Qt 4.7.4
    By gokceng in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 25th November 2011, 13:19
  5. Qt Embedded Graphic Development mini2440 ,sbc
    By wujianwen in forum Qt Tools
    Replies: 0
    Last Post: 9th October 2010, 09:40

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.