My Eclipse CDT keeps complaining \"make: *** no rule to make target all\" when I am trying to compile the piece of code below:
#include
us
You have 2 cases
- Select Project->Properties from the menu bar.
- Click C/C++ Build on the left in the dialog that comes up.
- Disable generate makefile automatically -> Under the Builder Settings tab on the right, check and make sure the "Build location" is correct (That location is where your Makefile)
- Select Project->Properties from the menu bar.
- Click C/C++ Build on the left in the dialog that comes up.
- Enable generate makefile automatically
I advise you create Makefile by your self