Error: thumb conditional instruction should be in IT block - on ARM
Unsolved
Mobile and Embedded
-
wrote on 25 Mar 2016, 11:35 last edited by
I am trying to build a opencv project with QtCreator on ODROID-XU4.
But Qt fails to build the project no idea why. Is it a Qtbug? How do i resolve it ?
Please help. -
wrote on 25 Mar 2016, 13:00 last edited by
I'm sure you pasted the error message to Google and in a second found for example this:
"Compilation error on ARMv7 with -mthumb"
https://gmplib.org/list-archives/gmp-bugs/2013-July/003095.html...which gives you the idea that the compiler directives should be changed.
-
I'm sure you pasted the error message to Google and in a second found for example this:
"Compilation error on ARMv7 with -mthumb"
https://gmplib.org/list-archives/gmp-bugs/2013-July/003095.html...which gives you the idea that the compiler directives should be changed.
3/3