Quantcast
Channel: Qt embedded compile error. fixing "Error: no such instruction" Error - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by artless noise for Qt embedded compile error. fixing "Error: no such...

/corelib/arch/qatomic_arm.h:131: Error: no such instruction: `swpb %al,%dl,[%esi]'%esi is an x86 register, and al and dl are also x86 looking lower half of the 16bit ax and dx register? I looks likes...

View Article



Answer by Tharanga for Qt embedded compile error. fixing "Error: no such...

actully removing the -fast did the trick. So the command finally used was ./configure -embedded armv7 -prefix /home/thwijeth/Software/qt-4.7.4-embedded -xplatform qws/linux-arm-gnueabi-g++...

View Article

Answer by sam-w for Qt embedded compile error. fixing "Error: no such...

Some Googling suggests the following:BeagleBoard uses TI's OMAP 3530 processor, which uses ARMv7 instruction set (according to Wikipedia).The ARM website suggests that the swpb instruction has been...

View Article

Qt embedded compile error. fixing "Error: no such instruction" Error

I am trying to compile qt 4.7.4 using the angstrom tool chain installed at /home/user/Software for a beagle board. The error I am receiving is:/corelib/arch/qatomic_arm.h:131: Error: no such...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images