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.
Getting weird errors on latest CC2652RB DMM projects saying it can't find sysconfig after importing from TIREX even after installing as recommended from https://software-dl.ti.com/ccs/esd/sysconfig/docs/guide/update.html
Using local CCS10 and latest SDK 4.3 (but similar errors on CCS9 and SDK4.2. And just noticed Project_Zero won't even import),
Why is sysconfig not getting recognized on local CCS?
Works fine on CCS Cloud: dev.ti.com/.../node
Please see error below
making ../src/sysbios/sysbios.aem4f ...
Building file: "../dmm_154collector_remote_display_2_4g.syscfg"
Invoking: SysConfig
"" -s "C:/ti/simplelink_cc13x2_26x2_sdk_4_30_00_54/.metadata/product.json" -o "syscfg" --compiler ccs "../dmm_154collector_remote_display_2_4g.syscfg"
subdir_rules.mk:23: recipe for target 'build-893449375' failed
process_begin: CreateProcess(NULL, "" -s C:/ti/simplelink_cc13x2_26x2_sdk_4_30_00_54/.metadata/product.json -o syscfg --compiler ccs ../dmm_154collector_remote_display_2_4g.syscfg, ...) failed.
make (e=87): The parameter is incorrect.
gmake: *** [build-893449375] Error 87
gmake[1]: Nothing to be done for 'all'.
gmake: Target 'all' not remade because of errors.
Quick update, looks like installing https://www.ti.com/tool/download/SYSCONFIG to default location C:\ti\sysconfig_1.6.0 did not work well.
Was able to fix in CCS10 after adding to CCS->Products. Please see below: