当我运行app时,这是应用程序输出:
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring-version}</version>
</dependency>
如何解决这个问题?感谢
我正在使用Buildroot'imx6-sabresd_qt5_defconfig'并添加'openssh','gdb'
以下是我为i.Mx6Q设置的Qt Creator:
工具&gt;选项&gt;建设与发展运行&gt;编译器 名称:imx6 buildroot GCC 的buildroot /输出/主机的/ usr /斌/臂-buildroot的-Linux的uclibcgnueabihf-G ++
工具&gt;选项&gt;建设与发展运行&gt;调试器 名称:IMX6 buildroot gdb 的buildroot /输出/主机的/ usr /斌/臂的buildroot-Linux的uclibcgnueabihf-GDB
工具&gt;选项&gt;建设与发展运行&gt; Qt版本 版本名称:Qt%{Qt:Version}(buildroot) 的buildroot /输出/主机的/ usr /斌/ qmake的
camera.pro
sh: /root/camera: not found
Application finished with exit code 127.
答案 0 :(得分:0)
最初,我在VMware Ubuntu上运行。 当我不使用VMware时,qt app远程运行并成功调试。 没有改变任何环境设置。