Error while compiling nrf vs code

Hi,

I am using nRF5340 DK and nRF SDK V.2.6.1 for my project

While compiling the custom project in nrf vs code , I am getting the following error;

Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'B:\Nordic\toolchains\cf2149caf2\opt\bin\cmake.EXE' -DWEST_PYTHON=B:/Nordic/toolchains/cf2149caf2/opt/bin/python.exe '-Bb:\Nordic\ridegrid-dev-ananth-prod_release01\build' -GNinja '-Sb:\Nordic\ridegrid-dev-ananth-prod_release01'

In problem side;

Unknown symbol CONFIG_BT_SCAN

Unknown symbol CONFIG_BT_SCAN_FILTER_ENABLE

Unknown symbol CONFIG_BT_SCAN_UUID_CNT

Unknown symbol CONFIG_BT_SCAN_NAME_CNT

Unknown symbol CONFIG_BT_GATT_DM

Unknown symbol CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU

Unknown symbol CONFIG_NRF53_UPGRADE_NETWORK_CORE

Unknown symbol CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP

I can compile the example codes 

There is showing error only  while compiling the custom project in vs code

Thanks 

Parents
  • Sorry Sufaira for late reply. Somehow missed this from my visible queue.

    I am not sure what the issue here is. Seems like something could be with your toolchain or some missing configs in your prj.conf (Try adding CONFIG_BT_CENTRAL=y and CONFIG_MCUMGR=y) Verify that the dependencies for hci_ipc.conf are fulfilled for the network core. 

    If those did not work, you can attach your minimalistic project here and we can try to take a look.

Reply
  • Sorry Sufaira for late reply. Somehow missed this from my visible queue.

    I am not sure what the issue here is. Seems like something could be with your toolchain or some missing configs in your prj.conf (Try adding CONFIG_BT_CENTRAL=y and CONFIG_MCUMGR=y) Verify that the dependencies for hci_ipc.conf are fulfilled for the network core. 

    If those did not work, you can attach your minimalistic project here and we can try to take a look.

Children
No Data
Related