I am using nrf connect sdk 1.7.99 with nrf5340dk. When building the ncs/zephyr/samples/net/socket/echo_server sample with the following command:
west build -b nrf5340dk_nrf5340_cpuapp -- -DCONF_FILE="prj.conf overlay-ot.conf"
I receive the following warning message:
CMake Warning at /home/k/ncs/nrfxlib/nrf_802154/sl/sl/CMakeLists.txt:14 (message):
This combination of SoC and floating point ABI is not supported by the
nrf_802154_sl lib.(/home/k/ncs/nrfxlib/nrf_802154/sl/sl/lib/nRF5340_CPUAPP/soft-float
doesn't exist.)
What are the recommended zephyr CONFIG settings related to the floating point ABI for the nrf5340?
Thank you,
Jan Erik