This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK16.0 Keil5.26 building error

Hello, I encountered the following error when compiling the SDK16.0.0 with keil5.26, how to solve it?

compiling system_nrf52840.c...
RTE\Device\nRF52840_xxAA\system_nrf52840.c(29): error: #5: cannot open source input file "nrf_erratas.h": No such file or directory
#include "nrf_erratas.h"
RTE\Device\nRF52840_xxAA\system_nrf52840.c: 0 warnings, 1 error
".\_build\nrf52840_xxaa.axf" - 1 Error(s), 0 Warning(s).
Target not created.

Related