compile failed about zigbee3.0 iot control bridge

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

compile failed about zigbee3.0 iot control bridge

775 Views
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.

Labels (1)
4 Replies

715 Views
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 Kudos

715 Views
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 Kudos

715 Views
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 Kudos

715 Views
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).