Qt for MCUs: “Required gpdsc file is missing” when exporting to MCUXpresso (MIMXRT1170)
-
Hello,
I am trying to export a Qt for MCUs project from Qt Design Studio to MCUXpresso for the NXP MIMXRT1170-EVKB board.But when I import the CMSIS-Pack project into MCUXpresso, I get this error:
Qt Group::Project.Qt for MCUs Application - Required gpdsc file
.../RTE/qul_app/application.gpdsc is missingMy environment:
Qt Design Studio version: (write your version, example 4.8)
Qt for MCUs version: (example 2.8.3)
MCUXpresso IDE version: 11.9.1
Board: MIMXRT1170-EVKB
Toolchain: Arm GCC
Platform: mimxrt1170-evkb-freertos
Steps I followed:
Created a new Qt for MCUs application in Qt Design Studio
Opened Edit → Preferences → Qt for MCUs and set:
QUL_ROOT
qmlprojectexporter path
Platform metadata JSON
Board defaults
Pressed MCU → Generate Code
The export finished “success”, but inside the exported folder, the file
RTE/qul_app/application.gpdsc
is not created
When importing into MCUXpresso, it fails because this file is missing.
What could be the reason the .gpdsc file is not generated?
Is my Qt for MCUs installation incomplete, or am I missing a platform/board configuration?Any guidance would be greatly appreciated.
Thank you!