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.