[Tinyos-2-commits] CVS: tinyos-2.x/doc/html install-tinyos.html, 1.11, 1.12 tep125.html, 1.1, 1.2 upgrade-tinyos.html, 1.10, 1.11

Phil Levis scipio at users.sourceforge.net
Mon Apr 9 11:43:54 PDT 2007


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

Modified Files:
	install-tinyos.html tep125.html upgrade-tinyos.html 
Log Message:
Update installation/upgrade instructions and tutorial one to mention "entry
point not found" issue with nesc1.

Update TEP125 to include reservation of AM type.


Index: install-tinyos.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/install-tinyos.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** install-tinyos.html	10 Jan 2007 18:54:07 -0000	1.11
--- install-tinyos.html	9 Apr 2007 18:43:51 -0000	1.12
***************
*** 9,13 ****
  
  <div class="title">Installing TinyOS 2.0</div>
! <div class="subtitle">Last updated 5 November 2006</div>
  
  <p>If you already have a 1.x tree or an existing 2.x tree, you are better off 
--- 9,13 ----
  
  <div class="title">Installing TinyOS 2.0</div>
! <div class="subtitle">Last updated 8 April 2007</div>
  
  <p>If you already have a 1.x tree or an existing 2.x tree, you are better off 
***************
*** 229,236 ****
  instructions, you should install the "Recommended" Windows/Cygwin
  nesC RPM. 
! Try installing it and if it does not work (e.g., you
! get strange errors when you try to execute it), this may be due
  to a Cygwin version incompatibility: try the "Other" Windows/Cygwin 
! RPM (1.2.7a). If you are using Cygwin and installing the nesC RPM
  causes an error that the RPM was built for Cygwin,
  add the <code>--ignoreos</code> option.
--- 229,239 ----
  instructions, you should install the "Recommended" Windows/Cygwin
  nesC RPM. 
! If you
! get strange errors when you try to compile TinyOS programs,
! such as the error message "the procedure entry point basename could not be located
! in the dynamic link library cygwin1.dll", this is likely due
  to a Cygwin version incompatibility: try the "Other" Windows/Cygwin 
! RPM (1.2.7a).
! If you are using Cygwin and installing the nesC RPM
  causes an error that the RPM was built for Cygwin,
  add the <code>--ignoreos</code> option.

Index: tep125.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tep125.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tep125.html	3 Apr 2007 02:36:26 -0000	1.1
--- tep125.html	9 Apr 2007 18:43:51 -0000	1.2
***************
*** 371,374 ****
--- 371,375 ----
  this code has not been determined. To inform 6lowpan that this is not
  a 6lowpan packet, the code used MUST be in the range of 192-55.</p>
+ <p>The AM type 6lowpan is reserved. A TinyOS program MUST NOT use it.</p>
  </div>
  <div class="section">

Index: upgrade-tinyos.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/upgrade-tinyos.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** upgrade-tinyos.html	10 Jan 2007 18:54:07 -0000	1.10
--- upgrade-tinyos.html	9 Apr 2007 18:43:52 -0000	1.11
***************
*** 9,13 ****
  
      <div class="title">Upgrading from TinyOS 1.x to TinyOS 2.x</div>
!     <div class="subtitle">Last updated 5 November 2006</div>
  <p>
  This document describes how to upgrade your TinyOS 1.x environment to
--- 9,13 ----
  
      <div class="title">Upgrading from TinyOS 1.x to TinyOS 2.x</div>
!     <div class="subtitle">Last updated 8 April 2007</div>
  <p>
  This document describes how to upgrade your TinyOS 1.x environment to
***************
*** 158,166 ****
  in these install
  instructions, you should install the "Recommended" Windows/Cygwin
! nesC RPM. 
! Try installing it and if it does not work (e.g., you
! get strange errors when you try to execute it), this may be due
  to a Cygwin version incompatibility: try the "Other" Windows/Cygwin 
! RPM (1.2.7a). 
  
  <p>
--- 158,168 ----
  in these install
  instructions, you should install the "Recommended" Windows/Cygwin
! nesC RPM.
! If you
! get strange errors when you try to compile TinyOS programs,
! such as the error message "the procedure entry point basename could not be located
! in the dynamic link library cygwin1.dll", this is likely due
  to a Cygwin version incompatibility: try the "Other" Windows/Cygwin 
! RPM (1.2.7a).
  
  <p>



More information about the Tinyos-2-commits mailing list