Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Error when  i changed NRF_LOG_ENABLED from 0 to 1

Hi,

When i changed NRF_LOG_ENABLED from 0 to 1  in file sdk_config.h returns the following error

1> Linking tdoa_tag.elf
1> E:/gcc/arm-none-eabi/bin/ld: Output/Debug/Obj/tdoa_tag/app_error_weak.o: in function `app_error_fault_handler':
1> F:\VIVEK\Test Area\DWM1001C_TDoA_Tag\components\libraries\util/app_error_weak.c:59: undefined reference to `nrf_log_panic'
1> E:/gcc/arm-none-eabi/bin/ld: F:\VIVEK\Test Area\DWM1001C_TDoA_Tag\components\libraries\util/app_error_weak.c:59: undefined reference to `nrf_log_frontend_dequeue'
1> E:/gcc/arm-none-eabi/bin/ld: F:\VIVEK\Test Area\DWM1001C_TDoA_Tag\components\libraries\util/app_error_weak.c:77: undefined reference to `nrf_log_frontend_std_2'
1> E:/gcc/arm-none-eabi/bin/ld: F:\VIVEK\Test Area\DWM1001C_TDoA_Tag\components\libraries\util/app_error_weak.c:85: undefined reference to `nrf_log_frontend_std_5'
1> E:/gcc/arm-none-eabi/bin/ld: F:\VIVEK\Test Area\DWM1001C_TDoA_Tag\components\libraries\util/app_error_weak.c:91: undefined reference to `nrf_log_frontend_std_0'
1> E:/gcc/arm-none-eabi/bin/ld: F:\VIVEK\Test Area\DWM1001C_TDoA_Tag\components\libraries\util/app_error_weak.c:95: undefined reference to `nrf_log_frontend_std_1'
1> E:/gcc/arm-none-eabi/bin/ld: F:\VIVEK\Test Area\DWM1001C_TDoA_Tag\components\libraries\util/app_error_weak.c:109: undefined reference to `m_nrf_log_app_logs_data_const'
Build failed
Parents Reply Children
No Data
Related