Hi,
I'm trying to pass to v3.0.0 from 2.6.0. I've install the new toolchain from nrf connect desktop app, everything works. I go to vscode add new build configuration, selected the new sdk

Select my custom board build with nrf9151, and try to build, I got this error
Parsing /opt/nordic/ncs/v3.0.0/zephyr/share/sysbuild/Kconfig /opt/nordic/ncs/v3.0.0/zephyr/scripts/kconfig/kconfig.py: soc/Kconfig.v2:39: '/Users/sim/Documents/workspace_dev/GG/app_gg/build_gg_v3/Kconfig/soc/Kconfig.soc' not found (in 'source "$(KCONFIG_BINARY_DIR)/soc/Kconfig.soc"'). Check that environment variables are set correctly (e.g. $srctree, which is set to '/opt/nordic/ncs/v3.0.0/zephyr'). Also note that unset environment variables expand to the empty string.
Should I change my custom board definition or smething else ?



