I have a c++ Project that was compiled with the cygwin toolchain, now I want to use Eclipse to compile and test it. If I create a project (cygwin toolchain is set in the options) I get the error:

make: *** No rule to make target `all'. 7wWin		line 0	C/C++ Problem

In Cygwin I use:

cd $BUILDDIR
make
make install

Can Eclipse create it's own makefile? And how to setup that. Better would be a good tutorial how to compile a Cygwin c++ project with Eclipse.

link|improve this question

please change the spelling error in the question name – elcuco Jun 30 '09 at 19:48
feedback

2 Answers

This tutorial will get you sorted out. Also, I realize this is an old question but I thought it should still be answered.

http://wyding.blogspot.com/2009/04/setup-cygwin-toolchain-in-eclipse-cdt.html

link|improve this answer
(hey, on that little situation you flagged about on that other question... While frustrating, the user didn't do anything specifically against rules set in the faq. I don't see a history of the user doing this, from a quick review of their questions. I've annotated the user in case this happens again. If you have any further issues, post a question on meta about it. Thanks.) – Will Apr 4 '11 at 13:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.