nRF Connect for VS Code SDK v2.3.0 failed to build!

Hi,

I am using nRF Connect for VS Code extension for development on nRF52833 DK. SDK installed in 'C' Drive. project folders maintained in 'D' Drive. i am trying to build its failed to configured since 29-04-2023. before that day its working fine. but when i move my project in 'C' drive it build fine. but it messed up my work flow? kindly help me out from this mess.

log:

* Executing task: nRF Connect: Generate config blank_baord for test1/hello_world

Building hello_world
C:\Windows\system32\cmd.exe /d /s /c "west build --build-dir d:\test1\hello_world\build d:\test1\hello_world --pristine --board blank_baord -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE" -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y -DBOARD_ROOT:STRING="/test1/hello_world/src;/test1;d:/test1""

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: D:/test1/hello_world
-- 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")
-- Board: blank_baord
-- Found host-tools: zephyr 0.15.2 (C:/ncs/toolchains/v2.3.0/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.15.2 (C:/ncs/toolchains/v2.3.0/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/v2.3.0/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found BOARD.dts: /test1/boards/arm/blank_baord/blank_baord.dts
-- Generated zephyr.dts: D:/test1/hello_world/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: D:/test1/hello_world/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: D:/test1/hello_world/build/zephyr/dts.cmake
Parsing C:/ncs/v2.3.0/zephyr/Kconfig
C:/ncs/v2.3.0/zephyr/scripts/kconfig/kconfig.py: Kconfig.zephyr:22: '/test1/boards/arm/blank_baord/Kconfig.defconfig' not found (in 'source "$(BOARD_DIR)/Kconfig.defconfig"'). Check that environment variables are set correctly (e.g. $srctree, which is set to 'C:/ncs/v2.3.0/zephyr'). Also note that unset environment variables expand to the empty string.
CMake Error at C:/ncs/v2.3.0/zephyr/cmake/modules/kconfig.cmake:328 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/ncs/v2.3.0/nrf/cmake/modules/kconfig.cmake:29 (include)
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:5 (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' '-Bd:\test1\hello_world\build' -GNinja -DBOARD=blank_baord -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y '-DBOARD_ROOT:STRING=/test1/hello_world/src;/test1;d:/test1' '-Sd:\test1\hello_world'

* The terminal process terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.

Parents Reply Children
Related