Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can't configure Qt Versions
QtWS25 Last Chance

Can't configure Qt Versions

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 210 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.
  • W Offline
    W Offline
    Wade
    wrote on last edited by
    #1

    Dears

       I used my board to local compile Qt 5.9.6, and successfully ran the examples on my board.
    
       But after I mount my board  root system on my PC, I can't set my QT creater configurations of it . There is an error occured:
    

    屏幕截图 2021-06-21 162600.png

        What should I do now?
    

    Thanks

    Wade Xu

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You have compiled Qt locally on an embedded board? Then qmake is probably compiled in ARM architecture. Your x86 computer won't be able to run this.

      If you want to compile your embedded app on a desktop, you need to cross-compile Qt. Then your qmake will be compiled in x86 architecture, while all Qt libraries will use ARM.

      (Z(:^

      1 Reply Last reply
      3
      • W Offline
        W Offline
        Wade
        wrote on last edited by
        #3

        Hi, sierdzio

          Thanks, got it.
        

        Thanks
        Wade Xu

        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