Hi,
There is problem that the including file from "openthread\third_party\NordicSemiconductor\libraries\fds" and already added its path to file...third_party\NordicSemiconductor\Makefile.am, but still cannot be built as below error message during build hex file by "sudo make -f examples/Makefile-nrf52811 NCP_SPI=1 FULL_LOGS=1 && arm-none-eabi-objcopy -O ihex output/nrf52811/bin/ot-ncp-mtd output/nrf52811/bin/ot-ncp-mtd.hex" is there any other config file need to be added as well?
Build log:
Making all in ncp
CC ot_ncp_mtd-main.o
CC ot_rcp-main.o
CCLD ot-ncp-mtd
CCLD ot-rcp
../../../examples/platforms/nrf528xx/libopenthread-nrf52811.a(libopenthread_nrf52811_a-diag.o): In function fds_test_init': /media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:669: undefined reference to fds_register'
/media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:675: undefined reference to fds_init' ../../../examples/platforms/nrf528xx/libopenthread-nrf52811.a(libopenthread_nrf52811_a-diag.o): In function fds_test_find_and_delete':
/media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:695: undefined reference to fds_record_find' /media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:701: undefined reference to fds_gc'
../../../examples/platforms/nrf528xx/libopenthread-nrf52811.a(libopenthread_nrf52811_a-diag.o): In function fds_test_write': /media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:618: undefined reference to fds_record_write'
../../../examples/platforms/nrf528xx/libopenthread-nrf52811.a(libopenthread_nrf52811_a-diag.o): In function fds_read': /media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:638: undefined reference to fds_record_find'
/media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:640: undefined reference to fds_record_open' /media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:657: undefined reference to fds_record_close'
../../../examples/platforms/nrf528xx/libopenthread-nrf52811.a(libopenthread_nrf52811_a-diag.o): In function fds_test_find_and_delete': /media/public01/webber/openthread/examples/../examples/platforms/nrf528xx/src/diag.c:697: undefined reference to fds_record_delete'
collect2: error: ld returned 1 exit status
Makefile:1668: recipe for target 'ot-rcp' failed
make[5]: *** [ot-rcp] Error 1
thanks
Webber