This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

can't compile the coap_client example for the nRF9160

Hi,

i'm trying to compile the cellular coap_client for the nRF9160 but i get the following error:

"/ncs/v1.4.2/zephyr/subsys/net/lib/openthread/platform/radio.c:189:33: error: 'CONFIG_NET_CONFIG_IEEE802154_DEV_NAME' undeclared (first use in this function)"

here also my setting for this project:

Parents Reply
  • hi,
    first of all thank you very much for the quick answer.
    unfortunately it was not enough to change  the path for the build directory from:
    ..../ncs/v1.4.2/nrf/samples/openthread/coap_client/build_nrf9160dk_nrf9160ns
    to
    ..../ncs/v1.4.2/nrf/samples/nrf9160/coap_client/build_nrf9160dk_nrf9160ns

    The error still exists!


    is maybe an additional modification from the path somewhere else needed?

Children
No Data
Related