This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF 52 dk and rtc to display data and time(unix epoch).

sir/madam i am beginner in nrf52 i want to display time stamp using an in built rtc. i am using that nrf calender in github as reference i am getting the following 4 errore how can i correct them 

1> Compiling ‘nrf_log_backend_serial.c’

2> Compiling ‘nrf_log_backend_rtt.c’
3> Compiling ‘nrf_log_backend_uart.c’
4> Compiling ‘nrf_log_default_backends.c’
1> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_serial.c: No such file or directory
1> compilation terminated.
2> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_rtt.c: No such file or directory
2> compilation terminated.
3> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_uart.c: No such file or directory
3> compilation terminated.
4> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_default_backends.c: No such file or directory
4> compilation terminated.
Build failed

Related