Difference between revisions of "Talk:The simplest TinyOS program"

From TinyOS Wiki
Jump to: navigation, search
(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...)
 
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 $(MAKERULES)
+
<BR>The correct approach is
returned to me the error, "No rule to make 'mica' target"
+
:<tt>include ../Makerules</tt>
  
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 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'm new to "wikinig" and TinyOs so please tell me if anything is wrong.''

Revision as of 01:57, 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



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.