The problem is that the tutorial doesn't include a
CLEAN_EXTRA definiton for the Makefile at
BlinkToRadio.  After correcting the constant
definition to AM_BLINKTORADIOMSG (See the tutorial,
Ex. 4), you have to recompile the application.
Although you might use make clean, the
BlinkToRadio.java file will not be generated, because
it has not been deleted, and it also won't output a
warning, becuse it didn't even try to generate it.
You have to add: CLEAN_EXTRA = *.class
BlinkToRadioMsg.java to your Makefile and it will
work, after you clean up the build and build it again.

Best regards,
Rodolfo


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to