Hi, the reason for that error is that you haven't set the variable sourcecode_root, see the picture below. This variable should be the location of your ncs-folder.
Best regards,
Heidi
Hi Heidi,
Appreciate your quick support.
We set this path of where ncs folder is there. but still the error exist while verifying. please find the attached snapshot.
Could you run
west config zephyr.base
inside your ncs folder and provide the output?
And if that does not work locate the config file inside ncs\.west and provide it here.
Hi Heidi,
This i have already tried.
Could you open to config file and paste the contents here?
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = github.com/.../fw-nrfconnect-nrf
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = github.com/.../fw-nrfconnect-nrf
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
Could you add the following lines
[manifest]
path = nrf
[zephyr]
base = zephyr
Hi,
After editing the config file is it ok to save in txt format or batch file ?
Just save as type "All Files (*.*)"
Hi Heidi,
I have done this too. Config file saving in txt format. after changing config file also same error exist( config file is missing)
It should not be a text file. Can you confirm that the config file without an extension (the one with just type 'File') contains the following lines
[manifest]
path = nrf
[zephyr]
base = zephyr