]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/html/tutorial/lesson11.html
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / doc / html / tutorial / lesson11.html
index d733529319587d1b1e3404125af1f55607a38e87..95b640e82ca6cf4b7033d8d76bce7f3a06daae64 100644 (file)
@@ -1227,7 +1227,7 @@ int main() {
 all:
         make micaz sim
         g++ -g -c -o Driver.o Driver.c -I../../tos/lib/tossim/
-        g++ -o Driver Driver.o build/micaz/tossim.o build/micaz/sim.o
+        g++ -o Driver Driver.o build/micaz/tossim.o build/micaz/sim.o build/micaz/c-support.o
       </pre>
         
 
@@ -1351,12 +1351,12 @@ This lesson introduced the basics of the TOSSIM simulator. It showed
 you how to configure a network, how to run a simulation, how to
 inspect variables, how to inject packets, and how to compile with C++.
 
-
-<p><b><a href="lesson5.html">&lt; Previous Lesson</a></b> 
-&nbsp;|&nbsp; 
-<b><a href="lesson13.html">Next Lesson </a>&nbsp;&gt;</b>
-<b><a
- href="index.html">Top</a></b>
+<center>
+<p>&lt;&nbsp;<b><a href="lesson10.html">Previous Lesson</a></b> |&nbsp; <b><a
+ href="index.html">Top</a></b> &nbsp;|&nbsp; <b><a href="lesson12.html">Next
+Lesson </a>&nbsp;&gt;</b>
+</p>
+</center>
 
 </body>
 </html>