I've created a new page accessable from the top level of the doc wiki: "Cygwin User Notes". When we figure out what fixes Sam's problem can we put the solution there? I've started the page. Also shouldn't
export MAKERULES=`cygpath -w $TOSROOT/support/make/Makerules` export MAKERULES="$MAKERULES;." be export MAKERULES=`cygpath -w $TOSROOT/support/make/Makerules` export MAKERULES="$MAKERULES:." I changed the ";" to a ":" but I no longer have a system that runs cygwin so don't know the effect. Also Sam when you do a "echo $MAKERULES" what does it say? eric On Mon, Oct 6, 2008 at 7:52 AM, Janos Sallai <[EMAIL PROTECTED]>wrote: > Ahmed, > > Put the code that sets the environment variables in a file called > /etc/profile.d/tinyos-2.x.sh. That should help. > > Janos > > On Sat, Oct 4, 2008 at 11:54 AM, Ahmed Ebaid <[EMAIL PROTECTED]>wrote: > >> Janos >> I'm not sure about setting about how to set up my environment variables, >> what I did is that in the home directory in cygwin I typed: >> export MAKERULES=`cygpath -w $TOSROOT/support/make/Makerules` >> export MAKERULES="$MAKERULES;." >> >> On Fri, Oct 3, 2008 at 2:21 PM, Janos Sallai <[EMAIL PROTECTED]>wrote: >> >>> Did you set up your environment variables? It appears that your MAKERULES >>> env var is not set correctly. >>> >>> Janos >>> >>> On Fri, Oct 3, 2008 at 3:34 PM, Ahmed Ebaid <[EMAIL PROTECTED]>wrote: >>> >>>> Hey >>>> I've followed the following link for installing the tinyos2.x, and I did >>>> installedTIMSP430 tools, as I'm using tmote platform. but whenever type the >>>> command make telosb I got the following error "Make:*** No rule to make >>>> target 'telosb'. Can anyone help me with that >>>> Thanks in advance. >>>> >>>> -- >>>> Ahmed Ebaid >>>> PhD Student >>>> >>>> >>>> >>>> _______________________________________________ >>>> Tinyos-help mailing list >>>> [email protected] >>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >>>> >>> >>> >> >> >> -- >> Ahmed Ebaid >> PhD Student >> >> >> > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher Autonomous Systems Lab Jack Baskin School of Engineering UCSC
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
