Hi Vino It seems that something is still wrong with your environment...
How did you install TinyOS from RPM as described on Wiki ? ( http://docs.tinyos.net/index.php/Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs ) If so ensure that you followed carefully each step, especially "Configure your environment" in step 5. I had some issues trying to compile examples involving Java when I installed on Win7 through RPMs due to apparently missing classes in the Cygwin tinyos.jar. I don't know if this has been fixed since then or if you would still have to apply some manual changes after installation. By the way, the Blink application does not require Java and you should be able to compile it without problem. Geoffrey Lo's Blog entry "TinyOS primer" available at http://www.geoffreylo.com/resources/tinyos-primer/ also gives some helpful information and tips to fix a TinyOS installation on Cygwin. Unfortunately I cannot help you regarding how to run the simulator since I still didn't use this feature for now but in a first step you have to compile your application without error. For running the simulator you should be able to follow instructions in TOSSIM tutorial (http://docs.tinyos.net/index.php/TOSSIM). If you don't come further with these hints please post the result of the commands "printenv" and "uname -a" executed in a cygwin shell on your host. See you Romain On Wed, Dec 1, 2010 at 7:21 AM, vino . <[email protected]> wrote: > hi > I'am installed tinyos through cygwin in my windows7 laptop. In this how to > simulate a blink application.I read those tutorials in tinyos .net, i set > that path /opt/tinyos-2.x/apps/Blink and i typed the following command > > make micaz sim > > it showing the following error > > make: *** No rule to make target 'micaz'. Stop. > > Please help me, how to simulate this application > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
