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

Qt for MCUs plugin warns g++ not found when multiple versions of GCC are installed

    XMLWordPrintable

Details

    • Linux/X11
    • 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.

      Attachments

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

        Activity

          People

            yasser Yasser Grimes
            chakib Chakib Boutaghane
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes