LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   CDT autocompile (https://www.linuxquestions.org/questions/programming-9/cdt-autocompile-423544/)

Berticus 03-10-2006 11:33 AM

CDT autocompile
 
I like eclipse's autocompile tool. I've been using Eclipse for Java for half a year now, and would like to use it for C/C++. The problem is I get the following errors:
Quote:

*** No rule to make target 'all'.
*** No rule to make target 'clean.'
I looked into the folder containing the source code, and I didn't see a Makefile... How do I get this to work?

-------------------------Edited-------------------------
I checked out the console, and this is what it was doing:
Code:

make -k all
Just in case that helped any bit..


All times are GMT -5. The time now is 03:23 AM.