[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?
|
- From: Thomas Barth <txbarth@xxxxxx>
- Date: Tue, 04 Aug 2009 16:49:49 +0200
- Newsgroups: eclipse.tools.cdt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.22 (X11/20090608)
Axel Mueller schrieb:
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 B
I do not see any mistakes in your procedure. What is the output in the
console?
Axel
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