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

make: *** No rule to make target ping-ipv6.avr-zigduino.u', needed by upload'. Stop. #6

Open
thakur785 opened this issue Apr 15, 2014 · 0 comments

Comments

@thakur785
Copy link

Hi there,

I have been trying to use contiki on zigduino, the helloworld example works fine, but when ever i try use this ping-ipv6 it gives an error
make: *** No rule to make target ping-ipv6.avr-zigduino.u', needed byupload'. Stop.
I wonder if its work fine for hello world it sud work here too..

the make file for both the applications are almost the same..

CONTIKI_PROJECT = ping-ipv6
all: $(CONTIKI_PROJECT)
CONTIKI_TARGET_SOURCEFILES += ping6.c
CFLAGS += -DNODE=$(NODE)
UIP_CONF_IPV6 = 1
TARGET = avr-zigduino
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include

I am not getting what exactly is missing..kindly help me on this.

Regards
Anurag

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

No branches or pull requests

1 participant