We are trying to create a CCS V5.x project using direcotries/files which was used by some host projects which is built by other existing eclipse projects. The file structure is sketched as followings:
Now I have several questions
1. Where should I put my master CCS project? Under subrelease or under "dsp directory 1"?
2. If I put it under subrelease, how do I prevent it from colliding with existing eclipse projects? We know that the ccs project is recorded under .ccsproject, but how about .project, and in particular .config and .settings directory? Should I somehow change these default names or are there other ways for us to use CCS V5 without interfering with eclipes?
3. If we have a project in directory say, "subrelease/dsp directory 1", is there a way to include directory or files under "subrelease/shared directory 1/shared directory 21" without copying so that we can share the same files/directories between both host (build by host side eclipse tools) and dsp (ccs 5.x)? Is a sub-project within "subrelease/shared directory 1/shared directory 2" the only way, or best way to go?
4. what would be the best practice in planning for such cases -- we have a pretty big project/files.
thanks a lot
Weichun
|-------- dsp directory 1
|-------- dsp directory 2
|-------- shared directory1
|-------- shared directory2
|--- shared directory 21
|--- shared directory 22
subrelease --
|-------- host directory 1
|-------- host directory 2