nRF54L15-DK build radio test error: "could not load cache"

Hi,

I am currently using 54L15-DK to create a radio test example, but there is a problem when I build the project:
- sdk version: v2.9.0
- toolchain version: v2.9.1

-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: D:/PROJECT/ncs/toolchains/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: D:/PROJECT/ncs/v2.9.0/zephyr/.cache
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
Parsing D:/PROJECT/ncs/v2.9.0/zephyr/share/sysbuild/Kconfig
Loaded configuration 'D:/PROJECT/ncs/myapps/radio_test/build/_sysbuild/empty.conf'
Merged configuration 'd:/PROJECT/ncs/myapps/radio_test/sysbuild.conf'
Configuration saved to 'D:/PROJECT/ncs/myapps/radio_test/build/zephyr/.config'
Kconfig header saved to 'D:/PROJECT/ncs/myapps/radio_test/build/_sysbuild/autoconf.h'
-- west build: building application
Error: could not load cache
FATAL ERROR: command exited with status 1: 'D:\PROJECT\ncs\toolchains\toolchains\b620d30767\opt\bin\cmake.EXE' --build 'd:\PROJECT\ncs\myapps\radio_test\build'

--build setting

Related