Results 1 to 3 of 3

Thread: Compilations errors while building qt for arm

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    66
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question Compilations errors while building qt for arm

    Hi,

    I have a local tool-chain for which i am trying to compile qt-4.6.3, i configured as

    Qt Code:
    1. ./configure --prefix=/export/home/sudhish -embedded arm -xplatform qws/linux-armv6-g++ -no-webkit
    To copy to clipboard, switch view to plain text mode 

    after this i give command
    Qt Code:
    1. gmake
    To copy to clipboard, switch view to plain text mode 

    but while compilation, i get the error as:

    ../../include/QtCore/../../src/corelib/arch/qatomic_i386.h: In destructor 'QList<T>::~QList() [with T = QAbstractAnimation*]':
    ../../include/QtCore/../../src/corelib/arch/qatomic_i386.h:132: error: impossible constraint in 'asm'
    make[1]: *** [.obj/release-shared-emb-arm/qabstractanimation.o] Error 1
    make[1]: Leaving directory `/export/home/sudhish/qt-everywhere-opensource-src-4.6.3/src/corelib'

    can some one please tell me what's causing this problem??

    Thanks in advance...!!!

  2. #2
    Join Date
    Oct 2009
    Posts
    66
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Lightbulb Re: Compilations errors while building qt for arm

    I guess it was my problem, i downloaded the new version of qt and was able to build by some modifications in the makespec/qws/ please reffer the link for the refrence...!!!

    [WIKI]http://processors.wiki.ti.com/index.php/Building_Qt[/WIKI]
    Last edited by kapoorsudhish; 15th September 2010 at 15:23. Reason: spelling corrections

  3. #3
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    184
    Thanks
    70
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Compilations errors while building qt for arm

    Have You configured Your qmake.conf file properly?

    best regards
    Tomasz

Similar Threads

  1. Replies: 5
    Last Post: 12th May 2010, 20:54
  2. Errors while building
    By T0bi4s in forum Qt Programming
    Replies: 1
    Last Post: 12th March 2010, 01:15
  3. Ask for help: errors in building Qt demo
    By richardander in forum Qt Programming
    Replies: 1
    Last Post: 11th January 2009, 09:40
  4. errors
    By manu in forum Newbie
    Replies: 4
    Last Post: 16th June 2008, 11:29
  5. Errors in building qtopia2.2
    By namita in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 5th June 2008, 07:57

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.