PDA

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



tesmai4
4th November 2013, 11:25
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,

tesmai4
4th November 2013, 16:58
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.