Other Parts Discussed in Thread: SYSCONFIG, CC1354P10
Tool/software:
Hi Expert,
I follow the readme.md in example below.
when I use " gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\"" ", it shows error below. It seems from code but I don't change anything. Just build the project.
frank@frank-virtual-machine:~/connectedhomeip/examples/lock-app/cc13x4_26x4$ gn gen out/debug --args="ti_sysconfig_root=\"$HOME/ti/sysconfig_1.18.1\""
ERROR at //third_party/connectedhomeip/src/app/chip_data_model.gni:228:26: Script returned non-zero exit code.
_cluster_sources = exec_script("${_app_root}/zap_cluster_list.py",
^----------
Current dir: /home/frank/connectedhomeip/examples/lock-app/cc13x4_26x4/out/debug/
Command: python /home/frank/connectedhomeip/examples/lock-app/cc13x4_26x4/third_party/connectedhomeip/src/app/zap_cluster_list.py --zap_file ../../third_party/connectedhomeip/examples/lock-app/lock-common/lock-app.zap
Returned 127.
See //third_party/connectedhomeip/examples/lock-app/lock-common/BUILD.gn:18:1: whence it was called.
chip_data_model("lock-common") {
^-------------------------------
See //BUILD.gn:90:5: which caused the file to be included.
"${chip_root}/examples/lock-app/lock-common",
^-------------------------------------------
Do I miss something?
BR,
frank