Results 1 to 2 of 2

Thread: Compiling for ARMV7l and Intel i5

  1. #1
    Join Date
    Jul 2013
    Posts
    16
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    1

    Default Compiling for ARMV7l and Intel i5

    I am unclear on this as I have not had to compile for multiple architectures like this.

    I have a device that is running Ubuntu 12.04 on ARMV7l. The machine that I am using for development is running Ubuntu 12.04 32 bit on an Intel i5 64bit processor.

    Generally, I have only created a DEB file for machines that are the same architecture and Ubuntu version as the development machine. As such, I am just looking for a general direction(websites, etc) on how to make sure that I can create a DEB file on the development machine and have it install properly on the ARM device. On a side note, another twist that I am also dealing with is the backporting of Qt 5.3 to the 12.04 which adds to the fun.

    Thanks!

    -Jason

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,349
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    318
    Thanked 872 Times in 859 Posts

    Default Re: Compiling for ARMV7l and Intel i5

    Qt Creator will handle multiple tool chains, including cross-compilers. This is how I build for ARMV7 Android devices and linux targets using Qt Creator running on Windows 7. I do not know if there is a Qt distribution for your Ubuntu / ARM configuration, so you may have to build it once you locate a cross-compiler. You then need to add that to Qt Creator as a new kit.

    On my system, when targeting Android, Qt has a tool chain that include ant scripts to create the apk and deploy it on the Android test machine.

    This link might help. Haven't tried MXE, but I might because I need to add OSX to my targets.

Similar Threads

  1. compiling Qt 4.4.3 with intel compiler in windows
    By hammer256 in forum Installation and Deployment
    Replies: 0
    Last Post: 13th February 2009, 21:33
  2. Qt 4 w/Intel C++ 10.1 on Mac OS X
    By spyder482 in forum Qt Programming
    Replies: 1
    Last Post: 27th February 2008, 20:06
  3. Intel C++ compiler w/ Qt?
    By gfunk in forum Qt Programming
    Replies: 1
    Last Post: 23rd August 2007, 22:11
  4. which compiler for Qt on Intel Mac
    By jcr in forum Installation and Deployment
    Replies: 1
    Last Post: 8th July 2006, 21:32
  5. Mac OS X Intel && Qt 4.1
    By Sergey B. in forum Qt Programming
    Replies: 5
    Last Post: 22nd January 2006, 14:30

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.