Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Build QtSerialBus Module for WinRT arm architecture
Qt 6.11 is out! See what's new in the release blog

Build QtSerialBus Module for WinRT arm architecture

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 2 Posters 1.7k Views 1 Watching
  • 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.
  • beeckscheB Offline
    beeckscheB Offline
    beecksche
    wrote on last edited by
    #1

    Hello,
    i dowloaded the prebuild binaries for WinRT. The QtSerialBus module is missing, so i want to compile it by myself.
    I need it fpr the arm architecure.

    First i call the qtenv2.bat in the bin directory and then the vcvarsall.bat.

    So i go into the the source files directory and call qmake qtserialbus.pro:

    cd C:\Qt\Qt5.7.0_WinRT\5.7\Src\qtserialbus\
    
    qmake qtserialbus.pro
    

    But then i got this error:

    Project WARNING: Cannot compile the module with your compiler, missing C++11 language features.
    

    Can anybody tell me where i do my mistake?

    Thanks!

    jsulmJ 1 Reply Last reply
    0
    • beeckscheB beecksche

      Hello,
      i dowloaded the prebuild binaries for WinRT. The QtSerialBus module is missing, so i want to compile it by myself.
      I need it fpr the arm architecure.

      First i call the qtenv2.bat in the bin directory and then the vcvarsall.bat.

      So i go into the the source files directory and call qmake qtserialbus.pro:

      cd C:\Qt\Qt5.7.0_WinRT\5.7\Src\qtserialbus\
      
      qmake qtserialbus.pro
      

      But then i got this error:

      Project WARNING: Cannot compile the module with your compiler, missing C++11 language features.
      

      Can anybody tell me where i do my mistake?

      Thanks!

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

      @beecksche Which Visual Studio version do you use?

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

      beeckscheB 1 Reply Last reply
      0
      • jsulmJ jsulm

        @beecksche Which Visual Studio version do you use?

        beeckscheB Offline
        beeckscheB Offline
        beecksche
        wrote on last edited by
        #3

        @jsulm MSVC 2015

        jsulmJ 1 Reply Last reply
        0
        • beeckscheB beecksche

          @jsulm MSVC 2015

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

          @beecksche How did you call configure? Which parameters did you pass to configure?

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

          beeckscheB 1 Reply Last reply
          0
          • jsulmJ jsulm

            @beecksche How did you call configure? Which parameters did you pass to configure?

            beeckscheB Offline
            beeckscheB Offline
            beecksche
            wrote on last edited by
            #5

            @jsulm
            Hmm ... maybe there's the problem ;-). I just run qmake.

            So i need to call configure in the root directory?

            I suggest something like that:

            configure -platform win32-msvc2015 -xplatform winrt-arm-msvc2015 -opensource -nomake examples
            

            Is that correct?

            jsulmJ 1 Reply Last reply
            0
            • beeckscheB beecksche

              @jsulm
              Hmm ... maybe there's the problem ;-). I just run qmake.

              So i need to call configure in the root directory?

              I suggest something like that:

              configure -platform win32-msvc2015 -xplatform winrt-arm-msvc2015 -opensource -nomake examples
              

              Is that correct?

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

              @beecksche I never built for WinRT, but it looks good.

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

              beeckscheB 1 Reply Last reply
              0
              • jsulmJ jsulm

                @beecksche I never built for WinRT, but it looks good.

                beeckscheB Offline
                beeckscheB Offline
                beecksche
                wrote on last edited by
                #7

                @jsulm After calling configure i got the same error.

                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