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

Compile Error on all NRF_LOG statements in SDK15.2

On SDK 15.2, all example have issues with all IDE on all NRF_LOG_INFO or NRF_LOG_DEBUG statements.  Its an Eclipse issue as everything still compiles fine. But I can't track down whats changed in SDK15.2 thats causing these errors.  This was never an issue on previous SDKs.

Thanks,

JB

Parents Reply Children
  • I did not get any errors with the latest Eclipse/CDT version at least. Although I did get some warnings about "unused" variables. So I'm not sure why it fails to resolve the NRF_LOG* macros in your case. In case you are considering to upgrade your Eclipse version, note that the GNU MCU eclipse plug-in currently recommends Eclipse v.4.7 Oxygen (I have not tested SDK 15.2 examples with Oxygen).  

    I would recommend you to consider Segger Embedded Studio as an alternative Eclipse. It is now officially supported by our SDKs.

Related