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

Toolchain cannot be detected for RHEL5 gcc4.4 variant

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 2.3.0
    • Qt Creator 2.2.0-rc1
    • All Other Issues
    • RHEL server 5.4, x86_64
    • 01fa9f6c15311c2a7397c41a32f001f73a92e811

    Description

      The toolchain is not detected properly for the experimental gcc4.4 included in RHEL5. This is because the RHEL5 g++44 returns "linux6e" for its OS.

      sandbox> uname -a
      Linux lars00554 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
      sandbox> g++44 -dumpmachine
      x86_64-redhat-linux6E
      sandbox> g++ -dumpmachine
      x86_64-redhat-linux
      

      This causes the gcctoolchain.cpp guessGccAbi() function to fail to assign a valid os, flavour or format.

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            jalexander Jonathan Alexander
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes