[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: How to create build make targets for subfolders?

Thomas Barth schrieb:
Axel Mueller schrieb:
Thomas Barth wrote:


Hi Axel,

the output is:

**** Build of configuration Debug for project ivr_applications ****

make smalltalk
make: *** Keine Regel, um »smalltalk« zu erstellen.  Schluss.


It seems Eclipse is searching for a makefile in the base directory (ivr_applications), but the makefile is located in ivr_applications/128_smalltalk and as I already described I clicked on the subfolder for creating the build target. I cant find the option to change the path.


Thomas B


Oh, I just have to disable the option "Generate Makefiles automatically" in the C/C++ build settings of this project.

Thomas B