Hi Zhongwei, A return code with the value 0 usually means successful execution of the program. Why do you think something is missing? Also, if the program is already compiled, the command would see that and not compile it again (that's why the "make" program is used). Of course, this command only compiles the program, it does not install it on the motes, and it does not execute the program in any way.
Cheers, Urs On 10/08/2010 07:45 AM, Zhongwei Zhang wrote: > I am new to nesC and TOS. > When I open a nesC file within an application directory (eg. Blink.nc) > and click on > Tools > make mica2 or make micaz. I got the following message in the > Output window. > > "C:\Crossbow\PN\IDE.bat" > "C:\Crossbow\cygwin\opt\MoteWorks\apps\tutorials\lesson_1\" > "C:\Crossbow\cygwin\bin" "make mica2" > ############################# > Command: make mica2 > Cygwin: C:\Crossbow\cygwin\bin > Directory: C:\Crossbow\cygwin\opt\MoteWorks\apps\tutorials\lesson_1\ > "/opt/MoteWorks/tools/bin/ide.pl 'make mica2' > 'C:\Crossbow\cygwin\opt\MoteWorks\apps\tutorials\lesson_1\'" > ############################# > ide.pl Ver:$Id: ide.pl,v 1.1.2.1 2006/05/29 07:22:52 lwei Exp $ > Executing: /opt/MoteWorks/apps/tutorials/lesson_1/ bash -c "make mica2" > > Process Exit Code: 0 > > Time Taken: 00:01 > Pretty sure something missing, but don't know what. > Anybody have an idea what was wrong? > zhongwei _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
