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

Can't compile multi_sensor example for Zigbee

For some reason I can no longer compile any Zigbee examples. 

The errors I am getting are below.

I have no idea what the issue is and I can't find any resources to help me identify a solution.

Please lend a hand! Thank you

*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'nrf52840_xxaa'
compiling system_nrf52.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf_erratas.h(39): error: #79: expected a type specifier
NRF_MDK_VERSION_ASSERT_AT_LEAST(8,34,0);
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf_erratas.h(39): error: #79: expected a type specifier
NRF_MDK_VERSION_ASSERT_AT_LEAST(8,34,0);
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf_erratas.h(39): error: #79: expected a type specifier
NRF_MDK_VERSION_ASSERT_AT_LEAST(8,34,0);
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf_erratas.h(39): error: #260-D: explicit type is missing ("int" assumed)
NRF_MDK_VERSION_ASSERT_AT_LEAST(8,34,0);
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf51_erratas.h(40): error: #130: expected a "{"
static
ool nrf51_errata_1(void) __UNUSED;
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf51_erratas.h(133): warning: #12-D: parsing restarts here after previous syntax error
{
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf52_erratas.h(40): error: #130: expected a "{"
static
ool nrf52_errata_1(void) __UNUSED;
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf52_erratas.h(238): warning: #12-D: parsing restarts here after previous syntax error
{
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf53_erratas.h(40): error: #130: expected a "{"
static
ool nrf53_errata_1(void) __UNUSED;
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf53_erratas.h(150): warning: #12-D: parsing restarts here after previous syntax error
{
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf91_erratas.h(40): error: #130: expected a "{"
static
ool nrf91_errata_1(void) __UNUSED;
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.38.0\Device\Include\nrf91_erratas.h(78): warning: #12-D: parsing restarts here after previous syntax error
{
RTE\Device\nRF52840_xxAA\system_nrf52.c: 4 warnings, 8 errors
".\_build\nrf52840_xxaa.axf" - 8 Error(s), 4 Warning(s).
Target not created.
Build Time Elapsed: 00:00:02

Parents Reply Children
No Data
Related