Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-30243

MCU: prevent picking armgcc 12.2.MPACBTI-Rel1 for all armgcc packages

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 12.0.0
    • MCU Support
    • 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(); 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            yasser Yasser Grimes
            yasser Yasser Grimes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes