0

i want to build an analog speedometer for my embedded device, and i found this http://qt-apps.org/content/show.php/AnalogWidgets?content=87780.

I build it with my ubuntu computer and it works fine, but when i changed the build configuration to my arm processor embedded device, I get this error, when i try to compile the project, no such instruction: 'swpb %dl,%al,[%esi]' I have searched the error and i found out this is caused by my compiler’s configuration. But i could not find any solution.

thehilmisu
  • 342
  • 1
  • 5
  • 13
  • 1
    `swpb %dl,%al,[%esi]` is NOT an ARM instruction. It is an x86 instruction and hence the error.We can help you more if you provide more details like which file is this error appearing in, your build file details etc – Pavan Manjunath Mar 30 '12 at 08:53
  • i get this error from file "qatomic_armv5.h" in function "inline char q_atomic_swp(volatile char *ptr, char newval)" – thehilmisu Apr 02 '12 at 10:15

0 Answers0