Unsolved Can not remote Run QT Example-Camera on i.Mx6Q
-
This is the application output:
sh: /root/camera: not found Application finished with exit code 127.
How to fix this problem? Thanks
I'm using Buildroot 'imx6-sabresd_qt5_defconfig' and adding 'openssh', 'gdb'
And the following is what I set up Qt Creator for i.Mx6Q:
-
Tools > Options > Build & Run > Compilers
Name : imx6 buildroot GCC
buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-g++ -
Tools > Options > Build & Run > Debuggers
Name : IMX6 buildroot gdb
buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gdb -
Tools > Options > Build & Run > Qt Versions
Version Name : Qt %{Qt:Version} (buildroot)
buildroot/output/host/usr/bin/qmake -
camera.pro
++ target.path = /root
++ INSTALLS += target
-- target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/camera
-- INSTALLS += target
-