Cross compile Qt from Windows to Raspberry pi3
-
wrote on 17 Jun 2017, 08:47 last edited by 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:multimediaFor test I create new project (Qt Quick Controls Application) but I have this error:
Failed to upload file "D:\test\untitled1" -
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:multimediaFor test I create new project (Qt Quick Controls Application) but I have this error:
Failed to upload file "D:\test\untitled1"@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? -
@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?wrote on 24 Jun 2017, 07:36 last edited by 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:multimediaFor test I create new project (Qt Quick Controls Application) but I have this error:
Failed to upload file "D:\test\untitled1" -
@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:multimediaFor test I create new project (Qt Quick Controls Application) but I have this error:
Failed to upload file "D:\test\untitled1"@neda When you built Qt did you build QtMultimedia module?
-
@neda Can you show the output of configure command from step 12?
-
wrote on 3 Jul 2017, 04:44 last edited by
@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
2/7