> >        I created my own directory ( sample) .Now when I run my program
> > by using "make " I am getting an error saying that "No file /
> > directory  for make  rules"
> 
> you have to set in the Makefile script: "include ../../Makerules"
> instead of "../Makerules"

I think the preferred method is to set the MAKERULES environment
variable:

  export MAKERULES=`ncc -print-tosdir`/../tools/make/Makerules

and then put:

  include $(MAKERULES)

in the Makefile for your application.  See tools/make/README for more
details.

Dave

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to