Results 1 to 2 of 2

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

  1. #1
    Join Date
    Jan 2013
    Posts
    25
    Thanks
    2
    Platforms
    Windows

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

    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,

  2. #2
    Join Date
    Jan 2013
    Posts
    25
    Thanks
    2
    Platforms
    Windows

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

    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.

Similar Threads

  1. mingw32-make: Nothing to be done for 'first'.
    By itssaurav2004 in forum Newbie
    Replies: 15
    Last Post: 24th September 2013, 21:04
  2. Replies: 6
    Last Post: 10th March 2011, 16:42
  3. Replies: 1
    Last Post: 5th March 2011, 18:23
  4. Cant find make command: mingw32-make.exe
    By Nadia in forum Installation and Deployment
    Replies: 1
    Last Post: 26th August 2009, 09:09
  5. mingw32-make keeps rebuilding
    By baray98 in forum General Programming
    Replies: 11
    Last Post: 10th March 2008, 18:19

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.