Creating solution I2S_MIC_BLE.emProject
C:/v1.9.1/toolchain/opt/bin/cmake.exe -GNinja -DBOARD=nrf5340dk_nrf5340_cpuapp -DBOARD_DIR=C:\v1.9.1\zephyr\boards\arm\nrf5340dk_nrf5340 -BC:\v1.9.1\zephyr\samples\My_Projects\I2S_MIC_BLE\build_nrf5340dk_nrf5340_cpuapp -SC:\v1.9.1\zephyr\samples\My_Projects\I2S_MIC_BLE -DNCS_TOOLCHAIN_VERSION=1.9.1 -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:\v1.9.1\toolchain\segger_embedded_studio/html/configure_nordic_project_menuconfig.py
-- Application: C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE
-- Zephyr version: 2.7.99 (C:/v1.9.1/zephyr), build: v2.7.99-ncs1-1
-- Found Python3: C:/v1.9.1/toolchain/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter 
-- Found west (found suitable version "0.12.0", minimum required is "0.7.1")
-- Board: nrf5340dk_nrf5340_cpuapp
-- Cache files will be written to: C:/v1.9.1/zephyr/.cache
-- Found dtc: C:/v1.9.1/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found toolchain: gnuarmemb (C:/v1.9.1/toolchain/opt)
-- Found BOARD.dts: C:/v1.9.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp.dts
-- Generated zephyr.dts: C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE/build_nrf5340dk_nrf5340_cpuapp/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE/build_nrf5340dk_nrf5340_cpuapp/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE/build_nrf5340dk_nrf5340_cpuapp/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE/build_nrf5340dk_nrf5340_cpuapp/zephyr/dts.cmake
Parsing C:/v1.9.1/zephyr/Kconfig
Loaded configuration 'C:/v1.9.1/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp_defconfig'
Merged configuration 'C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE/prj.conf'
-- Configuring incomplete, errors occurred!
-- Using NCS Toolchain 1.9.1 for building. (C:/v1.9.1/toolchain/cmake)

warning: SPM_NRF_I2S0_NS (defined at C:/v1.9.1/nrf\subsys\spm/Kconfig:354) was assigned the value
'y' but got the value 'n'. Check these unsatisfied dependencies: IS_SPM (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_SPM_NRF_I2S0_NS.html and/or look up
SPM_NRF_I2S0_NS in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


warning: BT_CTLR_RX_BUFFERS (defined at subsys/bluetooth\controller/Kconfig:192) was assigned the
value '2' but got the value ''. Check these unsatisfied dependencies: BT_CTLR (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_BT_CTLR_RX_BUFFERS.html and/or look up
BT_CTLR_RX_BUFFERS in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: BT_CTLR_DATA_LENGTH_MAX (defined at subsys/bluetooth\controller/Kconfig:367) was assigned
the value '251' but got the value ''. Check these unsatisfied dependencies: BT_CTLR_DATA_LENGTH
(=n), BT_CTLR (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_BT_CTLR_DATA_LENGTH_MAX.html and/or
look up BT_CTLR_DATA_LENGTH_MAX in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.


warning: BT_CTLR_PHY_2M (defined at subsys/bluetooth\controller/Kconfig:451) was assigned the value
'y' but got the value 'n'. Check these unsatisfied dependencies: (BT_CTLR_PHY || BT_CTLR_ADV_EXT)
(=n), BT_CTLR_PHY_2M_SUPPORT (=n), BT_CTLR (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_BT_CTLR_PHY_2M.html and/or look up
BT_CTLR_PHY_2M in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.


C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE/prj.conf:35: warning: attempt to assign the value 'n' to the undefined symbol BT_NUS_SECURITY_ENABLED

C:/v1.9.1/zephyr/samples/My_Projects/I2S_MIC_BLE/prj.conf:36: warning: attempt to assign the value '100' to the undefined symbol BT_NUS_UART_BUFFER_SIZE

error: Aborting due to Kconfig warnings

CMake Error at C:/v1.9.1/zephyr/cmake/kconfig.cmake:272 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:/v1.9.1/zephyr/cmake/app/boilerplate.cmake:544 (include)
  CMakeLists.txt:3 (include)



error: cmake failed
create_nordic_project.py failed (1)
