Cygwin User Notes

From TinyOS Wiki
Revision as of 09:20, 6 October 2008 by Cire (talk | contribs) (New page: This page is used to collect misc. user notes on using TinyOS under Cygwin. The organization is adhoc. Currently, topics are listed as sections. = Environment variables under Cygwin = ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is used to collect misc. user notes on using TinyOS under Cygwin. The organization is adhoc. Currently, topics are listed as sections.

Environment variables under Cygwin

Sometimes when using TinyOS under Cygwin there are problems with the environment variables being recognized. One proposed solution is to place the file /etc/profile.d/tinyos-2.x.sh. ie:

cat /etc/profile.d/tinyos-2.x.sh export MAKERULES=`cygpath -w $TOSROOT/support/make/Makerules` export MAKERULES="$MAKERULES:."

<Can someone verify that this works?>