nRF5-SDK-for-Mesh icon indicating copy to clipboard operation
nRF5-SDK-for-Mesh copied to clipboard

Fix logging

Open Dirk007 opened this issue 5 years ago • 1 comments

Added libraries (source) and includes to fix cmaked builds that have NRF_LOG_ENABLED set to 1. Now, logging works.

Fixes in detail:

In file included from /something/nRF5SDK/components/libraries/log/nrf_log_ctrl.h:59,
                 from /something/nRF5SDK/components/ble/peer_manager/gatt_cache_manager.c:64:
/something/nRF5SDK/components/libraries/log/nrf_log_backend_interface.h:54:10: fatal error: nrf_memobj.h: No such file or directory
 #include "nrf_memobj.h"

and it's recursive dependencies (balloc, strfmt, ...)

Dirk007 avatar Jun 06 '19 08:06 Dirk007

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 06 '19 08:06 CLAassistant