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. Deploying Qt application to Windows Embedded Compact device
Forum Updated to NodeBB v4.3 + New Features

Deploying Qt application to Windows Embedded Compact device

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 1.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.
  • P Offline
    P Offline
    paulgc
    wrote on last edited by JKSH
    #1

    [Edit: Forked thread --JKSH]

    Hello,

    I don't know if anyone is still watching this thread, but I am wondering about the specifics on how you are deploying to a Windows Embedded 7 OS. I am trying to do the same this, starting first using a QtSerial example from Qt Creator. The kit I am using is Desktop Qt 5.6.3 minGW 32bit2. I may not have downloaded the right kit or compiler. I ran build in Release mode and it works on my laptop, but when I try it on the Windows Embedded 7 computer a popup says
    " 'blockingmaster' is not a valid Windows Embedded Compact application"
    I think that I am using the wrong kit, compiler, or somehow need to change the deployment settings.

    JKSHJ 1 Reply Last reply
    0
    • P paulgc

      [Edit: Forked thread --JKSH]

      Hello,

      I don't know if anyone is still watching this thread, but I am wondering about the specifics on how you are deploying to a Windows Embedded 7 OS. I am trying to do the same this, starting first using a QtSerial example from Qt Creator. The kit I am using is Desktop Qt 5.6.3 minGW 32bit2. I may not have downloaded the right kit or compiler. I ran build in Release mode and it works on my laptop, but when I try it on the Windows Embedded 7 computer a popup says
      " 'blockingmaster' is not a valid Windows Embedded Compact application"
      I think that I am using the wrong kit, compiler, or somehow need to change the deployment settings.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @paulgc said in Deploying QT GUI application to Windows Embedded 7 device:

      The kit I am using is Desktop Qt 5.6.3 minGW 32bit2

      This compiler and kit are for x86 CPUs. What CPU does your Windows Embedded Compact device have?

      when I try it on the Windows Embedded 7 computer a popup says
      " 'blockingmaster' is not a valid Windows Embedded Compact application"

      It looks like your CPU is not x86.

      First, you need to get a compiler that is compatible with your device. Then, you need to get the Qt source code and use that compiler to build Qt. Finally, use that compiler and your custom-built version of Qt to build your app.

      See https://doc.qt.io/qt-5.6/install-wince.html

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      2
      • P Offline
        P Offline
        paulgc
        wrote on last edited by
        #3

        The target CPU is an ARM Cortex A8. If I use the Qt Maintenance Tool which one would I install?

        jsulmJ 1 Reply Last reply
        0
        • P paulgc

          The target CPU is an ARM Cortex A8. If I use the Qt Maintenance Tool which one would I install?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @paulgc None of them. As @JKSH already said you need to build Qt by yourself for your target device. There is no official Qt build for your device (it is not possible to provide Qt binaries for all existing devices).

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          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