| [news.eclipse.tools.cdt] Re: How to create build make targets for subfolders? |
Thomas Barth wrote:
Hi,
I ve paused with programming in C for a while and now I cant figure out what I m doing wrong when building a target. In the past it was possible to create build targets for subfolders, but now CDT cant find the make targets. I ve got a C project with many subfolders, each subfolder contains sources and a makefile for a complete program. The programs can be compiled when using the makefile in the shell. Then I tried to create a build target in Eclipse: right click on a subfolder / Make Targets / Create
Then target name, make target, build command: [x] use default, build setting: [x] stop on first build error, [x] run all project builders.
As it cant find the targets I dont get errors / messages in the console of eclipse.
Any idea to fix that?
Thomas BI do not see any mistakes in your procedure. What is the output in the console?
Axel