Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Error: thumb conditional instruction should be in IT block - on ARM

Error: thumb conditional instruction should be in IT block - on ARM

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
qt5.2opencv3.00ubuntu 14.04armodroid
3 Posts 2 Posters 4.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MarKS
    wrote on 25 Mar 2016, 11:35 last edited by
    #1

    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.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mvuori
      wrote on 25 Mar 2016, 13:00 last edited by
      #2

      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.

      M 1 Reply Last reply 25 Mar 2016, 13:46
      0
      • M mvuori
        25 Mar 2016, 13:00

        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.

        M Offline
        M Offline
        MarKS
        wrote on 25 Mar 2016, 13:46 last edited by
        #3

        @mvuori yes i did check these solutions but i have no idea about these compiler directives. How do i use them in QtCreator. And it throws error for only one project and my other projects are working fine.

        1 Reply Last reply
        0

        2/3

        25 Mar 2016, 13:00

        • Login

        • Login or register to search.
        2 out of 3
        • First post
          2/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved