Explain how to use low level C API

Discussions about RaZberry - Z-Wave board for Raspberry computer
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Explain how to use low level C API

Post by PoltoS »

You can share your experience here. I think we solved this via support
whipped
Posts: 3
Joined: 14 Sep 2018 19:42

Re: Explain how to use low level C API

Post by whipped »

Don't know about NetBeans but in the GCC makefile I have generally:
CFLAGS = -Wall -g -I/usr/local/include -I/usr/include/json-c/ -I/opt/zway/libzway
LDFLAGS = "-Wl,-rpath,/opt/zway/libs/" -lm -pthread -lmosquitto -ljson-c -L/opt/zway/libs -lzway -lzcommons -lxml2 -lz -lcrypto -larchive
The ones in bold may be significant.
Am using rasberry Stretch.
Compiler complains about security though but it works...
Post Reply