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.

TMDSCNCD28388D: build error: Resource not under a .meta folder: /boards/TMDSCNCD28388D.syscfg.json

Part Number: TMDSCNCD28388D
Other Parts Discussed in Thread: CCSTUDIO, , SYSCONFIG, C2000WARE

Tool/software:

Hi All,

I just started to develop DSP software with CCStudio. I am currently working with TMDSCNCD28388D(totally new to this board).
i am using 12.8.1 ver. of CCStudio and 1.22.0 ver. of sysconfig.

The problem what I encountered is, I tried to use example code - led_ex 1_blinky - to get familiar to the system, but it fails to build. 

the error is as follows:

**** Build of configuration CPU1_RAM for project led_ex1_blinky ****

"C:\\ti\\ccs1281\\ccs\\utils\\bin\\gmake" -k -j 24 all -O

Building file: "../led_ex1_blinky.syscfg"
Invoking: SysConfig
"C:/ti/ccs1281/ccs/utils/sysconfig_1.21.0/sysconfig_cli.bat" --script "C:/Users/DESKTOP-PC/workspace_v12/led_ex1_blinky/led_ex1_blinky.syscfg" -o "syscfg" -s "C:/ti/C2000Ware_5_04_00_00/.metadata/sdk.json" --compiler ccs

Usage:
cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] [--quiet -q] <script>
cli --help
cli --version

example: cli -s meta_data/sdk.json -d MSP432P401R scripts/two_uarts.js
example: -s sdk.json -d MSP432P401R -o ./display_cfg sdk/cfgs/display.syscfg

Note that the all arguments other than '--help' and '--version' may also be
specified via the script with an embedded @cliArgs comment directive.
E.g. // @cliArgs -d MSP432P401R

If an argument is embedded in a script and explicitly specified via the CLI
then precedence is given to the CLI arguments. Additionally, specifying
"--board" or "--device" on the CLI will override any "--board" and "--device"
arguments specified in the script.

subdir_rules.mk:16: recipe for target 'build-1738275487' failed
/boards/TMDSCNCD28388D: Resource not under a .meta folder: /boards/TMDSCNCD28388D.syscfg.json
gmake: *** [build-1738275487] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****



But I can find the file 'TMDSCNCD28388D.syscfg.json' on 'C:\ti\C2000Ware_5_04_00_00\boards' directory. 
It seems the error is related to SYSCONFIG tool, but I can't figure out how to solve this problem.

May I ask if anybody know the solution of this situation?