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.

External Make-File

Other Parts Discussed in Thread: CODECOMPOSER

I´m developing code for an TI concerto microcontroller. I have a workspace with two projects in my CodeComposer Studio V5.4. One project includes the code for the DSP and the other one for the ARM M3. Right now I´m using the build-settings out of CCS. So all the compiler and linker settings I change manually for each file.

Easyer for me it would be to use a make file. There I can change all the options in one file and I can reconstruct all changes, that I did, by using my version control software.

So how I can use external make files in CCS V5.4?