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/CC3220SF-LAUNCHXL: errors building the network teminal project

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF, SYSCONFIG

Tool/software: Code Composer Studio

Hello

I am trying to run through the academy training and I get this error message when I try building the "network_terminal_CC3220SF_LAUNCHXL_tirtos_ccs" project:

Building file: "../common.syscfg"
Invoking: SysConfig
"/home/anne/ti/ccs910/ccs/utils/sysconfig/sysconfig_cli.sh" -s "/home/anne/ti/simplelink_cc32xx_sdk_3_30_00_04/.metadata/product.json" -o "syscfg" "../common.syscfg"
Running script...
subdir_rules.mk:17: recipe for target 'build-1132616017-inproc' failed
Error: Unknown device pin '29':
while processing component 'ANTSEL1'
    at o.instanceComponents.e (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:156366)
    at n.mapValues (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:160323)
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:51690
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:27989
    at Kn (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:17847)
    at Function.mn.mapValues (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:51662)
    at t.BoardParser.connectComponent (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:160112)
    at n.reduce (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:160956)
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:6865
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:27989
gmake[1]: *** [build-1132616017-inproc] Error 1
gmake: *** [build-1132616017] Error 2
subdir_rules.mk:14: recipe for target 'build-1132616017' failed
gmake: Target 'all' not remade because of errors.

I guess I have some errors in my configuration, though I followed the instructions from the installation webpage. I am running Ubuntu 18.04. Are there libraries that I am missing?

Thanks for your help.

Anne

  • Anne,

    What is happening is that the 3.30 version of the SDK requires CCSv9.2 or later.  It is not compatible with CCSv9.1.  If you download and install CCSv9.2 you will be able to import and build this project.

    Regards,

    John