It looks like you have put something like this in apit.h:

        #include "mymote.h"

If that's the case, mymote.h should be found if it is in
the source or include search path. The current directory
(.../apps/testingtinysec) should work.

Another way to try it is to find where apit.h is included
in your application source code and put a mymote.h include
on the line before it. Notice that, for some reason I haven't
fathomed, in NESCC usage out side of the module{} block is:

        include mymote

without the "s",".h", and ""'s ...

If that doesn't help we'll need to see your source files
and makefile to try to figure it out.

Also...you don't need to screen grab. You can "redirect" text
output in the bash shell into a file like this:

        make pc >& error.txt

MS

shruti wrote:
>  
> 
> Hello all
> 
> Sir I am working on cygwin tinyos and I am nt able to run make pc 
> command properly.
> 
> Can u help me please asap
> 
> I want to know how should I include my “mote.h”header file in nesc code..
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to