I'm trying to compile qt-everywhere-opensource-src-4.7.2 source code on a notebook with i.MX515 processor and Ubuntu 10.10.
I configured the source code with
Qt Code:
  1. ./configure -embedded
To copy to clipboard, switch view to plain text mode 
and everything looks fine. Then I type
Qt Code:
  1. make
To copy to clipboard, switch view to plain text mode 
which gives me the error:
Qt Code:
  1. 1857: Error: selected processor does not support Thumb mode 'swp r6,r4,[r0]'
To copy to clipboard, switch view to plain text mode 
Could anyone help me on this error? Thanks.