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.
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
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?
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
Hi,
Thanks for the .zip. It build correctly at my end. Did you update the other repositories correctly (using "west update") according to the nRF Getting started assistant?
I suspect that there is something in one of the other repo's that is blocking you from successfully building the at_client.
Kind regards,
Håkon