Hi, could you please point me towards how to solve the following:
CMake Warning at C:/ncs/v2.6.2/zephyr/CMakeLists.txt:862 (message):
No SOURCES given to Zephyr library: drivers__clock_control
Excluding target from build.
At the build end, this ends in "undefined reference to `z_nrf_clock_control_lf_on'" build error
Thank you
nrf9161, not sure if this could be related to: Build error: 'HUK_KEYSLOT_MEXT' undeclared (another ticket posted)
The prj.conf:
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CONFIG_CLOCK_CONTROL=y
#### "debugging" ##########################################
### debug network timing
# CONFIG_NET_LOG=y
### debug MQTT timing
# CONFIG_MQTT_LOG_LEVEL_DBG=y
### debug optimizations (-Og)
CONFIG_DEBUG=y
CONFIG_DEBUG_OPTIMIZATIONS=y
CONFIG_DEBUG_THREAD_INFO=y
### to try to debug unwanted soft resets (n=not resetting):
CONFIG_RESET_ON_FATAL_ERROR=n
# Enable SEGGER RTT
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
# Increase the log buffer size (in bytes)
CONFIG_LOG_BUFFER_SIZE=4096
# Enable asynchronous logging (optional, for better performance)
CONFIG_LOG_MODE_DEFERRED=y