Open bsmelo opened 8 years ago
@bsmelo thanks for testing the code. I fixed the piggyback test, it was actually some copy/paste error - I use this library mostly for IoT projects with RIOT.
I have to admit that the build system is not at its best 😬 However, compiling examples and tests should work as they do not use the lib but integrate the required code directly.
Hope this helps ...
Hello!
First of all, I'm sorry if this is not the right place for this question/issue - since the lib is really new and all, I suppose there isn't another place though.
I can't compile the sources at
/tests
directory (I was able to compile and run the sample at/examples
though).First issue I found was:
So, I have to ask: is the lib dependent on RIOT-OS?
Anyway, I made an ugly hack of adding a
#define RIOT_BOARD "native"
insidepiggyback.c
and new errors just followed; so, I guess I'm doing something wrong. Are the directions at theREADME.md
for just runningmake
inside/tests
complete/enough? Or should I do something like compiling the lib to getlibyacoap.so
and add its path toLD_LIBRARY_PATH
or some other thing?Thanks!