Hi, For the output 3, this should be /opt/tinyos-2.x/support/make/Makerules. Make sure your "make" directory is inside the "support" directory.
If it still doesn't work, it would look like some sort of misconfiguration. Are you running this on cygwin? If so there might be a problem with uppercase/lowercase names. Windows ignores the case, while cygwin most likely does (and maybe sometimes doesn't) look at the case. Make sure that all directory names are lowercase only. If this still doesn't work manually try the following commands to see whether you can pin-point the error. If you don't find the error post the output of these commands on the mailing-list. ls $TOSROOT ls $TOSDIR ls $MAKERULES ls /opt/tinyos-2.x ls /opt/tinyos-2.x/support ls /opt/tinyos-2.x/support/make ls /opt/tinyos-2.x/support/make/*.target Cheers, Urs kanhaiya lal yadav schrieb: > Hi, > the out put for the: > > 1. echo $TOSROOT: /opt/tinyos-2.x > 2. echo $TOSDIR: /opt/tinyos-2.x/tos > 3. ech $MAKERULES: /opt/tinyos-2.x/make/Makerules > 4. ls $TOSROOT/support/make/*.target: /opt/tinyos-2.x/support/make/*.target: > No such file or directory > > But the target files are available in this folder. > > thanks & regards > KLYADAV _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
