Results 1 to 2 of 2

Thread: How to solve gmake error?

  1. #1
    Join Date
    Nov 2011
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Unhappy How to solve gmake error?

    Hi, I have a issue during gmake..

    error message is as below... Would you please let me know how to solve it....

    ../../../../../include/QtCore/../../src/corelib/arch/qatomic_i386.h: In function 'int main(int, char**)':
    ../../../../../include/QtCore/../../src/corelib/arch/qatomic_i386.h:132: error: impossible constraint in 'asm'
    ../../../../../include/QtCore/../../src/corelib/arch/qatomic_i386.h:132: error: impossible constraint in 'asm'
    gmake[4]: *** [.obj/release-shared/main.o] Error 1
    gmake[4]: Leaving directory `/root/qt-everywhere-opensource-src-4.8.0/examples/declarative/touchinteraction/gestures/experimental-gestures'
    gmake[3]: *** [sub-gestures-experimental-gestures-experimentalgestures-pro-make_default] Error 2
    gmake[3]: Leaving directory `/root/qt-everywhere-opensource-src-4.8.0/examples/declarative/touchinteraction'
    gmake[2]: *** [sub-touchinteraction-make_default] Error 2
    gmake[2]: Leaving directory `/root/qt-everywhere-opensource-src-4.8.0/examples/declarative'
    gmake[1]: *** [sub-declarative-make_default] Error 2
    gmake[1]: Leaving directory `/root/qt-everywhere-opensource-src-4.8.0/examples'
    gmake: *** [sub-examples-make_default-ordered] Error 2

  2. #2
    Join Date
    Feb 2012
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to solve gmake error?

    Some more information would be helpful. What exactly are you trying to compile? Are you cross-compiling Qt itself for some target platform?
    It appears you have hit a problem with the gcc assembler. The syntax for using registers changed at some point. Can you share that snippet of code that's causing the problem?

Similar Threads

  1. how to solve the ld error: library not found for -lqwt ?
    By josentop in forum Qt Programming
    Replies: 3
    Last Post: 4th January 2012, 14:06
  2. gmake error
    By msaadie in forum Installation and Deployment
    Replies: 1
    Last Post: 7th July 2009, 13:06
  3. Gmake on Linux
    By Qt Coder in forum Qt Programming
    Replies: 2
    Last Post: 10th April 2009, 14:54
  4. is gmake necessary?
    By WillliamLee in forum Installation and Deployment
    Replies: 1
    Last Post: 25th October 2008, 12:34
  5. start application: Why this error and how to solve it?
    By Colx007 in forum Qt Programming
    Replies: 1
    Last Post: 21st January 2008, 15:22

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.