Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lwm2m Plugin error - branch contiki-ng #382

Closed
saulofr opened this issue Sep 8, 2018 · 1 comment
Closed

Lwm2m Plugin error - branch contiki-ng #382

saulofr opened this issue Sep 8, 2018 · 1 comment
Labels

Comments

@saulofr
Copy link

saulofr commented Sep 8, 2018

LDFLAGS="" make -C plugins/lwm2m-client
make[1]: Entering directory '/home/pi/6lbr/examples/6lbr/plugins/lwm2m-client'
CC ../../../6lbr-demo/apps/lwm2m/lwm2m.c
../../../6lbr-demo/apps/lwm2m/lwm2m.c:38:23: fatal error: rd-client.h: No such file or directory
#include "rd-client.h"
^
compilation terminated.
../../../../Makefile.include:240: recipe for target 'obj_native/lwm2m.o' failed
make[1]: *** [obj_native/lwm2m.o] Error 1
make[1]: Leaving directory '/home/pi/6lbr/examples/6lbr/plugins/lwm2m-client'
platform/native/Makefile.native:146: recipe for target 'plugins/lwm2m-client' failed
make: *** [plugins/lwm2m-client] Error 2

Any fix?

@laurentderu laurentderu added the bug label Oct 2, 2018
@laurentderu
Copy link
Member

During the clean-up some indirect dependencies were removed, now the plugin references them explicitly to avoid such errors in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants