Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi team,
I imported the Incabin sensing project in the Code composer studio 12.8.
After building the project, I get the below error:
**** Build of configuration Debug for project demo_in_cabin_sensing_6844_dss ****
<TI_INSTALL_DIR>/ccs1281/ccs/utils/bin/gmake -k -j 12 all -O
Building file: "../example.syscfg"
Invoking: SysConfig
"<TI_INSTALL_DIR>/sysconfig_1.23.1/sysconfig_cli.sh" --script "<PROJECT_WORKSPACE_FOLDER>/6844_incabin/demo_in_cabin_sensing_6844_dss/example.syscfg" -o "syscfg" -s "<TI_INSTALL_DIR>/MMWAVE_L_SDK_06_00_03_00/mmwave_l_sdk_06_00_03_00/.metadata/product.json" --context "c66ss0" --part Default --package BGA --compiler ccs
subdir_rules.mk:14: recipe for target 'build-1050668303' failed
TypeError: Cannot read properties of undefined (reading 'gpn')
at findDeviceInfoHelper (<TI_INSTALL_DIR>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/findDeviceInfo.ts:69:16)
at findDeviceInfoSync (<TI_INSTALL_DIR>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/findDeviceInfo.ts:41:10)
at variant (<TI_INSTALL_DIR>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/findDeviceInfo.ts:21:9)
at products (<TI_INSTALL_DIR>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/args/resolveProductArgs.ts:27:21)
at resolvedArgs (<TI_INSTALL_DIR>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/pinmux/services/args/parseAndResolveArgs.ts:44:8)
at t.runCLI (<TI_INSTALL_DIR>/sysconfig_1.23.1/dist/webpack:/sysconfig/src/cli/runCli.ts:32:9)
gmake: *** [build-1050668303] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Can you help resolving this issue?