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.

ccs 12 How to track down recipe for target failed.

Other Parts Discussed in Thread: SYSCONFIG

Don't have a clue where to look to find where this error message is located so I can correct the problem.

subdir_rules.mk:14: recipe for target 'build-807894081' failed
Invalid argument '--product': No product with name "MCU_PLUS_SDK_AM62x" and version "08.06.00" found
gmake: *** [build-807894081] Error 1
gmake: Target 'all' not remade because of errors.

**** Build of configuration Debug for project test1 ****

/home/fred/ti/ccs1220/ccs/utils/bin/gmake -k -j 16 all -O

Building file: "../untitled.syscfg"
Invoking: SysConfig
"/home/fred/ti/ccs1220/ccs/utils/sysconfig_1.15.0/sysconfig_cli.sh" --script "/home/fred/workspace_v12/test1/untitled.syscfg" -o "syscfg" --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:14: recipe for target 'build-807894081' failed
Invalid argument '--product': No product with name "MCU_PLUS_SDK_AM62x" and version "08.06.00" found
gmake: *** [build-807894081] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****