1

这是应用程序输出,当我运行应用程序时:

sh: /root/camera: not found
Application finished with exit code 127.

如何解决这个问题?谢谢

环境

我正在使用 Buildroot 'imx6-sabresd_qt5_defconfig' 并添加 'openssh'、'gdb'

以下是我为 i.Mx6Q 设置的 Qt Creator:

工具 > 选项 > 构建和运行 > 编译器名称:imx6 buildroot GCC buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-g++

工具 > 选项 > 构建和运行 > 调试器名称:IMX6 buildroot gdb buildroot/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabihf-gdb

工具 > 选项 > 构建和运行 > Qt 版本 版本名称:Qt %{Qt:Version} (buildroot) buildroot/output/host/usr/bin/qmake

相机专业版

+ target.path = /root
+ INSTALLS += target
- target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/camera
- INSTALLS += target
4

1 回答 1

0

最初,我在 VMware Ubuntu 上运行。当我不使用VMware时,qt app远程运行调试成功。没有改变任何环境设置。

于 2018-02-26T07:11:12.137 回答