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.
Have you also updated the 4 repositories (nrf, zephyr, nrfxlib, mcuboot) to the tag shown in the getting started assistant?
If yes, could you try to delete the build folder (or specify another build folder) to see if this helps?
Cheers,
Håkon
How to delete the build folder.I mean where do you find it?
I had update the tag to v0.4.0 and proceeded with the next steps.
When configuring examples that communicates with the modem, remember to choose the board type "nrf9160_pca10090ns". This is important, if not it will not compile or work properly.
Cheers, Håkon
When configuring examples that communicates with the modem, remember to choose the board type "nrf9160_pca10090ns". This is important, if not it will not compile or work properly.
Cheers, Håkon
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