Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt for MCUs 2.8.2, Qt for MCUs 2.10, Qt for MCUs 2.9.1
-
The used Kit in Qt Creator is the default for Desktop on a Ubuntu 22 based system.
-
-
Auto team Sprint 3.10
Description
I'm getting errors while building with ImageFiles.MCU.resourceAsFile: true
https://doc.qt.io/QtForMCUs-2.9/qtul-qmlproject-imagefilesnode-mcu-resourceasfile.html
Starting from the Watch Demo ( https://doc.qt.io/QtForMCUs-2.8/quickultralite-watch-example.html ), changing mcu_watch.qmlproject as follows:
MCU.Config {
defaultFontFamily: "Montserrat"
maxResourceCacheSize: 300000
}
ImageFiles { files: [ "images/shield/hand-minute.png", "images/shield/hand-hour.png", "images/shield/hand-second.png", "images/compass/arrows.png" ] MCU.resourceOptimizeForRotation: false MCU.resourceAsFile: true MCU.resourceCachePolicy: "OnDemand" }
It fails with error message:
FAILED: CMakeFiles/watch.dir/CMakeFiles/watch.dir/resources/qulrcc_rasterbuffers.cpp.o
/usr/bin/g++ -DQUL_ENABLE_PERFORMANCE_LOGGING -DQUL_IS_QT_BUILD -DQUL_STD_STRING_SUPPORT -I/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch -I/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/build/Qt_for_MCUs_2_9_Desktop_32bpp_GCC-Debug/CMakeFiles/watch.dir -I/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/build/Qt_for_MCUs_2_9_Desktop_32bpp_GCC-Debug/src/controls -I/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/build/Qt_for_MCUs_2_9_Desktop_32bpp_GCC-Debug/src/virtualkeyboard -I/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/inc -I/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/build/Qt_for_MCUs_2_9_Desktop_32bpp_GCC-Debug/CMakeFiles/Lib_watch_watch_aeeb.dir -I/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/build/Qt_for_MCUs_2_9_Desktop_32bpp_GCC-Debug/CMakeFiles/Lib_watch_benchm5f9d.dir -isystem /home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/include -isystem /home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/include/qul/VirtualKeyboard -isystem /home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/include/qul/Templates -isystem /home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/include/qul/Shapes -g -fdiagnostics-color=always -fno-rtti -fno-use-cxa-atexit -fno-threadsafe-statics -fno-exceptions -fno-non-call-exceptions -fomit-frame-pointer -fno-asynchronous-unwind-tables -fno-unwind-tables -ffunction-sections -fdata-sections -MD -MT CMakeFiles/watch.dir/CMakeFiles/watch.dir/resources/qulrcc_rasterbuffers.cpp.o -MF CMakeFiles/watch.dir/CMakeFiles/watch.dir/resources/qulrcc_rasterbuffers.cpp.o.d -o CMakeFiles/watch.dir/CMakeFiles/watch.dir/resources/qulrcc_rasterbuffers.cpp.o -c /home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/build/Qt_for_MCUs_2_9_Desktop_32bpp_GCC-Debug/CMakeFiles/watch.dir/resources/qulrcc_rasterbuffers.cpp
/home/dennis/QtForMCUs2.9.1/QtMCUs/2.9.1/demos/watch/build/Qt_for_MCUs_2_9_Desktop_32bpp_GCC-Debug/CMakeFiles/watch.dir/resources/qulrcc_rasterbuffers.cpp:3:8: error: ‘Qul’ does not name a type
3 | static Qul::Private::RasterBuffer qul_rasterBuffer_ring1_307466379005867702 = {
| ^~~