osd-contiki/platform/avr-zigbit
Vinicius Guimaraes 42557bf484 Fixing Avr-Zigbit Makefile not compiling.
I just tried to compile this platform for my Zigbit mote (AT86RF230) here in a hello-world example, but it didn't work.
I reviewed this makefile and found that the request to compile "frame.c" was not necessary and bring up a missing error:
"make: *** No rule to make target `obj_avr-zigbit/frame.o', needed by `contiki-avr-zigbit.a'.  Stop."
Frame.c is already inserted in radio's makefile.

Another problem was the undefined reference created by the missing module "core/net":
"contiki-avr-zigbit.a(sicslowpan.o): In function `input':"
"contiki/examples/hello-world/../../core/net/ipv6/sicslowpan.c:1521: undefined reference to `link_stats_input_callback'"

Both solved now. Hope it helps anyone else.
2017-01-04 16:58:53 -02:00
..
Makefile.avr-zigbit Fixing Avr-Zigbit Makefile not compiling. 2017-01-04 16:58:53 -02:00
contiki-avr-zigbit-main.c Fix: Misconfigurations to compile for avr-zigbit platform 2015-01-29 14:31:47 -03:00
contiki-avr-zigbit.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
contiki-conf.h packetbuf: No more splitting of header and data 2016-04-15 03:12:40 -07:00
loadable_prg.c * Addition of Meshnetics Zigbig platform by Frederic Thepaut <frederic.thepaut@inooi.com> 2008-11-29 15:55:02 +00:00