I want to add a third party library to the Contiki OS. Exactly, I was trying to add the nettle 3.0 cryptography library.
Am I suppose to build the concerned library using special flags for contiki platform , not sure what exactly ? gcc msp430
If yes , how can I do it and what is the procedure of doing that ?
If I can build it directly on linux , then how to link it ?
I've tried LDFLAGS, but I keep getting the cannot open linker script file memory.x error.
LDFLAGS+=-L/usr/local/lib -lnettle
Thanks.