Hi,
I'm having issues with building sample applications for nRF9160. I'm constantly receiving warning about BSD_LIBRARY wrong value assigned like below:
C:\Users\lszel\Source\ncs\nrf\samples\nrf9160\http_application_update\build>cmake -GNinja -DBOARD=nrf9160_pca10090 ..
-- Using application from 'C:/Users/lszel/Source/ncs/nrf/samples/nrf9160/http_application_update'
Zephyr version: 1.14.99
-- Found PythonInterp: C:/Python37/python.exe (found suitable version "3.7.4", minimum required is "3.4")
-- Selected BOARD nrf9160_pca10090
-- Found west: C:/Python37/Scripts/west.exe (found suitable version "0.6.0", minimum required is "0.6.0")
-- Cache files will be written to: C:\Users\lszel\AppData\Local/.cache/zephyr
-- Loading C:/Users/lszel/Source/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
-- Overlaying C:/Users/lszel/Source/ncs/zephyr/dts/common/common.dts
Device tree configuration written to C:/Users/lszel/Source/ncs/nrf/samples/nrf9160/http_application_update/build/zephyr/include/generated/generated_dts_board.conf
warning: BSD_LIBRARY (defined at C:/Users/lszel/Source/ncs/nrf\lib\bsdlib/Kconfig:8) was assigned
the value 'y' but got the value 'n'. You can check symbol information (including dependencies) in
the 'menuconfig' interface (see the Application Development Primer section of the manual), or in the
Kconfig reference at docs.zephyrproject.org/.../CONFIG_BSD_LIBRARY.html
(which is updated regularly from the master branch). See the 'Setting configuration values' section
of the Board Porting Guide as well.
The same happens when I'm trying to configure mqtt sample. Build fails due to missing bsd_limits.h file.
I have clean SDK installation. Problem happens for both v1.0.0 and master tags.
Any ideas what's wrong?
Best,
Lukasz