[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: Change execution directory in Standard C/C++ Proj

Richard Ralston wrote:


I have an existing project that has a tree of directories under the base project directory. The sources are in one sub-directory and the binaries placed in another. The standard build works fine, but newly created ones can't find the makefile because it's in a sub-directory and can't find it.
Goto Projects->Properties->C/C++ Make Project. There you can select the build directory.

Similar problem with running... it looks in the project directory and can't find the executable.
In the main tab of the Launch configuration there is a field C/C++ Application. Select the application by clicking Search project or Browse. The working directory can be chosen in the tab called Arguments.

I can't seem to find the magic setting that will fix these annoying problems. Could someone please clue in the clueless? :-)
Hope that helps.

 Axel