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!


