Can not build sample bluetooth\peripheral_lbs from Linux nrf connect sdk: undefined symbols

Hi,

I am trying to build the bluetooth sample peripheral_lbs from the nrfconnect sdk. I get the following errors:

/home/newtrax/workspace/sdk-nrf/samples/bluetooth/peripheral_lbs/prj.conf:6: warning: attempt to assign the value 'y' to the undefined symbol NCS_SAMPLES_DEFAULTS

/home/newtrax/workspace/sdk-nrf/samples/bluetooth/peripheral_lbs/prj.conf:13: warning: attempt to assign the value 'y' to the undefined symbol BT_LBS

/home/newtrax/workspace/sdk-nrf/samples/bluetooth/peripheral_lbs/prj.conf:14: warning: attempt to assign the value 'y' to the undefined symbol BT_LBS_POLL_BUTTON

/home/newtrax/workspace/sdk-nrf/samples/bluetooth/peripheral_lbs/prj.conf:15: warning: attempt to assign the value 'y' to the undefined symbol DK_LIBRARY

My build command is :

west build  -b nrf5340dk_nrf5340_cpuapp .

My nrf connect sdk version is 1.7.99

Has anyone encountered (and solved) the same problem ?

Philippe

Related