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