Hi,
SES Nordic Edition has been updated to v4.16. Could you try downloading that one (link found in nRF connect app "Getting started assistant") to see if this issue disappears?
Kind regards,
Håkon
I am using the updated version ony.But the problem still exists.
the board type is the same as you have mentioned.The build still gives the same errors.
Did you delete the build directory before re-importing the project? That is the path set in the last box ("Build Directory").
This is important, as CMake can cache former set values.
Yes, I tried doing that just now but no success.
What else should I do so that these errors can be removed?
Could you verify the tag that you are working on (go into each repo individually and check "git log" then copy in the commit hash in this thread), and that there are no other changes in your repo's that might affect the compilation ("git status" will show any changed files) ?
Have you tried to compile any other examples to see if they also fail?
Kind regards,
Håkon
Could you verify the tag that you are working on (go into each repo individually and check "git log" then copy in the commit hash in this thread), and that there are no other changes in your repo's that might affect the compilation ("git status" will show any changed files) ?
Have you tried to compile any other examples to see if they also fail?
Kind regards,
Håkon
The other examples are getting complied properly.
Ok, that is good. Have you tried cleaning the repo, using "git clean -fdx" (note: will remove untracked files!), or cloned it in a fresh folder?
I cleaned the repo and tried to build it again but the errors are still there.
Can you suggest any other methods to remove the errors please?
Thank you.
Could you share your project with me so I can try to recreate this issue? .zip the whole "nrf" catalogue, and upload it here.
Kind regards,
Håkon