Results 1 to 3 of 3

Thread: Does QT5.2 cross-compile supported for Embedded linux ARM

  1. #1
    Join Date
    Mar 2013
    Posts
    43
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Does QT5.2 cross-compile supported for Embedded linux ARM

    Hi,
    I am new to Qt5.2. I want to know wether Qt5.2 cross- compiler supported for Embedded linux ARM. If supported, Please specifiy the steps to cross- compile Qt5.2 for Embedded Linux ARM

    Thanks
    Mythili

  2. #2
    Join Date
    Jan 2014
    Posts
    1
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Does QT5.2 cross-compile supported for Embedded linux ARM

    It don't work on windows host but works on linux host.

    Would you like description for linux ?

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Does QT5.2 cross-compile supported for Embedded linux ARM

    Basically you build Qt like you would for your normal host platform, i.e. you run configure and the make.
    One difference is that you pass the -xplatform option to select which target you are building for.

    As its argument it will need a mkspec for the target platform. There are several predefined ones, e.g. Rhapberry Pi, or you can create one for your platform if there isn't one yet.

    You can google for tons of examples and tutorials for different common platforms.

    Cheers,
    _

Similar Threads

  1. Qt 4.8.4 Cross-Compiled for Embedded Linux fails with QNetworkProxy Error
    By phil999 in forum Installation and Deployment
    Replies: 0
    Last Post: 11th March 2013, 21:02
  2. Replies: 2
    Last Post: 19th July 2012, 14:25
  3. Replies: 0
    Last Post: 10th July 2012, 21:16
  4. How do experts compile Qt applications for Qt Embedded Linux on ARM?
    By likelaplace in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 17th December 2009, 13:15
  5. QT 4.5 embedded Cross-compile for non-gui device
    By dsl in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 13th June 2009, 08: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.