compile failed about zigbee3.0 iot control bridge

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

compile failed about zigbee3.0 iot control bridge

806 次查看
18341265598
Contributor II

Hi everyone:

    I have failed to compile JN-AN-1216-Zigbee-3-0-IoT-ControlBridge note code, as below:

pastedImage_1.png

    For this, do you have any good Suggestions?

    Thanks in advance.

标签 (1)
4 回复数

746 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi,

Did you add a new cluster in the Control Bridge?

What is the process that you did?

Is that correct the definition that you add 'tsZLO_SensorClusterDefinetion'?

Regards,

Mario

0 项奖励

746 次查看
18341265598
Contributor II

Hi,mario

        Sorry, because the code in the SDK has been changed by me, so the name is not correct, resulting in a compilation error

0 项奖励

746 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Zhang,

Did you solve your issue? 

Could you please provide the process that you did?

Regards,

Mario

0 项奖励

746 次查看
18341265598
Contributor II

Hi Mario,

    I solved my issue.

    Because of my own mistake,i change the tsZLO_LightSensorDeviceClusterInstances struct to the tsZLO_SensorClusterDefinetion, result in a compilation error,so i'm just going to change the name back to the original(from tsZLO_SensorClusterDefinetion to tsZLO_LightSensorDeviceClusterInstances).