This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to enable Child supervision in thread FTD

Hello,

I am using nrf5 SDK for thread and zigbee. 

I want to enable child supervision check on FTD and MTD devices.

For this I have already set OPENTHREAD_ENABLE_CHILD_SUPERVISION macro.

But on building the MTD example I am getting the following error. 

Linking target: _build/nrf52840_xxaa.out
_build/nrf52840_xxaa/main.c.o: In function `_zipnet_process_init':
/../pca10056/blank/armgcc/../../../main.c:862: undefined reference to `otChildSupervisionSetCheckTimeout'
collect2: error: ld returned 1 exit status
../../../../../nrf_sdk_thread/components/toolchain/gcc/Makefile.common:292: recipe for target '_build/nrf52840_xxaa.out' failed
make: *** [_build/nrf52840_xxaa.out] Error 1

Related