This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

After installing the latest sdk I got at_cmd_parser.h error.

I tried to change the path but didn't work for some reason.

Parents
  • Hi!

    What NCS tag are you on? 

    at_cmd_parser.h was moved to ncs/nrf/include/modem a few tags back, so all includes of this file should be #include <modem/at_cmd_parser.h>

    Just changing this line won't work, as there are probably a lot of there small changes made. You need to make sure when running an older application, that you run it in the correct NCS tag.

    Best regards,

    Heidi

Reply
  • Hi!

    What NCS tag are you on? 

    at_cmd_parser.h was moved to ncs/nrf/include/modem a few tags back, so all includes of this file should be #include <modem/at_cmd_parser.h>

    Just changing this line won't work, as there are probably a lot of there small changes made. You need to make sure when running an older application, that you run it in the correct NCS tag.

    Best regards,

    Heidi

Children
No Data
Related