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.
  • MarKSM Offline
    MarKSM Offline
    MarKS
    wrote on 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 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.

      MarKSM 1 Reply Last reply
      0
      • M mvuori

        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.

        MarKSM Offline
        MarKSM Offline
        MarKS
        wrote on 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

        • Login

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