> How can I use interface which are in another directory than the composent?
pass the -I<path> additional option to use .nc files in external directories. In the makefile, you can do this by adding to PFLAGS. For instance: Assume /foo/bar/Baz.nc is the interface (or component or implementation) then: PFLAGS += -I/foo/bar _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
