Friday, August 9, 2013

Make file only build first file of a project in eclipse build makefile

ISSUE: When in a project make clean; make command is given although there is hundreds of files it only build one or first file of a project and stop building.


SOLUTION:  It's easy. Just give command make clean;make all . You file find that your make file is working perfectly.

No comments:

Post a Comment

How to Generate and use the ssh key on Gerrit, github.io, gitlab, and bitbucket.

 Details can be found here -