Talk:The simplest TinyOS program
Revision as of 00:57, 15 July 2010 by Aitherovamon (talk | contribs)
I found some problems while running "The simplest TinyOS program"
While executing
- include $(MAKERULES)
i got the error, "No rule to make 'mica' target"
The correct approach is
- include ../Makerules
I spent about an hour trying to solve this, so when i did i thought i ought to mention it. I'm new to "wikinig" and TinyOs so please tell me if anything is wrong.