This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Master Project with SubProject



Hi All,

Well, I was looking to create a master project as a root project which is dependent on sub projects as its nodes .

I was able to make one by using dependency tab in build options in master project ,but my requirement was not met.

I want that my child project should provide object files only and they should not use their own project settings, project configurations(as in app.cfg) instead they should inherit these from master  and memory allocation to be used is that of master's .

Any suggestions ?

  • Hello,

    The behavior you are looking for is not supported with CCS/Eclipse. The projects are two separate projects with their own set of properties. The subproject does not inherit anything from the main.

    You mentioned inheriting memory allocation. I'm curious of your use case here. Are you building a library with the subproject?

    Thanks

    ki