Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

[SOLVED] "nrf_fprintf.h" - no such file. nRF52. Using UART Logging.

I'm trying to get nRF UART logging to work and have included all the nRF_Log libraries as per the blinky example (which works).

However, upon building, I'm getting 

"nrf_fprintf.h" - no such file

in nrf_log_backend_serial.h

What am I not doing?

[SOLVED] Segger embedded Studio does not read include paths from project folders in IDE. One has to add them manually through 

Project->Edit options->Preprocessor->User Include Directories

Related