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

boot2qt/embedded: Qt Creator fails to debug qtbase

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • Qt Creator 11.0.2
    • Debugger
    • None
    • Linux/X11

    Description

      Steps to reproduce:

      • compile qtbase on a linux host
      • cross compile it with the following configure options
        a) ../configure -developer-build -qt-host-path ~/Qt/6.6.0/gcc_64
        => Qt Creator will fail to deploy, run and debug e.g. the qtbase Menus example
        b) ../configure -debug -prefix /usr/local -qt-host-path ~/Qt/6.6.0/gcc_64
        => Qt Creator will fail to accept the build as a compile kit, because qmake is not compiled with it.
        c) ../configure -developer-build -prefix /usr/local -qt-host-path ~/Qt/6.6.0/gcc_64
        => Qt Creator will fail to deploy (Menu example), with the following error:
          Qt was configured as non-prefix build.  Installation is not supported for
          this arrangement.
        

        The FEATURE_no_prefix is set to OFF, however.
        (see: this bugreport)

      Attachments

        Issue Links

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

          Activity

            People

              hjk hjk
              axelspoerl Axel Spoerl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes