compiling using Eclipse and a multi-layered directories

I am trying to setup my Eclipse project to reflect the CSCI, CSC and CSU structure of my design. I don’t know how to setup the
makefile so that I am able to compile and run the individual CSUs while at the same time have the rest of the code files included in my
project. I would like to maintain the directory structure to work with my SCC tool.

Thanks,

Steve Wortley
Computer Systems Engineer
Milenium Biologix Inc.
P: (613) 389-6565 ext. 26
F: (613) 389-6625
www.millenium-biologix.com

Steve Wortley <Steve.Wortley@millenium-biologix.com> wrote:

I am trying to setup my Eclipse project to reflect the CSCI,
CSC and CSU structure of my design. I don’t know how to setup the
makefile so that I am able to compile and run the individual CSUs
while at the same time have the rest of the code files included in my
project. I would like to maintain the directory structure to work
with my SCC tool.

While not familiar with what you mean by “CSC”, “CSCI”, and “CSU”, I
would suggest creating a “Standard Make C/C++” project, or projects.

This does not impose any of the IDE makefiles, but allows you to use
your own (already existing) makefiles and structure. When you already
have a project structure, this is usually the best way to go.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.