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.

CCSv5 cfg tcf

 

Hello,everyone

    In CCSV5, I create the new project,which need *.tcf and *.cfg. The project I have is built successfully in CCS3.3. But now something wrong happened inCCSv5.1.I don‘t know how to solve it。

The build log in Console is :

gmake.exe *** No rule to make target 'package/cfg/Video_preview_p64P.xdl',needed by 'linker.cmd',stop.
js:"C:/ti/xdctools_3_22_04_46/packages/xdc/tools/Cmdr.xs",line 51:Error:xdc.tools.configuro:configuration failed due to earlier errors (status=2);'linker.cmd' deleted.
gmake.exe *** [configPkg/compiler.opt] Error 1
gmake:Target 'all' not remade because of errors

  

That is to say,the linker.cmd file did not generated automatically.

At the same time,the *cfg.h file did not generated ,too.

When I move the linker.cmd that generated in ccs3.3  to  the project folder of CCSv5.1.It can be built correctly.

How  to solve this problem?(linker.cmd and *cfg.h ,they all generate automatically)

Regards.