EPICS build cannot understand wiringPi.h
Closed this issue · 1 comments
prjemian commented
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
prjemian commented
The SNC compiler has problems with modifiers such as extern
and static
when used in SNL code.