Build Errors when trying Zephyr sample for wifi

Hello,

   I am trying to play with zephyr networking samples on my nRF5340 + nRF7002 EK devkit board.

I am using NCS 2.7.0 release SDK. i was able to build and run some Wi-Fi samples in the SDK.

Now i want to run some samples from zephyr networking as documented here
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi_zephyr.html

However compilation is failing when i try to compile samples here. i tried `dhcpv4_client` and `mqtt_publisher` and both of them gave this error

"/Desktop/technical/ncs/nrf/modules/hostap/src/supp_main.c:623: undefined reference to `__device_dts_ord_6'"

I just added WiFi credentials in the overlay other than that i am using the SDK as is via commandline.

I checked the build zephyr.dts file in the build folder and i do see `zephyr,wifi = &nordic_wlan0;` 

Am i missing something in my setup?

Parents Reply Children
No Data
Related