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.

Compiling without CCS

I am searching for a method of compiling 64x+ code without an installation of CCS. I have an automated build machine that needs to be able to compile projects that were developed using different versions of the Compiler, Code Generation Tools and DSP-BIOS. I would like to develop a command line mechanism to invoke a specific compiler/linker and generate the same image that CCS would have, without having to maintain a CCS installation.

Is this possible, and if so is there an example script and documentation to get me started?