nrf Connect SDK openthread coap client and server examples on zephyr 4.0.99

Hi.

I would like con build nrf Connect OT COAP Client and Server on a zephyr 4.0.99 / toolchain: zephyr 0.17.0

I have downloaded nrf sdk 2.9.99

running:

 west build -b=nrf52840dk/nrf52840  -p

I get the following errors:

/workspaces/zephyrbox-uoscore-uedhoc/coap-client/prj.conf:8: warning: attempt to assign the value 'y' to the undefined symbol DK_LIBRARY

/workspaces/zephyrbox-uoscore-uedhoc/coap-client/prj.conf:12: warning: attempt to assign the value 'y' to the undefined symbol COAP_UTILS

/workspaces/zephyrbox-uoscore-uedhoc/coap-client/prj.conf:27: warning: attempt to assign the value '0x8000' to the undefined symbol PM_PARTITION_SIZE_SETTINGS_STORAGE

/workspaces/zephyrbox-uoscore-uedhoc/coap-client/prj.conf:36: warning: attempt to assign the value 'n' to the undefined symbol MBEDTLS_SHA1_C
Parsing /workspaces/zephyrbox-uoscore-uedhoc/coap-client/Kconfig
Loaded configuration '/home/ubuntu/zephyrproject/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840_defconfig'
Merged configuration '/workspaces/zephyrbox-uoscore-uedhoc/coap-client/prj.conf'

error: Aborting due to Kconfig warnings

What nrf SDK version should I run?

Thanks in advance.

Best regards, Gabi.

Related