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. Cross compile Qt from Windows to Raspberry pi3

Cross compile Qt from Windows to Raspberry pi3

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 2 Posters 2.9k 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.
  • N Offline
    N Offline
    neda
    wrote on last edited by neda
    #1

    Hi,
    I want to execute a application from windows to Raspberry pi3.
    I use this link:
    https://visualgdb.com/tutorials/raspberry/qt/embedded/
    I do step 1 to 21.
    For step 5 : qt-everywhere-opensource-src-5.6.1.tar.xz
    But when execute program I have this error:
    Unknown modul(s) in Qt:multimedia

    For test I create new project (Qt Quick Controls Application) but I have this error:
    Failed to upload file "D:\test\untitled1"

    jsulmJ 1 Reply Last reply
    0
    • N neda

      Hi,
      I want to execute a application from windows to Raspberry pi3.
      I use this link:
      https://visualgdb.com/tutorials/raspberry/qt/embedded/
      I do step 1 to 21.
      For step 5 : qt-everywhere-opensource-src-5.6.1.tar.xz
      But when execute program I have this error:
      Unknown modul(s) in Qt:multimedia

      For test I create new project (Qt Quick Controls Application) but I have this error:
      Failed to upload file "D:\test\untitled1"

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

      @neda Sorry, but step 5 just tells you to download qt-everywhere-opensource-src-5.6.1.tar.xz
      So, at this exact step do you get this error? Which steps could you finish successfully?

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

      N 1 Reply Last reply
      0
      • jsulmJ jsulm

        @neda Sorry, but step 5 just tells you to download qt-everywhere-opensource-src-5.6.1.tar.xz
        So, at this exact step do you get this error? Which steps could you finish successfully?

        N Offline
        N Offline
        neda
        wrote on last edited by neda
        #3

        @jsulm
        Thank you. I have not error in step 5. I want to say I use 5.6.1 version of Qt. I do all step of this link without error but I have error in execute projects.
        When execute program I have this error:
        Unknown modul(s) in Qt:multimedia

        For test I create new project (Qt Quick Controls Application) but I have this error:
        Failed to upload file "D:\test\untitled1"

        jsulmJ 1 Reply Last reply
        0
        • N neda

          @jsulm
          Thank you. I have not error in step 5. I want to say I use 5.6.1 version of Qt. I do all step of this link without error but I have error in execute projects.
          When execute program I have this error:
          Unknown modul(s) in Qt:multimedia

          For test I create new project (Qt Quick Controls Application) but I have this error:
          Failed to upload file "D:\test\untitled1"

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

          @neda When you built Qt did you build QtMultimedia module?

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

          N 1 Reply Last reply
          0
          • jsulmJ jsulm

            @neda When you built Qt did you build QtMultimedia module?

            N Offline
            N Offline
            neda
            wrote on last edited by neda
            #5

            @jsulm
            I don't know. Please guide me.

            jsulmJ 1 Reply Last reply
            0
            • N neda

              @jsulm
              I don't know. Please guide me.

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

              @neda Can you show the output of configure command from step 12?

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

              N 1 Reply Last reply
              0
              • jsulmJ jsulm

                @neda Can you show the output of configure command from step 12?

                N Offline
                N Offline
                neda
                wrote on last edited by
                #7

                @jsulm
                I reinstalled Qt.
                I can run "Qt Widgets Application" but I can not run "Qt Quick Controls Application" and I have this error:

                QML debugging is enabled. Only use this in a safe environment.
                Unable to query physical screen size, defaulting to 100 dpi.
                To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
                QQmlApplicationEngine failed to load component
                qrc:/main.qml:2 module "QtQuick.Controls" plugin "qtquickcontrolsplugin" not found
                
                
                
                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