zigbee project A compiler error

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

zigbee project A compiler error

521 Views
13560436802
Contributor II

1.i have a problem as The following screenshots

2.JN-AN-1217-Zigbee-3-0-Base-Device  EndDevice

err.png

Labels (1)
0 Kudos
1 Reply

385 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dylan,

You have to define the BDB Target in the makefile.

#BDB_SUPPORT_TOUCHLINK_INITIATOR_END_DEVICE ?= 1
#BDB_SUPPORT_TOUCHLINK_INITIATOR_ROUTER ?= 1
#BDB_SUPPORT_TOUCHLINK_TARGET ?= 1
BDB_SUPPORT_NWK_STEERING ?= 1
#BDB_SUPPORT_NWK_FORMATION ?= 1
BDB_SUPPORT_FIND_AND_BIND_INITIATOR ?= 1
BDB_SUPPORT_FIND_AND_BIND_TARGET = 1

Hope it helps.

Regards,

Mario

0 Kudos