[4]"C:/TI/ti_cgt_arm_llvm_4.0.2.LTS/bin/tiarmclang.exe" -c -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -flto -I"C:/Users/19270/workspace_ccstheia/reader" -I"C:/Users/19270/workspace_ccstheia/reader/Debug" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source/ti/zigbee/osif/include" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source/ti/zigbee/include" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source/ti/common/cc26xx/flash_interface/" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/kernel/freertos" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source/ti/posix/ticlang" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source/third_party/freertos/include" -I"C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source/third_party/freertos/portable/GCC/ARM_CM0" -DSYNC_WRITE -DZB_TI_F3_ZBOSS -gdwarf-3 -Wno-gnu-folding-constant -Wno-unaligned-access -MMD -MP -MF"on_off_light.d_raw" -MT"on_off_light.o" -I"C:/Users/19270/workspace_ccstheia/reader/Debug/syscfg" @"syscfg/ti_utils_build_compiler.opt" -o"on_off_light.o" "../on_off_light.c"
[5]../on_off_light.c:170:1: error: use of undeclared identifier 'ZB_ZCL_CLUSTER_ID_CUSTOM_ATTR_CLIENT_ROLE_INIT'
[6] 170 | ZB_HA_DECLARE_CUSTOM_ATTR_CLUSTER_LIST(custom_clusters,basic_attr_list,identify_attr_list,groups_attr_list,scenes_attr_list,window_covering_list,custom_attr_list);
[7] | ^
[8]C:/TI/simplelink_lowpower_f3_sdk_9_11_00_18/source/third_party/zigbee/zboss_r23/include\ha/zb_ha_custom_attr.h:105:5: note: expanded from macro 'ZB_HA_DECLARE_CUSTOM_ATTR_CLUSTER_LIST'
这个原因是什么?如何解决?