Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. border-router.c: In function ‘process_thread_border_router_process’:
  2. border-router.c:242:3: warning: passing argument 1 of ‘rpl_set_root’ makes integer from pointer without a cast [enabled by default]
  3. In file included from border-router.c:43:0:
  4. /home/user/contiki-2.6/contiki/core/./net/rpl/rpl.h:233:12: note: expected ‘uint8_t’ but argument is of type ‘union uip_ip6addr_t *’
  5. border-router.c:242:3: error: too few arguments to function ‘rpl_set_root’
  6. In file included from border-router.c:43:0:
  7. /home/user/contiki-2.6/contiki/core/./net/rpl/rpl.h:233:12: note: declared here
  8. border-router.c:260:7: warning: implicit declaration of function ‘rpl_repair_dag’ [-Wimplicit-function-declaration]
  9. border-router.c:260:7: warning: implicit declaration of function ‘rpl_get_dag’ [-Wimplicit-function-declaration]
  10. border-router.c:260:34: error: ‘RPL_ANY_INSTANCE’ undeclared (first use in this function)
  11. border-router.c:260:34: note: each undeclared identifier is reported only once for each function it appears in
  12. make: *** [border-router.co] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement