[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson15.html, 1.4, 1.5

Kevin Klues klueska at users.sourceforge.net
Mon Aug 20 10:25:29 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15955/doc/html/tutorial

Modified Files:
	lesson15.html 
Log Message:
Update to point to patch for printf to allow older avr-libc to be used

Index: lesson15.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson15.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** lesson15.html	20 Aug 2007 06:37:44 -0000	1.4
--- lesson15.html	20 Aug 2007 17:25:25 -0000	1.5
***************
*** 131,134 ****
--- 131,150 ----
      Just hit enter when prompted for a CVS password.  You do not need to enter one.
      </p>
+ 
+     <p>
+     If you are not using cvs, you will also have to apply the patch
+     found <a href=http://www.stanford.edu/~klueska/tinyos-2.0-printf.patch>here</a>
+     in order to allow the <code>printf</code> library to compile correctly for
+     atmega128x baed platforms (i.e. mica2, micaz):
+     </p>
+     <pre>
+     cp tinyos-2.0-printf.patch $TOSROOT/..
+     cd $TOSROOT/..
+     patch -p0 < tinyos-2.0-printf.patch</pre>
+     <p>
+     Note that you may have to use 'sudo' when applying the patch if you run into
+     permission problems.
+     </p>
+ 
      <hr></hr>
  
***************
*** 354,361 ****
  <center>
  <p>&lt;&nbsp;<b><a href="lesson13.html">Previous Lesson</a></b> |&nbsp; <b><a
!  href="index.html">Top</a></b> &nbsp;|&nbsp;
  </center>
  
- 
  </body>
  </html>
--- 370,376 ----
  <center>
  <p>&lt;&nbsp;<b><a href="lesson13.html">Previous Lesson</a></b> |&nbsp; <b><a
!  href="index.html">Top</a></b> &nbsp;|&nbsp; <b><a href="lesson16.html">Next Lesson </a>&nbsp;&gt;</b>
  </center>
  
  </body>
  </html>



More information about the Tinyos-2-commits mailing list