Details
-
User Story
-
Resolution: Done
-
P2: Important
-
None
-
None
-
3
-
Tooling Sprint 1.2/2021, Tooling Sprint 1.3/2021
-
5b7a3fba27fdcb385fc808a2e04339788996e937 (qt-creator/qt-creator/master)
Description
The Qt for MCUs Plugin for Qt Creator requires a certain set-up from the user. Currently, if a step is missing or wrong, there is no feedback.
The task is to print error messages in the "General Messages" pane, so that the user can troubleshoot the problems:
- Plugin is activated but no path to the SDK is given
- Path defined but does not exist
- Path does not contain a valid installation of the SDK
- SDK does not contain kit description files (*.json)
- The existing kit description files refer to unsupported platforms/toolchains
- The existing kit description files belong to an unsupported version of Qt for MCUs
- CMAKE toolchain missing