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

compiler ERROR UART code

Hi, i have been working on initializing the UART periferial based on the UART example in the SDK5. I got following error.

1> error: unplaced section: .log_dynamic_data_balloc_log_mempool [nrf_log_frontend.o], size=4, align=2
1> error: unplaced section: .log_const_data_app [nrf_log_frontend.o], size=8, align=4
1> error: unplaced section: .nrf_balloc [nrf_log_frontend.o], size=28, align=4
1> error: unplaced section: .log_dynamic_data_app [nrf_log_frontend.o], size=4, align=2
1> error: undefined symbol: __start_log_const_data
1> error: undefined symbol: __start_log_filter_data

I know that i probably missed a header file or something simular but i was not able to find out which.

Please help

Related