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.

Projects, makefiles and builds

I would like to setup a group of projects than can be used both by developers and by our automated build system, BuildForge.

I would want developers to be able to access projects from our source code control system and build debuggable code in any convinent directory

and

I want our build system to access projects projects from source code control and build release code in any convinent directory

 

Our first attempt at this was to archive code and projects AND makefiles, then have developers use the CCS IDE with projects while the build system would call gmake directly to build projects from makefies.

The problem that I have run into is that while I can make projects somewhat portable ate the IDE level ( thanks to http://processors.wiki.ti.com/index.php/Portable_Projects)

I have not been able to create portable makefiles directly from the IDE.

Is there any makefile generation documentation?

Has anyone else solved this kind of configuration problem?

Suggestions anyone?