Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt creator not configured properly.
Qt 6.11 is out! See what's new in the release blog

Qt creator not configured properly.

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
14 Posts 2 Posters 2.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rohit39
    wrote on last edited by aha_1980
    #1

    I have created toolchain by yocto and provided Path of Compilers,Debuggers,qt version, etc.
    can you please help me out.
    I am beginner with Qt and qtcreator.
    observed while clean and build process :
    , Showing following errors : 13:10:11: Could not start process "" clean Error while building/deploying project My_project (kit: Rohit) The kit Rohit has configuration issues which might be the root cause for this problem. When executing step "Make"

    jsulmJ 1 Reply Last reply
    0
    • R Rohit39

      I have created toolchain by yocto and provided Path of Compilers,Debuggers,qt version, etc.
      can you please help me out.
      I am beginner with Qt and qtcreator.
      observed while clean and build process :
      , Showing following errors : 13:10:11: Could not start process "" clean Error while building/deploying project My_project (kit: Rohit) The kit Rohit has configuration issues which might be the root cause for this problem. When executing step "Make"

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Rohit39 said in Qt creator not Configured properly.:

      The kit Rohit has configuration issues

      Then please go to the Kit and check whether there a re any errors/warning (red/yellow icons). If there are then put mouse cursor over them and see what the pop-up tells you.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • R Offline
        R Offline
        Rohit39
        wrote on last edited by
        #3

        Thank You for quick response. It helps to identify the Error.
        observing the Error as : Compiler produces code for different ABIs: arm-linux-generic-elf-32bit,arm-linux-generic-elf-32bit

        jsulmJ 1 Reply Last reply
        0
        • R Rohit39

          Thank You for quick response. It helps to identify the Error.
          observing the Error as : Compiler produces code for different ABIs: arm-linux-generic-elf-32bit,arm-linux-generic-elf-32bit

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Rohit39 So, it looks like your configured Qt is not built for arm-linux-generic-elf-32bit

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • R Offline
            R Offline
            Rohit39
            wrote on last edited by
            #5

            Okay Thank you @jsulm . I resolved last mentioned error as well .
            Now Kit looks good without any warning or errors .
            still observed following error:
            14:31:19: Could not determine which "make" command to run. Check the "make" step in the build configuration.
            Error while building/deploying project My_project (kit: Rohit)
            When executing step "qmake"

            jsulmJ 1 Reply Last reply
            0
            • R Rohit39

              Okay Thank you @jsulm . I resolved last mentioned error as well .
              Now Kit looks good without any warning or errors .
              still observed following error:
              14:31:19: Could not determine which "make" command to run. Check the "make" step in the build configuration.
              Error while building/deploying project My_project (kit: Rohit)
              When executing step "qmake"

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Rohit39 Is make installed?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • R Offline
                R Offline
                Rohit39
                wrote on last edited by
                #7

                yes I am working on ubuntu machine 16.04

                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  Rohit39
                  wrote on last edited by
                  #8

                  observed one more thing while restarting qtcreator :
                  oe-device-extra.pri: No such file or directory

                  jsulmJ 1 Reply Last reply
                  0
                  • R Rohit39

                    observed one more thing while restarting qtcreator :
                    oe-device-extra.pri: No such file or directory

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @Rohit39 Try clean build: delete build folder, run qmake and build.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • R Offline
                      R Offline
                      Rohit39
                      wrote on last edited by
                      #10

                      How to run qmake explicitly . Tried with the clean project and deleting build folder.

                      jsulmJ 1 Reply Last reply
                      0
                      • R Rohit39

                        How to run qmake explicitly . Tried with the clean project and deleting build folder.

                        jsulmJ Offline
                        jsulmJ Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        @Rohit39 said in Qt creator not Configured properly.:

                        How to run qmake explicitly

                        Right click on project and select "Run qmake"...

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        0
                        • R Offline
                          R Offline
                          Rohit39
                          wrote on last edited by
                          #12

                          Okay tired it .Observing Same error
                          14:31:19: Could not determine which "make" command to run. Check the "make" step in the build configuration.
                          Error while building/deploying project My_project (kit: Rohit)
                          When executing step "qmake"

                          jsulmJ 1 Reply Last reply
                          0
                          • R Rohit39

                            Okay tired it .Observing Same error
                            14:31:19: Could not determine which "make" command to run. Check the "make" step in the build configuration.
                            Error while building/deploying project My_project (kit: Rohit)
                            When executing step "qmake"

                            jsulmJ Offline
                            jsulmJ Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on last edited by
                            #13

                            @Rohit39 said in Qt creator not Configured properly.:

                            Check the "make" step in the build configuration.

                            Did you do this? How does the make step look like in Projects/Build & Run/Build?

                            https://forum.qt.io/topic/113070/qt-code-of-conduct

                            1 Reply Last reply
                            0
                            • R Offline
                              R Offline
                              Rohit39
                              wrote on last edited by
                              #14

                              Yes Thank You @jsulm It gets reolved . missed Make path build configuration.

                              1 Reply Last reply
                              1

                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Search
                              • Get Qt Extensions
                              • Unsolved