c++ Master Makefiles - no rule to make 'all' [message #542297] |
Thu, 24 June 2010 09:31  |
Eclipse User |
|
|
|
Hello, I've just started a new project at work, the guys that have been working on it previously have been coding c++ and using VIM as an editor. I'm trying to get eclipse running with their codebase (for a more helpful programming environment). I'm not very experienced in c++ but here's the problem:
There's a master makefile in the parent folder that runs through and executes custom make files in all child application folders. I think because of this when i setup an eclipse C++ project and try to build, i get an error saying
"make all
make: *** No rule to make target `all'. Stop."
I also have eclipse set 'not' to automatically generate make files.
i've checked every make file in the sub directories, as well as the master makefile, and each one has an 'all' target in the file. Any clues as to a way around this? Is there anyway i can point eclipse to the master makefile to get executed every time i build?
[Updated on: Thu, 24 June 2010 09:38] by Moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03631 seconds