Results 1 to 13 of 13

Thread: How to create QT version for arm-linux-generic-elf-32

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2015
    Posts
    27
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default How to create QT version for arm-linux-generic-elf-32

    In my debian linux (with i386 processor).i installed QT creator thats works fine.Also i installed G++ cross compiler to run over another system which is having Debian linux with ARM processor.

    Now in QT creator "Tools->Options->Build&Run-->Compilers" i added G++ compiler thats also using "Add" option that also fine.

    Now in QT creator "Tools->Options->Build&Run-->Kits" i added new Kit with Name as "G++" , device type as "Desktop" , compiler as "G++ (above step added compiler)" thats also fine.

    The problem here is in QT version option.In my QT version option having "QT 5.5.0 GCC 64bit" only. If i select that option it is showing the error because G++ compiler is "arm-linux-generic-elf-32 bit".

    It is showing the error like , "The compiler G++ (arm-linux-generic-elf-32 bit) cannot produce code for the QT version QT 5.5.0 GCC 64bit (x86-linux-generic-elf-64bit)"

    Guide me how to add QT version for arm-linux-generic-elf-32bit

    For me the executable file only enough, no need to run on target directly.
    Last edited by shivcena; 13th October 2015 at 08:36.

Similar Threads

  1. Determine Linux desktop version
    By RolandHughes in forum Qt Programming
    Replies: 3
    Last Post: 23rd June 2015, 19:05
  2. Replies: 0
    Last Post: 2nd November 2011, 11:32
  3. Replies: 2
    Last Post: 8th May 2011, 22:27
  4. Replies: 5
    Last Post: 15th March 2010, 02:25
  5. Replies: 1
    Last Post: 19th October 2008, 21:30

Tags for this Thread

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.