Open GoogleCodeExporter opened 9 years ago
* Same as on the open-zwave issue list
It is a fault in the Pi image i believe, but easy to fix. Modify the Makefile
of the ozwcp as follows:
Replace
# Remove comment below for gnutls support
GNUTLS := #-lgnutls
with:
# Remove comment below for gnutls support
GNUTLS := -lgnutls -lgcrypt
Then it will compile fine ;-)
Original comment by uAle...@gmail.com
on 20 Nov 2014 at 9:53
Thank you for the fix, it fixed part of the problem. The make then returned an
additional undefined reference to symbol 'clock_gettime@@GLIBC_2.4'.
This required changing:
DEBUG_LDFLAGS := -g
to:
DEBUG_LDFLAGS := -g -lrt
Original comment by mhfr...@gmail.com
on 21 Nov 2014 at 2:55
Original issue reported on code.google.com by
mhfr...@gmail.com
on 30 Aug 2014 at 4:41