nRF54L15 custom board file --- Will not build

I get this error after creating a custom board

C:/ncs/v3.1.0/nrf/subsys/mpsl/init/mpsl_init.c: In function 'm_config_clock_source_get':
C:/ncs/v3.1.0/nrf/subsys/mpsl/init/mpsl_init.c:335:10: error: #error "Clock source is not supported or not defined"
335 | #error "Clock source is not supported or not defined"
| ^~~~~
C:/ncs/v3.1.0/nrf/subsys/mpsl/init/mpsl_init.c: In function 'mpsl_lib_init_internal':
C:/ncs/v3.1.0/nrf/subsys/mpsl/init/mpsl_init.c:377:34: error: 'CONFIG_CLOCK_CONTROL_NRF_ACCURACY' undeclared (first use in this function); did you mean 'CONFIG_CLOCK_CONTROL_NRF_FORCE_ALT'?
377 | clock_cfg.accuracy_ppm = CONFIG_CLOCK_CONTROL_NRF_ACCURACY;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| CONFIG_CLOCK_CONTROL_NRF_FORCE_ALT

If i use nrf54l15dk/nrf54l15/cpuapp board target all works.......

So it looks like the Create new board function is not working correctly ?

Related