Build error while running DFU over bluetooth Sample in BL653 board.

Hi,

I am using Nrf Connect Sdk version 1.9.1. I am trying to build the sample code for Ble DFU using BL653 board. The link of sample code is here

I am getting Kconfig warnings and Cmake error when I try to build the same. The error is as follows:

error: Aborting due to Kconfig warnings

CMake Error at D:/nrf/v1.9.1/zephyr/cmake/kconfig.cmake:272 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  D:/nrf/v1.9.1/zephyr/cmake/app/boilerplate.cmake:544 (include)
  D:/nrf/v1.9.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  D:/nrf/v1.9.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
  CMakeLists.txt:44 (find_package)


-- Configuring incomplete, errors occurred!
CMake Error at D:/nrf/v1.9.1/nrf/cmake/multi_image.cmake:409 (message):
  CMake generation for mcuboot failed, aborting.  Command: 1
Call Stack (most recent call first):
  D:/nrf/v1.9.1/nrf/cmake/multi_image.cmake:150 (add_child_image_from_source)
  D:/nrf/v1.9.1/nrf/modules/mcuboot/CMakeLists.txt:216 (add_child_image)


-- Configuring incomplete, errors occurred!
See also "D:/learning/Project5/peripheral_lbs_BLE_DFU/build/CMakeFiles/CMakeOutput.log".
See also "D:/learning/Project5/peripheral_lbs_BLE_DFU/build/CMakeFiles/CMakeError.log".
FATAL ERROR: command exited with status 1: 'd:\nrf\v1.9.1\toolchain\opt\bin\cmake.EXE' '-DWEST_PYTHON=d:\nrf\v1.9.1\toolchain\opt\bin\python.exe' '-Bd:\learning\Project5\peripheral_lbs_BLE_DFU\build' '-Sd:\learning\Project5\peripheral_lbs_BLE_DFU' -GNinja -DBOARD=bl653_dvk -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DBOARD_ROOT:STRING=d:/learning/Project5/peripheral_lbs_BLE_DFU

What could be the issue and how to solve this issue?

Parents Reply Children
No Data
Related