From: klueska Date: Mon, 20 Aug 2007 17:25:25 +0000 (+0000) Subject: Update to point to patch for printf to allow older avr-libc to be used X-Git-Tag: release_tinyos_2_1_0_0~791 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=2be727fdad7efbf6d84c88d2e21b4c284a0d1d6a Update to point to patch for printf to allow older avr-libc to be used --- diff --git a/doc/html/tutorial/lesson15.html b/doc/html/tutorial/lesson15.html index 8938d23c..04d35b8c 100644 --- a/doc/html/tutorial/lesson15.html +++ b/doc/html/tutorial/lesson15.html @@ -130,6 +130,22 @@ cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d

Just hit enter when prompted for a CVS password. You do not need to enter one.

+ +

+ If you are not using cvs, you will also have to apply the patch + found here + in order to allow the printf library to compile correctly for + atmega128x baed platforms (i.e. mica2, micaz): +

+
+    cp tinyos-2.0-printf.patch $TOSROOT/..
+    cd $TOSROOT/..
+    patch -p0 < tinyos-2.0-printf.patch
+

+ Note that you may have to use 'sudo' when applying the patch if you run into + permission problems. +

+

@@ -353,9 +369,8 @@ Enjoy!!


Previous LessonTop  |  + href="index.html">Top  |  Next Lesson  >

-