I encountered an error while compiling NCS V3.0.0, simaple:channel_sounding_ras_reflector

ros E:/NCS/ncs/v3.0.0/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defin
ed -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefi
x-map=E:/NCS/ncs/v3.0.0/nrf/samples/bluetooth/channel_sounding_ras_reflector=CMAKE_SOURCE_DIR -fmacro-prefix-map=E:/NCS/ncs/v3.0.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=E:/NCS/ncs/v3.0.0=WEST_TOPDIR -
ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT modules/nrf/subsys/nrf_security/src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/E_/NCS/ncs/v3.0.0/modules/crypto/oberon-psa
-crypto/library/psa_crypto_slot_management.c.obj -MF modules\nrf\subsys\nrf_security\src\core\nrf_oberon\CMakeFiles\oberon_psa_core.dir\E_\NCS\ncs\v3.0.0\modules\crypto\oberon-psa-crypto\library\psa_c
rypto_slot_management.c.obj.d -o modules/nrf/subsys/nrf_security/src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/E_/NCS/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_slot_managemen
t.c.obj -c E:/NCS/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_slot_management.c
E:/NCS/ncs/v3.0.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_slot_management.c:1137:1: fatal error: opening dependency file modules\nrf\subsys\nrf_security\src\core\nrf_oberon\CMakeFiles\ober
on_psa_core.dir\E_\NCS\ncs\v3.0.0\modules\crypto\oberon-psa-crypto\library\psa_crypto_slot_management.c.obj.d: No such file or directory
1137 | }
| ^
compilation terminated.
[54/324] Building C object modules/nrf/subsys/nrf_security/src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/8c05d2a8bbb65ba6b684695defecd2d6/library/psa_crypto.c.obj
ninja: build stopped: subcommand failed.
FAILED: _sysbuild/sysbuild/images/channel_sounding_ras_reflector-prefix/src/channel_sounding_ras_reflector-stamp/channel_sounding_ras_reflector-build E:/NCS/ncs/v3.0.0/nrf/samples/bluetooth/channel_so
unding_ras_reflector/build/_sysbuild/sysbuild/images/channel_sounding_ras_reflector-prefix/src/channel_sounding_ras_reflector-stamp/channel_sounding_ras_reflector-build
cmd.exe /C "cd /D E:\NCS\ncs\v3.0.0\nrf\samples\bluetooth\channel_sounding_ras_reflector\build\channel_sounding_ras_reflector && E:\NCS\ncs\toolchains\0b393f9e1b\opt\bin\cmake.exe --build ."
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'E:\NCS\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' --build E:/NCS/ncs/v3.0.0/nrf/samples/bluetooth/channel_sounding_ras_reflector/build

Related