所以,继续使用contiki并尝试构建this应用程序即rest-coap。
我的Makefile是这样的:
CONTIKI = ../..
all: rest-common
UIP_CONF_IPV6=1
include $(CONTIKI)/Makefile.include`
正在运行make target=z1 coap-common
会导致:
$ ...
gcc -Wl,-Map=contiki-native.map,-export-dynamic coap-common.co contiki-native.a -o coap-common.native contiki-native.a(contiki-main.o):
In function 'main': /home/user/contiki-2.6/apps/rest- coap/../../platform/native/./contiki-main.c:225: undefined reference to 'autostart_processes'
collect2: ld returned 1 exit status
make: *** [coap-common.native] Error 1
rm coap-common.co
你能帮我吗?