主题中讨论的其他器件:SysConfig、 CC1354P10
工具与软件:
尊敬的 Expert:
我按照以下示例中的 README.md 进行操作。
当我使用" 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",
^-------------------------------------------
我会错过什么吗?
BR、
Frank