Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 11.0.3
-
-
f7950acd9 (master)
Description
The problem occurs because it is hard-coded in the Qt for MCUs plugin of the Qt Creator to look for bin/g++, so it fails to recognize versions with a suffix:
const FilePath detectionPath = FilePath("bin/g++").withExecutableSuffix(); in mcusupportsdk.cpp
For example in the bin folder there can be g++-10 and g++-9
For more information please look at the attached screen shot.