Build error: undefined reference to `z_nrf_clock_control_lf_on'

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:

Parents
  • I have found the issue: I have accidentally deleted the following code from .dts Expressionless, sorry and thank you for all the effort!

    &clock {
        status = "okay";
    };
Reply
  • I have found the issue: I have accidentally deleted the following code from .dts Expressionless, sorry and thank you for all the effort!

    &clock {
        status = "okay";
    };
Children