Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 12.0.0
-
None
Description
Check why armgcc 12.2.2.MPACBTI-Rel1 is picked where instead armgcc9 or 10 should have been picked
Possible fix location mcupackage.cpp:492
language == ProjectExplorer::Constants::C_LANGUAGE_ID ? "gcc" : "g++"); const QString comp = QLatin1String(m_type == ToolChainType::ArmGcc ? "/bin/arm-none-eabi-%1" : "/bar/foo-keil-%1").arg(compilerName); const FilePath compiler = (path() / comp).withExecutableSuffix();