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. Mingw32-make.exe[1]: Nothing to be done for `first'.
QtWS25 Last Chance

Mingw32-make.exe[1]: Nothing to be done for `first'.

Scheduled Pinned Locked Moved Qt Creator and other tools
9 Posts 5 Posters 12.6k Views
  • 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.
  • T Offline
    T Offline
    tesmai4
    wrote on last edited by
    #1

    Dear all,

    I get this log while debugging the project. My project was working and I was able to debug it. I made some changes in the code, not in the project configuration or in tool chain, and then I started having this.

    11:21:03: Running build steps for project Window...
    11:21:03: Configuration unchanged, skipping qmake step.
    11:21:03: Starting: "C:\QtSDK\mingw\bin\mingw32-make.exe"
    C:/QtSDK/mingw/bin/mingw32-make.exe -f Makefile.Debug
    mingw32-make.exe[1]: Entering directory C:/.../project-folder' mingw32-make.exe[1]: Nothing to be done for first'.
    mingw32-make.exe[1]: Leaving directory C:/.../project-folder'
    11:21:03: The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited normally.

    Any idea why is it like this?

    Regards,

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      This is perfectly normal. Make scans your source code for changes and only compiles the code from files that were modified. If it does not detect any changes, it simply prints out that information.

      (Z(:^

      1 Reply Last reply
      2
      • K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        sierdzio is completely for the case that no code has been changed. However, if I understand you correctly, you have changed the code and you receive this message. Furthermore, when debugging apparently the code changes might not have applied. If this is the case, it helps to rerun qmake from Qt creator (right mouse click on project name and "run qmake") and build the code again.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tesmai4
          wrote on last edited by
          #4

          Thanks Sierdzio and Koahnig for your help.
          My problem is the program does not execute after this and there is no output. Whereas, it was executing correctly previously.

          P.S: Koahnig, executing "rum qmake" did not help. Still the same situation

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tesmai4
            wrote on last edited by
            #5

            I noticed that I get the same output for other successfully launched projects.

            11:21:03: Running build steps for project Window…
            11:21:03: Configuration unchanged, skipping qmake step.
            11:21:03: Starting: “C:\QtSDK\mingw\bin\mingw32-make.exe”
            C:/QtSDK/mingw/bin/mingw32-make.exe -f Makefile.Debug
            mingw32-make.exe1: Entering directory C:/…/project-folder’ mingw32-make.exe1: Nothing to be done for first’.
            mingw32-make.exe1: Leaving directory C:/…/project-folder’
            11:21:03: The process “C:\QtSDK\mingw\bin\mingw32-make.exe” exited normally.

            Here is my problem:
            When in debug mode; program would not complete the "launching" bar [this bar is initially grey and becomes green after project launch is complete in normal execution] in QT creator and would remain grey.

            When I set break point on main() function; it would never hit that break point.

            1 Reply Last reply
            0
            • sierdzioS Offline
              sierdzioS Offline
              sierdzio
              Moderators
              wrote on last edited by
              #6

              Take your time, go through the source slowly: you are probably missing some small detail where you least expect it :D Such is the Way of Coding ;)

              (Z(:^

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tesmai4
                wrote on last edited by
                #7

                I accidentally deleted DLL path. Thanks for your help and advice.

                Regards

                T 1 Reply Last reply
                1
                • T tesmai4

                  I accidentally deleted DLL path. Thanks for your help and advice.

                  Regards

                  T Offline
                  T Offline
                  thanhvm
                  wrote on last edited by
                  #8

                  @tesmai4 I got same propblem. Pls share your detail solution. Thanks so much.

                  aha_1980A 1 Reply Last reply
                  0
                  • T thanhvm

                    @tesmai4 I got same propblem. Pls share your detail solution. Thanks so much.

                    aha_1980A Offline
                    aha_1980A Offline
                    aha_1980
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @thanhvm do you really think you'll get an answer after seven years?

                    Please start a new post and exactly state your problem.

                    Regards

                    Qt has to stay free or it will die.

                    1 Reply Last reply
                    0

                    • Login

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