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.

CCS not rebuilding project when linker template file changes

Hi,


I have a CCS RTSC project that uses a XDC linker template file along with the usual .cfg file.

var Program                = xdc.useModule ("xdc.cfg.Program");
/*
   Get Generated linker command file filtered through our template
   We use this to configure linker file based on Environment variables
*/
Program.linkTemplate = "./../../linkcmd.xdt";

CCS does not rebuild the project automatically if I make any changes in linkcmd.xdt. Is there a way for me to specify to CCS that the project should be rebuilt when this file changes?

regards,

Venkat