No rule to make target 'libQulCore...
- 
Hello everyone,
I'm following the guide from https://doc.qt.io/QtForMCUs-2.10/qtul-nxp-rt1170-qsg.html to develop on the NXP i.MX RT1170 platform. I carefully followed each step in the tutorial, but when I reached the final build stage, the compiler reported the following error:
make[1]: *** No rule to make target 'libQulCore_cortex-m7-hf-fpv5-d16_Windows_armgcc_MinSizeRel.a', needed by 'MIMXRT1176_Project.axf'. Stop.
I tried going back through the tutorial to check if I missed anything, but I couldn't identify the problem. Could anyone advise how to resolve this error?
Environment:- IDE: MCUXpresso IDE v11.9.0 [Build 2144] [2024-01-05]
 - SDK: SDK_2_16_0_MIMXRT1170-EVKB
 - Qt for MCUs: 2.10.1
Thank you!