prjemian/epics_ioc_raspi_sensors

EPICS build cannot understand wiringPi.h

Closed this issue · 1 comments

The EPICS make fails to build the O.linux/dht22_seq.c file due to this error:

/usr/include/wiringPi.h:113: syntax error near token 'extern'
/usr/include/wiringPi.h:113: parser giving up

The SNC compiler has problems with modifiers such as extern and static when used in SNL code.