Results 1 to 3 of 3

Thread: How do experts compile Qt applications for Qt Embedded Linux on ARM?

  1. #1
    Join Date
    Nov 2009
    Posts
    2
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default How do experts compile Qt applications for Qt Embedded Linux on ARM?

    How do you compile applications for qt embedded linux?

    What development environment do experts use?

    Thx,

    eric.

  2. #2
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: How do experts compile Qt applications for Qt Embedded Linux on ARM?

    I think that is the biggest question in here...

    Otherwise why wont they answer it?

    Anyway im looking for answer for more over then a week

  3. #3
    Join Date
    Nov 2009
    Posts
    10
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How do experts compile Qt applications for Qt Embedded Linux on ARM?

    I am no expert, but given that I recently had to go through the process...

    I used buildroot to compile the kernel and fs for the target board (ARM). Buildroot's latest incarnation supports compiling Qt 4.5.2 directly within itself, and with a little tweaking, can support a 4.5.3 compile. However, since I needed other versions, I just used the toolchain I ended up with using buildroot to compile Qt embedded using Trolltech's published directions (./configure with whatever options, then make, then make install - don't forget the last step!).

    Compiling the Qt libraries themselves were fairly straightforward, albeit time consuming. Getting a working toolchain up and running was by far the bigger pain in the neck.

Similar Threads

  1. Replies: 1
    Last Post: 3rd December 2008, 22:15
  2. qtgui4.dll error in visual c++ 2005
    By Comptrol in forum Installation and Deployment
    Replies: 33
    Last Post: 19th June 2008, 07:18
  3. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 09:02
  4. Project won't compile under Windows (works under Linux)
    By philski in forum Qt Programming
    Replies: 7
    Last Post: 14th September 2006, 15:29

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.