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

Logging in secure_bootloader example

Hi,

I'm using Secure_Bootloader example of SDK 15.0.0 and I can't get the Logger module to work. I set NRF_LOG_ENABLED to 1, increased memory regions in make file, so the bootloader fits to that.

But I'm getting errors from the linker:

undefined refernce to nrf_log_frontend_std_0

and other functions

Compiler: GCC 7.2.1

Someone has a glue, what's wrong?

Kind regards

Sascha Schmidt

Related