On Sunday 06 May 2007 23:39, Ravi konakalla wrote: > hi everyone, > I want to compile a single .nc file, do you know any compiler for that ?? > In one screenshot i have seen one software (similar to notepad) is > compiling a single .nc file. If you know any software for compiling single > .nc file please let me know.
It sounds like you believe .nc files are like .c files, in that they can be considered fully independent compilation units. This isn't true. Only after the nesC compiler parses a combination of .nc files together does a compilation unit get created: app.c. Steve _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
