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