Compile issue in the V2.9.0 of NCS for the nRF5340

Hi Nordic teams,

There is have issue when I compile the V2.9.0. For more details

C:\ncs\v2.9.0\nrf\applications\nrf5340_audio>west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=1 -DCONF_FILE=prj.conf
-- west build: making build dir C:\ncs\v2.9.0\nrf\applications\nrf5340_audio\build pristine
-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: C:/Python312/python.exe (found suitable version "3.12.2", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: C:/ncs/v2.5.2/zephyr/.cache
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
CMake Error at cmake/modules/sysbuild_default.cmake:12 (include):
include could not find requested file:

yaml
Call Stack (most recent call first):
C:/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
C:/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
C:/ncs/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
template/CMakeLists.txt:10 (find_package)


CMake Error at C:/ncs/v2.5.2/zephyr/cmake/modules/extensions.cmake:2341 (message):
zephyr_file(APPLICATION_ROOT <val> ...) given unknown arguments:
BASE_DIR;C:/ncs/v2.9.0/nrf/applications/nrf5340_audio
Call Stack (most recent call first):
cmake/modules/sysbuild_root.cmake:36 (zephyr_file)
cmake/modules/sysbuild_default.cmake:13 (include)
C:/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
C:/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
C:/ncs/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' -DWEST_PYTHON=C:/Python312/python.exe '-BC:\ncs\v2.9.0\nrf\applications\nrf5340_audio\build' -GNinja -DBOARD=nrf5340_audio_dk_nrf5340_cpuapp -DCONFIG_AUDIO_DEV=1 -DCONF_FILE=prj.conf '-SC:\ncs\v2.9.0\zephyr\share\sysbuild' '-DAPP_DIR:PATH=C:\ncs\v2.9.0\nrf\applications\nrf5340_audio'

Could you tell me what the problem is? how to fixed it?(Note, It compiles is done when I choose the V2.5.2)

Best Regards!

Yin

Parents Reply Children
Related