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.

LP-CC2652RSIP: I want to know why the error is occuring.

Part Number: LP-CC2652RSIP
Other Parts Discussed in Thread: SIMPLELINK-CC13XX-CC26XX-SDK, SYSCONFIG

Hello 

I am trying to make a program in CCS ver:11.1.0.00011.

I want to know why the error is occuring.

What does "build-306488351" indicate?

Please...

Ttasuki

a.txt
**** Build of configuration Debug for project NodeHiramatsu ****

"C:\\ti\\ccs1110\\ccs\\utils\\bin\\gmake" -k -j 4 all -O 
 
Building file: "../rfWsnNode.syscfg"
Invoking: SysConfig
"C:/ti/sysconfig_1_12_0/sysconfig_cli.bat" -s "C:/ti/simplelink_cc13xx_cc26xx_sdk_6_10_00_29/.metadata/product.json" --script "C:/Users/mict_lab/workspace_v11/NodeHiramatsu/rfWsnNode.syscfg" -o "syscfg" --compiler ccs
Running script...
subdir_rules.mk:16: recipe for target 'build-306488351' failed
TypeError: Cannot set property '$name' of undefined
    at scriptFunc (C:\Users\mict_lab\workspace_v11\NodeHiramatsu\rfWsnNode.syscfg:44:38)
    at cb (C:\ti\sysconfig_1_12_0\dist\webpack:\src\pinmux\services\scripting\runScript.ts:94:27)
    at Object.withDeprecatedAccess (C:\ti\sysconfig_1_12_0\dist\webpack:\src\pinmux\services\deprecatedAccessGuard.ts:14:10)
    at Object.runAsUserScript (C:\ti\sysconfig_1_12_0\dist\webpack:\src\pinmux\services\scripting\scriptingGuard.ts:49:3)
    at iteratee (C:\ti\sysconfig_1_12_0\dist\webpack:\src\pinmux\services\scripting\runScript.ts:94:5)
    at baseEach (C:\ti\sysconfig_1_12_0\dist\webpack:\node_modules\lodash\lodash.js:530:11)
    at Function.each (C:\ti\sysconfig_1_12_0\dist\webpack:\node_modules\lodash\lodash.js:9409:52)
    at iteratee (C:\ti\sysconfig_1_12_0\dist\webpack:\src\pinmux\services\scripting\runScript.ts:92:6)
    at baseEach (C:\ti\sysconfig_1_12_0\dist\webpack:\node_modules\lodash\lodash.js:530:11)
    at Function.us (C:\ti\sysconfig_1_12_0\dist\webpack:\node_modules\lodash\lodash.js:9409:52)
gmake: *** [build-306488351] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • Hello Ttasuki,

    Can you try updating CCS to 11.2?  Have you successfully imported and built any SIMPLELINK-CC13XX-CC26XX-SDK examples (v6.10 or otherwise) before?  What is your OS version?  Are you making any changes to the rfWsnNode project in CCS prior to the build attempt?

    Regards,
    Ryan

  • Hello Ryan,

    Thanks for the reply!

    I updated the CCS to 11.2,but the error is not resolved.

    I can import and build SIMPLELINK-CC13XX-CC26XX-SDK examples.

    My OS version is 

    edition: Windows 10 Pro
    version: 21H1
    install: ‎2020/‎09/‎10
    OS build: 19043.1288
    experience: Windows Feature Experience Pack 120.2212.3920.0

    I made any changes to build the program in the properties.

    This is the cause of the error?

    Tatsuki

  • Your versioning appears to be correct yet I have not seen this issue before.  Make sure to follow all steps of the Quick Start Guide for your RF stack.  Have you tried importing and building any other RF projects?  Try different stacks as well to determine whether there are any differences.  The issue appears to center around SysConfig v1.12 so you may try to delete and re-install this software tool.

    Regards,
    Ryan

  • Hello Ryan,

    Thanks for the reply!

    I'll do my best!

    Thank you.

    Tatsuki