- 积分
- 42
贡献197
飞刀61 FD
注册时间2018-11-18
在线时间12 小时
扫一扫,手机访问本帖
|
本帖最后由 lishun800525 于 2021-3-30 21:29 编辑
按照贵司配置好QT Creator后,编译下载的贵司的testapp一直报错,报错信息如下:
编译的报错信息如下:
21:19:22: Running steps for project app...
21:19:22: Starting: "/usr/bin/make" clean
cd matrix-gui-browser-2.0/ && ( test -e Makefile || /opt/arm-cortex_a9-eabi-4.7-eglibc-2.18/arm-cortex_a9-linux-gnueabi/sysroot/forlinx/qt/bin/qmake /root/testapp/app-qt/matrix-gui-browser-2.0/matrix-gui-browser-2.0.pro -spec linux-arm-gnueabi-g++ CONFIG+=debug -o Makefile ) && /usr/bin/make -f Makefile clean
Cannot find file: /root/testapp/app-qt/matrix-gui-browser-2.0/matrix-gui-browser-2.0.pro.
make: *** [sub-matrix-gui-browser-2-0-clean] Error 2
21:19:23: The process "/usr/bin/make" exited with code 2.
21:19:23: Configuration unchanged, skipping qmake step.
21:19:23: Starting: "/usr/bin/make"
cd matrix-gui-browser-2.0/ && ( test -e Makefile || /opt/arm-cortex_a9-eabi-4.7-eglibc-2.18/arm-cortex_a9-linux-gnueabi/sysroot/forlinx/qt/bin/qmake /root/testapp/app-qt/matrix-gui-browser-2.0/matrix-gui-browser-2.0.pro -spec linux-arm-gnueabi-g++ CONFIG+=debug -o Makefile ) && /usr/bin/make -f Makefile
Cannot find file: /root/testapp/app-qt/matrix-gui-browser-2.0/matrix-gui-browser-2.0.pro.
make: *** [sub-matrix-gui-browser-2-0-make_first] Error 2
21:19:23: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project app (kit: qt5.6)
When executing step "Make"
21:19:23: Elapsed time: 00:00.
我在左边的工程窗口里没有看到matrix-gui-browser-2.0的工程
但testapp/app-qt目录下有个matrix-gui-browser-2.0, 可里面没有看到.ui的文件(如果我理解没错,matrix-gui-browser-2.0工程应该是定义飞凌桌面的工程)
这是为啥呢?????是不是贵司打包的时候漏啦????你们提供的工程,没有自己下载下来试一下嘛?
|
|