prj.conf: warning: attempt to assign the value 'n' to the undefined symbol BT_TINYCRYPT_ECC

I am using nrf5340 audio dk, v3.0.2 SDK. I added CONFIG_BT_TINYCRYPT_ECC=n in prj.conf and got this error: C:/ncs/bumble/hci_uart_0806/prj.conf:23: warning: attempt to assign the value 'n' to the undefined symbol BT_TINYCRYPT_ECC.

 *  Executing task: nRF Connect: Build: hci_uart_0806/hci_uart_0806 (active) 

Building hci_uart_0806
C:\Windows\system32\cmd.exe /d /s /c "west build --build-dir c:/ncs/bumble/hci_uart_0806/build --domain hci_uart_0806"

-- west build: building domain(s): hci_uart_0806
[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/ncs/bumble/hci_uart_0806
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v3.0.2/zephyr/.cache
-- Zephyr version: 4.0.99 (C:/ncs/v3.0.2/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf5340_audio_dk, qualifiers: nrf5340/cpuapp
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v3.0.2/zephyr/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp.dts
-- Generated zephyr.dts: C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/zephyr/edt.pickle
-- Generated zephyr.dts: C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/zephyr/dts.cmake

warning: BT_CTLR_DTM_HCI (defined at subsys/bluetooth\controller\Kconfig.dtm:14) was assigned the
value 'y' but got the value 'n'. Check these unsatisfied dependencies: BT_CTLR_DTM_HCI_SUPPORT (=n),
HAS_BT_CTLR (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_CTLR_DTM_HCI
and/or look up BT_CTLR_DTM_HCI 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_ASSERT_HANDLER (defined at subsys/bluetooth\controller/Kconfig:1108) was assigned
the value 'y' but got the value 'n'. Check these unsatisfied dependencies: HAS_BT_CTLR (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_CTLR_ASSERT_HANDLER and/or look up
BT_CTLR_ASSERT_HANDLER 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:/ncs/bumble/hci_uart_0806/prj.conf:23: warning: attempt to assign the value 'n' to the undefined symbol BT_TINYCRYPT_ECC
Parsing C:/ncs/v3.0.2/zephyr/Kconfig
Loaded configuration 'C:/ncs/v3.0.2/zephyr/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_defconfig'
Merged configuration 'C:/ncs/bumble/hci_uart_0806/prj.conf'
Merged configuration 'C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/zephyr/.config.sysbuild'

error: Aborting due to Kconfig warnings

CMake Error at C:/ncs/v3.0.2/zephyr/cmake/modules/kconfig.cmake:396 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:/ncs/v3.0.2/nrf/cmake/modules/kconfig.cmake:36 (include)
  C:/ncs/v3.0.2/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!
See also "C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/CMakeFiles/CMakeOutput.log".
See also "C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806/CMakeFiles/CMakeError.log".
FAILED: build.ninja 
C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe --regenerate-during-build -SC:\ncs\bumble\hci_uart_0806 -BC:\ncs\bumble\hci_uart_0806\build\hci_uart_0806
ninja: error: rebuilding 'build.ninja': subcommand failed
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' --build C:/ncs/bumble/hci_uart_0806/build/hci_uart_0806

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

Parents Reply Children
No Data
Related