Difference between revisions of "Talk:The simplest TinyOS program"
Aitherovamon (talk | contribs) (New page: I found some problems while running "The simplest TinyOS program" include $(MAKERULES) returned to me the error, "No rule to make 'mica' target" The correct approach is include ../Maker...) |
Aitherovamon (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | I found some problems while running "The simplest TinyOS program" | + | ==I found some problems while running "The simplest TinyOS program"== |
+ | While executing | ||
+ | :<tt>include $(MAKERULES)</tt> | ||
+ | i got the error, ''"No rule to make 'mica' target" '' | ||
− | include | + | <BR>The correct approach is |
− | + | :<tt>include ../Makerules</tt> | |
− | + | <BR>After a little research i did on this problem i found what might have caused it, and how it can be explained. [http://mail.millennium.berkeley.edu/pipermail/tinyos-devel/2004-September/000501.html Check this link] | |
− | + | ---- | |
− | + | ''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.'' | |
− | 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. |
Latest revision as of 01:04, 15 July 2010
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
After a little research i did on this problem i found what might have caused it, and how it can be explained. Check this link
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.