Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.1, 6.7.2, 6.7.3
Description
Steps to reproduce:
- Install B2Qt 6.7.2
- Build interfaceframework/qface-remote example
Expected result:
Build succeeds
Actual result:
Configure succeeds, but building fails
/home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/x86_64-pokysdk-linux/usr/libexec/qt-cmake-private CMakeLists.txt cmake --build . --parallel cmake --install . --prefix /home/user/RTA/usr --config Debug
Log -- Build files have been written to: /home/user/RTA/B2Qt_6.7.2/Examples/Qt-6.7.2/interfaceframework/qface-remote/demo Log + cmake --build . --parallel Log [1/7] Running qmlimportscanner for qface-remote Log [2/7] Automatic MOC for target qface-remote Log [3/7] Running rcc for resource qml Log [4/7] Building CXX object CMakeFiles/qface-remote.dir/qface-remote_autogen/mocs_compilation.cpp.o Log [5/7] Building CXX object CMakeFiles/qface-remote.dir/.qt/rcc/qrc_qml.cpp.o Log [6/7] Building CXX object CMakeFiles/qface-remote.dir/main.cpp.o Log FAILED: CMakeFiles/qface-remote.dir/main.cpp.o Log /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-g++ --sysroot=/home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_QMLBUILTINS_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -I/home/user/RTA/B2Qt_6.7.2/Examples/Qt-6.7.2/interfaceframework/qface-remote/demo/qface-remote_autogen/include -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtCore -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/lib/mkspecs/linux-g++ -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtQuick -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtGui -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtQml -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtQmlIntegration -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtQmlBuiltins -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtNetwork -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtQmlModels -isystem /home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux/usr/include/QtOpenGL -mcpu=cortex-a72.cortex-a53 -march=armv8-a+crc+crypto -mbranch-protection=standard -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security --sysroot=/home/user/RTA/B2Qt_6.7.2/6.7.2/Boot2Qt/imx8qm-mek/toolchain/sysroots/cortexa72-cortexa53-crypto-poky-linux -MD -MT CMakeFiles/qface-remote.dir/main.cpp.o -MF CMakeFiles/qface-remote.dir/main.cpp.o.d -o CMakeFiles/qface-remote.dir/main.cpp.o -c /home/user/RTA/B2Qt_6.7.2/Examples/Qt-6.7.2/interfaceframework/qface-remote/demo/main.cpp Log /home/user/RTA/B2Qt_6.7.2/Examples/Qt-6.7.2/interfaceframework/qface-remote/demo/main.cpp:9:10: fatal error: remotemodule.h: No such file or directory Log 9 | #include <remotemodule.h> Log | ^~~~~~~~~~~~~~~~ Log compilation terminated.
Attachments
Issue Links
- is duplicated by
-
QTBUG-128318 [Boot to Qt 6.7.3] inferfaceframework/demo example not compiling
- Closed