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.

how to migrate RTSC project on command line mode to CCS mode ?

Expert 1385 points

I have a RSTC project on command line mode, and I override the rsc_table.h and config.bld.

I move it to CCS, and build, found the following information:

and my .cfg file has the configuration:

var cfgArgs = Program.build.cfgArgs;
var configBld = xdc.loadCapsule(cfgArgs.configBld);

and my setting for XDC is :

and What I should do ?

the ${inputs} is what? can I modify it?

Thank you very much!