I updated to SDK v1.0.0 today and have not been able to build sample or application solutions since. I updated the SDK, modem FW, and SES.
For example, when I open and try to build the solution for the at_client, when compiling at_cmd.c, it cannot find bsd_limits.h.
I thought that something didn't go right when I did the update to v1.0.0, using these commands:
cd ncs/nrf git checkout master git pull git checkout v1.0.0 west update
So I deleted the entire ncs directory and started over, using the getting started guide in the nRF Connect app, including the steps to install the Python modules.
Same results.
The at_client sample project is here:
The at_cmd project is here:
and the file bsd_limits.h is here:
I'm not used to the SES environment, and am not sure how the at_cmd project specifies where to find the bsd_limits.h include file, so I'm not exactly sure what's wrong.
Can you point me in the right direction?