Adding Build Configuration make a error,how to solve it?

Hello,i am trying to use the ncs for vscode.My ncs sdk version is 2.3.0.I make a sample of center_uart.When i add the build configuration,there are some error.

The terminator show as follow:

 正在执行任务: nRF Connect: Generate config nrf52833dk_nrf52833 for NCS/central_uart/central_uart 

Building central_uart
west build --build-dir l:\vscode\NCS\central_uart\central_uart\build l:\vscode\NCS\central_uart\central_uart --pristine --board nrf52833dk_nrf52833 -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE"

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: L:/vscode/NCS/central_uart/central_uart
-- Found Python3: C:/ncs/toolchains/v2.3.0/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter 
-- Cache files will be written to: C:/ncs/v2.3.0/zephyr/.cache
-- Zephyr version: 3.2.99 (C:/ncs/v2.3.0/zephyr)
-- Found west (found suitable version "0.14.0", minimum required is "0.7.1")
CMake Error at C:/ncs/v2.3.0/zephyr/cmake/modules/zephyr_module.cmake:72 (message):
  Unmet or cyclic dependencies in modules:

  C:/ncs/v2.3.0/nrfxlib depends on: ['hal_nordic']

  

Call Stack (most recent call first):
  C:/ncs/v2.3.0/zephyr/cmake/modules/zephyr_default.cmake:108 (include)
  C:/ncs/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v2.3.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:8 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'c:\ncs\toolchains\v2.3.0\opt\bin\cmake.EXE' '-DWEST_PYTHON=c:\ncs\toolchains\v2.3.0\opt\bin\python.exe' '-Bl:\vscode\NCS\central_uart\central_uart\build' -GNinja -DBOARD=nrf52833dk_nrf52833 -DNCS_TOOLCHAIN_VERSION:STRING=NONE '-Sl:\vscode\NCS\central_uart\central_uart'

 *  终端进程已终止,退出代码: 1。 
 *  终端将被任务重用,按任意键关闭。 

what is this problem?can you help me solve this problem?

Related