Build started: Project: uart
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Target 1'
assembling arm_startup_nrf52820.s...
compiling main.c...
compiling system_nrf52.c...
C:\Users\walter\AppData\Local\Arm\Packs\NordicSemiconductor\nRF_DeviceFamilyPack\8.46.0\Device\Include\system_nrf52_approtect.h(41): warning: #260-D: explicit type is missing ("int" assumed)
static inline void nrf52_handle_approtect(void)
C:\Users\walter\AppData\Local\Arm\Packs\NordicSemiconductor\nRF_DeviceFamilyPack\8.46.0\Device\Include\system_nrf52_approtect.h(41): error: #65: expected a ";"
static inline void nrf52_handle_approtect(void)
RTE/Device/nRF52820_xxAA/system_nrf52.c(38): warning: #12-D: parsing restarts here after previous syntax error
uint32_t SystemCoreClock __attribute__((used)) = __SYSTEM_CLOCK_64M;
RTE/Device/nRF52820_xxAA/system_nrf52.c(272): warning: #223-D: function "nrf52_handle_approtect" declared implicitly
nrf52_handle_approtect();
RTE/Device/nRF52820_xxAA/system_nrf52.c: 3 warnings, 1 error
".\Objects\example.axf" - 1 Error(s), 3 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01