Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2010
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 209.00 KB | None | 0 0
  1. mkdir -p build/telosb
  2.     compiling BlinkAppC to a telosb binary
  3. ncc -o build/telosb/main.exe  -Os -O -mdisable-hwmul -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"pablo\" -DIDENT_HOSTNAME=\"MacPablo\" -DIDENT_USERHASH=0xaf81b768L -DIDENT_TIMESTAMP=0x4ccfd3c7L -DIDENT_UIDHASH=0x7ae2e6eeL  BlinkAppC.nc -lm
  4. /opt/local/lib/ncc/deputy_nodeputy.h:4:20: error: stddef.h: No such file or directory
  5. /opt/local/lib/ncc/nesc_nx.h:60:26: error: sys/inttypes.h: No such file or directory
  6. /opt/local/lib/ncc/nesc_nx.h:281: syntax error before `__nesc_ntoh_uint8'
  7. /opt/local/lib/ncc/nesc_nx.h:286: syntax error before `__nesc_hton_uint8'
  8. /opt/local/lib/ncc/nesc_nx.h:288: warning: type defaults to `int' in declaration of `base'
  9. /opt/local/lib/ncc/nesc_nx.h:288: `value' undeclared here (not in a function)
  10. /opt/local/lib/ncc/nesc_nx.h:288: warning: data definition has no type or storage class
  11. /opt/local/lib/ncc/nesc_nx.h:289: syntax error before `return'
  12. /opt/local/lib/ncc/nesc_nx.h:292: syntax error before `__nesc_ntoh_leuint8'
  13. /opt/local/lib/ncc/nesc_nx.h:297: syntax error before `__nesc_hton_leuint8'
  14. /opt/local/lib/ncc/nesc_nx.h:299: warning: type defaults to `int' in declaration of `base'
  15. /opt/local/lib/ncc/nesc_nx.h:299: redefinition of `base'
  16. /opt/local/lib/ncc/nesc_nx.h:288: previous declaration of `base'
  17. /opt/local/lib/ncc/nesc_nx.h:299: `value' undeclared here (not in a function)
  18. /opt/local/lib/ncc/nesc_nx.h:299: warning: data definition has no type or storage class
  19. /opt/local/lib/ncc/nesc_nx.h:300: syntax error before `return'
  20. /opt/local/lib/ncc/nesc_nx.h:303: syntax error before `__nesc_ntoh_int8'
  21. /opt/local/lib/ncc/nesc_nx.h:303: syntax error before `__nesc_hton_int8'
  22. /opt/local/lib/ncc/nesc_nx.h:303: syntax error before `__nesc_ntoh_leint8'
  23. /opt/local/lib/ncc/nesc_nx.h:303: syntax error before `__nesc_hton_leint8'
  24. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_bf_decode8'
  25. /opt/local/lib/ncc/nesc_nx.h:304: `offset' undeclared here (not in a function)
  26. /opt/local/lib/ncc/nesc_nx.h:304: `offset' undeclared here (not in a function)
  27. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `if'
  28. /opt/local/lib/ncc/nesc_nx.h:304: warning: type defaults to `int' in declaration of `x'
  29. /opt/local/lib/ncc/nesc_nx.h:304: `uint8_t' undeclared here (not in a function)
  30. /opt/local/lib/ncc/nesc_nx.h:304: `msg' undeclared here (not in a function)
  31. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  32. /opt/local/lib/ncc/nesc_nx.h:304: `length' undeclared here (not in a function)
  33. /opt/local/lib/ncc/nesc_nx.h:304: warning: data definition has no type or storage class
  34. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `++'
  35. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `|='
  36. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `*'
  37. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bf_encode8':
  38. /opt/local/lib/ncc/nesc_nx.h:304: warning: declaration of `byte_offset' shadows global declaration
  39. /opt/local/lib/ncc/nesc_nx.h:304: warning: location of shadowed declaration
  40. /opt/local/lib/ncc/nesc_nx.h:304: `offset' undeclared (first use in this function)
  41. /opt/local/lib/ncc/nesc_nx.h:304: (Each undeclared identifier is reported only once
  42. /opt/local/lib/ncc/nesc_nx.h:304: for each function it appears in.)
  43. /opt/local/lib/ncc/nesc_nx.h:304: warning: declaration of `bit_offset' shadows global declaration
  44. /opt/local/lib/ncc/nesc_nx.h:304: warning: location of shadowed declaration
  45. /opt/local/lib/ncc/nesc_nx.h:304: `length' undeclared (first use in this function)
  46. /opt/local/lib/ncc/nesc_nx.h:304: `msg' undeclared (first use in this function)
  47. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  48. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  49. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  50. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  51. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  52. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  53. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  54. /opt/local/lib/ncc/nesc_nx.h: At top level:
  55. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_ntohbf_uint8'
  56. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_ntohbf_int8'
  57. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_htonbf_uint8'
  58. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_htonbf_int8'
  59. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_bfle_decode8'
  60. /opt/local/lib/ncc/nesc_nx.h:304: redefinition of `byte_offset'
  61. /opt/local/lib/ncc/nesc_nx.h:304: previous declaration of `byte_offset'
  62. /opt/local/lib/ncc/nesc_nx.h:304: `offset' undeclared here (not in a function)
  63. /opt/local/lib/ncc/nesc_nx.h:304: redefinition of `bit_offset'
  64. /opt/local/lib/ncc/nesc_nx.h:304: previous declaration of `bit_offset'
  65. /opt/local/lib/ncc/nesc_nx.h:304: `offset' undeclared here (not in a function)
  66. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `if'
  67. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `+='
  68. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `+='
  69. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `*'
  70. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bfle_encode8':
  71. /opt/local/lib/ncc/nesc_nx.h:304: warning: declaration of `byte_offset' shadows global declaration
  72. /opt/local/lib/ncc/nesc_nx.h:304: warning: location of shadowed declaration
  73. /opt/local/lib/ncc/nesc_nx.h:304: `offset' undeclared (first use in this function)
  74. /opt/local/lib/ncc/nesc_nx.h:304: warning: declaration of `bit_offset' shadows global declaration
  75. /opt/local/lib/ncc/nesc_nx.h:304: warning: location of shadowed declaration
  76. /opt/local/lib/ncc/nesc_nx.h:304: warning: declaration of `count' shadows global declaration
  77. /opt/local/lib/ncc/nesc_nx.h:304: warning: location of shadowed declaration
  78. /opt/local/lib/ncc/nesc_nx.h:304: `length' undeclared (first use in this function)
  79. /opt/local/lib/ncc/nesc_nx.h:304: `msg' undeclared (first use in this function)
  80. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  81. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  82. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  83. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  84. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  85. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  86. /opt/local/lib/ncc/nesc_nx.h:304: subscripted value is neither array nor pointer
  87. /opt/local/lib/ncc/nesc_nx.h: At top level:
  88. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_ntohbf_leuint8'
  89. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_ntohbf_leint8'
  90. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_htonbf_leuint8'
  91. /opt/local/lib/ncc/nesc_nx.h:304: syntax error before `__nesc_htonbf_leint8'
  92. /opt/local/lib/ncc/nesc_nx.h:310: syntax error before `__nesc_ntoh_uint16'
  93. /opt/local/lib/ncc/nesc_nx.h:315: syntax error before `__nesc_hton_uint16'
  94. /opt/local/lib/ncc/nesc_nx.h:317: warning: type defaults to `int' in declaration of `base'
  95. /opt/local/lib/ncc/nesc_nx.h:317: conflicting types for `base'
  96. /opt/local/lib/ncc/nesc_nx.h:299: previous declaration of `base'
  97. /opt/local/lib/ncc/nesc_nx.h:317: `value' undeclared here (not in a function)
  98. /opt/local/lib/ncc/nesc_nx.h:317: warning: data definition has no type or storage class
  99. /opt/local/lib/ncc/nesc_nx.h:318: warning: type defaults to `int' in declaration of `base'
  100. /opt/local/lib/ncc/nesc_nx.h:318: conflicting types for `base'
  101. /opt/local/lib/ncc/nesc_nx.h:317: previous declaration of `base'
  102. /opt/local/lib/ncc/nesc_nx.h:318: `value' undeclared here (not in a function)
  103. /opt/local/lib/ncc/nesc_nx.h:318: warning: data definition has no type or storage class
  104. /opt/local/lib/ncc/nesc_nx.h:319: syntax error before `return'
  105. /opt/local/lib/ncc/nesc_nx.h:322: syntax error before `__nesc_ntoh_leuint16'
  106. /opt/local/lib/ncc/nesc_nx.h:327: syntax error before `__nesc_hton_leuint16'
  107. /opt/local/lib/ncc/nesc_nx.h:329: warning: type defaults to `int' in declaration of `base'
  108. /opt/local/lib/ncc/nesc_nx.h:329: redefinition of `base'
  109. /opt/local/lib/ncc/nesc_nx.h:318: previous declaration of `base'
  110. /opt/local/lib/ncc/nesc_nx.h:329: `value' undeclared here (not in a function)
  111. /opt/local/lib/ncc/nesc_nx.h:329: warning: data definition has no type or storage class
  112. /opt/local/lib/ncc/nesc_nx.h:330: warning: type defaults to `int' in declaration of `base'
  113. /opt/local/lib/ncc/nesc_nx.h:330: conflicting types for `base'
  114. /opt/local/lib/ncc/nesc_nx.h:329: previous declaration of `base'
  115. /opt/local/lib/ncc/nesc_nx.h:330: `value' undeclared here (not in a function)
  116. /opt/local/lib/ncc/nesc_nx.h:330: warning: data definition has no type or storage class
  117. /opt/local/lib/ncc/nesc_nx.h:331: syntax error before `return'
  118. /opt/local/lib/ncc/nesc_nx.h:334: syntax error before `__nesc_ntoh_int16'
  119. /opt/local/lib/ncc/nesc_nx.h:334: syntax error before `__nesc_hton_int16'
  120. /opt/local/lib/ncc/nesc_nx.h:334: syntax error before `__nesc_ntoh_leint16'
  121. /opt/local/lib/ncc/nesc_nx.h:334: syntax error before `__nesc_hton_leint16'
  122. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_bf_decode16'
  123. /opt/local/lib/ncc/nesc_nx.h:335: redefinition of `byte_offset'
  124. /opt/local/lib/ncc/nesc_nx.h:304: previous declaration of `byte_offset'
  125. /opt/local/lib/ncc/nesc_nx.h:335: `offset' undeclared here (not in a function)
  126. /opt/local/lib/ncc/nesc_nx.h:335: redefinition of `bit_offset'
  127. /opt/local/lib/ncc/nesc_nx.h:304: previous declaration of `bit_offset'
  128. /opt/local/lib/ncc/nesc_nx.h:335: `offset' undeclared here (not in a function)
  129. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `if'
  130. /opt/local/lib/ncc/nesc_nx.h:335: warning: type defaults to `int' in declaration of `x'
  131. /opt/local/lib/ncc/nesc_nx.h:335: redefinition of `x'
  132. /opt/local/lib/ncc/nesc_nx.h:304: previous declaration of `x'
  133. /opt/local/lib/ncc/nesc_nx.h:335: `uint16_t' undeclared here (not in a function)
  134. /opt/local/lib/ncc/nesc_nx.h:335: `msg' undeclared here (not in a function)
  135. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  136. /opt/local/lib/ncc/nesc_nx.h:335: `length' undeclared here (not in a function)
  137. /opt/local/lib/ncc/nesc_nx.h:335: warning: data definition has no type or storage class
  138. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `++'
  139. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `|='
  140. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `*'
  141. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bf_encode16':
  142. /opt/local/lib/ncc/nesc_nx.h:335: warning: declaration of `byte_offset' shadows global declaration
  143. /opt/local/lib/ncc/nesc_nx.h:335: warning: location of shadowed declaration
  144. /opt/local/lib/ncc/nesc_nx.h:335: `offset' undeclared (first use in this function)
  145. /opt/local/lib/ncc/nesc_nx.h:335: warning: declaration of `bit_offset' shadows global declaration
  146. /opt/local/lib/ncc/nesc_nx.h:335: warning: location of shadowed declaration
  147. /opt/local/lib/ncc/nesc_nx.h:335: `length' undeclared (first use in this function)
  148. /opt/local/lib/ncc/nesc_nx.h:335: `msg' undeclared (first use in this function)
  149. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  150. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  151. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  152. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  153. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  154. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  155. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  156. /opt/local/lib/ncc/nesc_nx.h: At top level:
  157. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_ntohbf_uint16'
  158. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_ntohbf_int16'
  159. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_htonbf_uint16'
  160. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_htonbf_int16'
  161. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_bfle_decode16'
  162. /opt/local/lib/ncc/nesc_nx.h:335: redefinition of `byte_offset'
  163. /opt/local/lib/ncc/nesc_nx.h:335: previous declaration of `byte_offset'
  164. /opt/local/lib/ncc/nesc_nx.h:335: `offset' undeclared here (not in a function)
  165. /opt/local/lib/ncc/nesc_nx.h:335: redefinition of `bit_offset'
  166. /opt/local/lib/ncc/nesc_nx.h:335: previous declaration of `bit_offset'
  167. /opt/local/lib/ncc/nesc_nx.h:335: `offset' undeclared here (not in a function)
  168. /opt/local/lib/ncc/nesc_nx.h:335: redefinition of `count'
  169. /opt/local/lib/ncc/nesc_nx.h:304: previous declaration of `count'
  170. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `if'
  171. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `+='
  172. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `+='
  173. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `*'
  174. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bfle_encode16':
  175. /opt/local/lib/ncc/nesc_nx.h:335: warning: declaration of `byte_offset' shadows global declaration
  176. /opt/local/lib/ncc/nesc_nx.h:335: warning: location of shadowed declaration
  177. /opt/local/lib/ncc/nesc_nx.h:335: `offset' undeclared (first use in this function)
  178. /opt/local/lib/ncc/nesc_nx.h:335: warning: declaration of `bit_offset' shadows global declaration
  179. /opt/local/lib/ncc/nesc_nx.h:335: warning: location of shadowed declaration
  180. /opt/local/lib/ncc/nesc_nx.h:335: warning: declaration of `count' shadows global declaration
  181. /opt/local/lib/ncc/nesc_nx.h:335: warning: location of shadowed declaration
  182. /opt/local/lib/ncc/nesc_nx.h:335: `length' undeclared (first use in this function)
  183. /opt/local/lib/ncc/nesc_nx.h:335: `msg' undeclared (first use in this function)
  184. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  185. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  186. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  187. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  188. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  189. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  190. /opt/local/lib/ncc/nesc_nx.h:335: subscripted value is neither array nor pointer
  191. /opt/local/lib/ncc/nesc_nx.h: At top level:
  192. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_ntohbf_leuint16'
  193. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_ntohbf_leint16'
  194. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_htonbf_leuint16'
  195. /opt/local/lib/ncc/nesc_nx.h:335: syntax error before `__nesc_htonbf_leint16'
  196. /opt/local/lib/ncc/nesc_nx.h:340: syntax error before `__nesc_ntoh_uint32'
  197. /opt/local/lib/ncc/nesc_nx.h:347: syntax error before `__nesc_hton_uint32'
  198. /opt/local/lib/ncc/nesc_nx.h:349: warning: type defaults to `int' in declaration of `base'
  199. /opt/local/lib/ncc/nesc_nx.h:349: conflicting types for `base'
  200. /opt/local/lib/ncc/nesc_nx.h:330: previous declaration of `base'
  201. /opt/local/lib/ncc/nesc_nx.h:349: `value' undeclared here (not in a function)
  202. /opt/local/lib/ncc/nesc_nx.h:349: warning: data definition has no type or storage class
  203. /opt/local/lib/ncc/nesc_nx.h:350: warning: type defaults to `int' in declaration of `base'
  204. /opt/local/lib/ncc/nesc_nx.h:350: conflicting types for `base'
  205. /opt/local/lib/ncc/nesc_nx.h:349: previous declaration of `base'
  206. /opt/local/lib/ncc/nesc_nx.h:350: `value' undeclared here (not in a function)
  207. /opt/local/lib/ncc/nesc_nx.h:350: warning: data definition has no type or storage class
  208. /opt/local/lib/ncc/nesc_nx.h:351: warning: type defaults to `int' in declaration of `base'
  209. /opt/local/lib/ncc/nesc_nx.h:351: conflicting types for `base'
  210. /opt/local/lib/ncc/nesc_nx.h:350: previous declaration of `base'
  211. /opt/local/lib/ncc/nesc_nx.h:351: `value' undeclared here (not in a function)
  212. /opt/local/lib/ncc/nesc_nx.h:351: warning: data definition has no type or storage class
  213. /opt/local/lib/ncc/nesc_nx.h:352: warning: type defaults to `int' in declaration of `base'
  214. /opt/local/lib/ncc/nesc_nx.h:352: conflicting types for `base'
  215. /opt/local/lib/ncc/nesc_nx.h:351: previous declaration of `base'
  216. /opt/local/lib/ncc/nesc_nx.h:352: `value' undeclared here (not in a function)
  217. /opt/local/lib/ncc/nesc_nx.h:352: warning: data definition has no type or storage class
  218. /opt/local/lib/ncc/nesc_nx.h:353: syntax error before `return'
  219. /opt/local/lib/ncc/nesc_nx.h:356: syntax error before `__nesc_ntoh_leuint32'
  220. /opt/local/lib/ncc/nesc_nx.h:363: syntax error before `__nesc_hton_leuint32'
  221. /opt/local/lib/ncc/nesc_nx.h:365: warning: type defaults to `int' in declaration of `base'
  222. /opt/local/lib/ncc/nesc_nx.h:365: redefinition of `base'
  223. /opt/local/lib/ncc/nesc_nx.h:352: previous declaration of `base'
  224. /opt/local/lib/ncc/nesc_nx.h:365: `value' undeclared here (not in a function)
  225. /opt/local/lib/ncc/nesc_nx.h:365: warning: data definition has no type or storage class
  226. /opt/local/lib/ncc/nesc_nx.h:366: warning: type defaults to `int' in declaration of `base'
  227. /opt/local/lib/ncc/nesc_nx.h:366: conflicting types for `base'
  228. /opt/local/lib/ncc/nesc_nx.h:365: previous declaration of `base'
  229. /opt/local/lib/ncc/nesc_nx.h:366: `value' undeclared here (not in a function)
  230. /opt/local/lib/ncc/nesc_nx.h:366: warning: data definition has no type or storage class
  231. /opt/local/lib/ncc/nesc_nx.h:367: warning: type defaults to `int' in declaration of `base'
  232. /opt/local/lib/ncc/nesc_nx.h:367: conflicting types for `base'
  233. /opt/local/lib/ncc/nesc_nx.h:366: previous declaration of `base'
  234. /opt/local/lib/ncc/nesc_nx.h:367: `value' undeclared here (not in a function)
  235. /opt/local/lib/ncc/nesc_nx.h:367: warning: data definition has no type or storage class
  236. /opt/local/lib/ncc/nesc_nx.h:368: warning: type defaults to `int' in declaration of `base'
  237. /opt/local/lib/ncc/nesc_nx.h:368: conflicting types for `base'
  238. /opt/local/lib/ncc/nesc_nx.h:367: previous declaration of `base'
  239. /opt/local/lib/ncc/nesc_nx.h:368: `value' undeclared here (not in a function)
  240. /opt/local/lib/ncc/nesc_nx.h:368: warning: data definition has no type or storage class
  241. /opt/local/lib/ncc/nesc_nx.h:369: syntax error before `return'
  242. /opt/local/lib/ncc/nesc_nx.h:372: syntax error before `__nesc_ntoh_int32'
  243. /opt/local/lib/ncc/nesc_nx.h:372: syntax error before `__nesc_hton_int32'
  244. /opt/local/lib/ncc/nesc_nx.h:372: syntax error before `__nesc_ntoh_leint32'
  245. /opt/local/lib/ncc/nesc_nx.h:372: syntax error before `__nesc_hton_leint32'
  246. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_bf_decode32'
  247. /opt/local/lib/ncc/nesc_nx.h:373: redefinition of `byte_offset'
  248. /opt/local/lib/ncc/nesc_nx.h:335: previous declaration of `byte_offset'
  249. /opt/local/lib/ncc/nesc_nx.h:373: `offset' undeclared here (not in a function)
  250. /opt/local/lib/ncc/nesc_nx.h:373: redefinition of `bit_offset'
  251. /opt/local/lib/ncc/nesc_nx.h:335: previous declaration of `bit_offset'
  252. /opt/local/lib/ncc/nesc_nx.h:373: `offset' undeclared here (not in a function)
  253. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `if'
  254. /opt/local/lib/ncc/nesc_nx.h:373: warning: type defaults to `int' in declaration of `x'
  255. /opt/local/lib/ncc/nesc_nx.h:373: redefinition of `x'
  256. /opt/local/lib/ncc/nesc_nx.h:335: previous declaration of `x'
  257. /opt/local/lib/ncc/nesc_nx.h:373: `uint32_t' undeclared here (not in a function)
  258. /opt/local/lib/ncc/nesc_nx.h:373: `msg' undeclared here (not in a function)
  259. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  260. /opt/local/lib/ncc/nesc_nx.h:373: `length' undeclared here (not in a function)
  261. /opt/local/lib/ncc/nesc_nx.h:373: warning: data definition has no type or storage class
  262. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `++'
  263. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `|='
  264. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `*'
  265. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bf_encode32':
  266. /opt/local/lib/ncc/nesc_nx.h:373: warning: declaration of `byte_offset' shadows global declaration
  267. /opt/local/lib/ncc/nesc_nx.h:373: warning: location of shadowed declaration
  268. /opt/local/lib/ncc/nesc_nx.h:373: `offset' undeclared (first use in this function)
  269. /opt/local/lib/ncc/nesc_nx.h:373: warning: declaration of `bit_offset' shadows global declaration
  270. /opt/local/lib/ncc/nesc_nx.h:373: warning: location of shadowed declaration
  271. /opt/local/lib/ncc/nesc_nx.h:373: `length' undeclared (first use in this function)
  272. /opt/local/lib/ncc/nesc_nx.h:373: `msg' undeclared (first use in this function)
  273. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  274. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  275. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  276. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  277. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  278. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  279. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  280. /opt/local/lib/ncc/nesc_nx.h: At top level:
  281. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_ntohbf_uint32'
  282. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_ntohbf_int32'
  283. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_htonbf_uint32'
  284. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_htonbf_int32'
  285. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_bfle_decode32'
  286. /opt/local/lib/ncc/nesc_nx.h:373: redefinition of `byte_offset'
  287. /opt/local/lib/ncc/nesc_nx.h:373: previous declaration of `byte_offset'
  288. /opt/local/lib/ncc/nesc_nx.h:373: `offset' undeclared here (not in a function)
  289. /opt/local/lib/ncc/nesc_nx.h:373: redefinition of `bit_offset'
  290. /opt/local/lib/ncc/nesc_nx.h:373: previous declaration of `bit_offset'
  291. /opt/local/lib/ncc/nesc_nx.h:373: `offset' undeclared here (not in a function)
  292. /opt/local/lib/ncc/nesc_nx.h:373: redefinition of `count'
  293. /opt/local/lib/ncc/nesc_nx.h:335: previous declaration of `count'
  294. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `if'
  295. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `+='
  296. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `+='
  297. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `*'
  298. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bfle_encode32':
  299. /opt/local/lib/ncc/nesc_nx.h:373: warning: declaration of `byte_offset' shadows global declaration
  300. /opt/local/lib/ncc/nesc_nx.h:373: warning: location of shadowed declaration
  301. /opt/local/lib/ncc/nesc_nx.h:373: `offset' undeclared (first use in this function)
  302. /opt/local/lib/ncc/nesc_nx.h:373: warning: declaration of `bit_offset' shadows global declaration
  303. /opt/local/lib/ncc/nesc_nx.h:373: warning: location of shadowed declaration
  304. /opt/local/lib/ncc/nesc_nx.h:373: warning: declaration of `count' shadows global declaration
  305. /opt/local/lib/ncc/nesc_nx.h:373: warning: location of shadowed declaration
  306. /opt/local/lib/ncc/nesc_nx.h:373: `length' undeclared (first use in this function)
  307. /opt/local/lib/ncc/nesc_nx.h:373: `msg' undeclared (first use in this function)
  308. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  309. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  310. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  311. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  312. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  313. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  314. /opt/local/lib/ncc/nesc_nx.h:373: subscripted value is neither array nor pointer
  315. /opt/local/lib/ncc/nesc_nx.h: At top level:
  316. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_ntohbf_leuint32'
  317. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_ntohbf_leint32'
  318. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_htonbf_leuint32'
  319. /opt/local/lib/ncc/nesc_nx.h:373: syntax error before `__nesc_htonbf_leint32'
  320. /opt/local/lib/ncc/nesc_nx.h:378: syntax error before `__nesc_ntoh_uint64'
  321. /opt/local/lib/ncc/nesc_nx.h:389: syntax error before `__nesc_hton_uint64'
  322. /opt/local/lib/ncc/nesc_nx.h:391: warning: type defaults to `int' in declaration of `base'
  323. /opt/local/lib/ncc/nesc_nx.h:391: conflicting types for `base'
  324. /opt/local/lib/ncc/nesc_nx.h:368: previous declaration of `base'
  325. /opt/local/lib/ncc/nesc_nx.h:391: `value' undeclared here (not in a function)
  326. /opt/local/lib/ncc/nesc_nx.h:391: warning: data definition has no type or storage class
  327. /opt/local/lib/ncc/nesc_nx.h:392: warning: type defaults to `int' in declaration of `base'
  328. /opt/local/lib/ncc/nesc_nx.h:392: conflicting types for `base'
  329. /opt/local/lib/ncc/nesc_nx.h:391: previous declaration of `base'
  330. /opt/local/lib/ncc/nesc_nx.h:392: `value' undeclared here (not in a function)
  331. /opt/local/lib/ncc/nesc_nx.h:392: warning: data definition has no type or storage class
  332. /opt/local/lib/ncc/nesc_nx.h:393: warning: type defaults to `int' in declaration of `base'
  333. /opt/local/lib/ncc/nesc_nx.h:393: conflicting types for `base'
  334. /opt/local/lib/ncc/nesc_nx.h:392: previous declaration of `base'
  335. /opt/local/lib/ncc/nesc_nx.h:393: `value' undeclared here (not in a function)
  336. /opt/local/lib/ncc/nesc_nx.h:393: warning: data definition has no type or storage class
  337. /opt/local/lib/ncc/nesc_nx.h:394: warning: type defaults to `int' in declaration of `base'
  338. /opt/local/lib/ncc/nesc_nx.h:394: conflicting types for `base'
  339. /opt/local/lib/ncc/nesc_nx.h:393: previous declaration of `base'
  340. /opt/local/lib/ncc/nesc_nx.h:394: `value' undeclared here (not in a function)
  341. /opt/local/lib/ncc/nesc_nx.h:394: warning: data definition has no type or storage class
  342. /opt/local/lib/ncc/nesc_nx.h:395: warning: type defaults to `int' in declaration of `base'
  343. /opt/local/lib/ncc/nesc_nx.h:395: conflicting types for `base'
  344. /opt/local/lib/ncc/nesc_nx.h:394: previous declaration of `base'
  345. /opt/local/lib/ncc/nesc_nx.h:395: `value' undeclared here (not in a function)
  346. /opt/local/lib/ncc/nesc_nx.h:395: warning: data definition has no type or storage class
  347. /opt/local/lib/ncc/nesc_nx.h:396: warning: type defaults to `int' in declaration of `base'
  348. /opt/local/lib/ncc/nesc_nx.h:396: conflicting types for `base'
  349. /opt/local/lib/ncc/nesc_nx.h:395: previous declaration of `base'
  350. /opt/local/lib/ncc/nesc_nx.h:396: `value' undeclared here (not in a function)
  351. /opt/local/lib/ncc/nesc_nx.h:396: warning: data definition has no type or storage class
  352. /opt/local/lib/ncc/nesc_nx.h:397: warning: type defaults to `int' in declaration of `base'
  353. /opt/local/lib/ncc/nesc_nx.h:397: conflicting types for `base'
  354. /opt/local/lib/ncc/nesc_nx.h:396: previous declaration of `base'
  355. /opt/local/lib/ncc/nesc_nx.h:397: `value' undeclared here (not in a function)
  356. /opt/local/lib/ncc/nesc_nx.h:397: warning: data definition has no type or storage class
  357. /opt/local/lib/ncc/nesc_nx.h:398: warning: type defaults to `int' in declaration of `base'
  358. /opt/local/lib/ncc/nesc_nx.h:398: conflicting types for `base'
  359. /opt/local/lib/ncc/nesc_nx.h:397: previous declaration of `base'
  360. /opt/local/lib/ncc/nesc_nx.h:398: `value' undeclared here (not in a function)
  361. /opt/local/lib/ncc/nesc_nx.h:398: warning: data definition has no type or storage class
  362. /opt/local/lib/ncc/nesc_nx.h:399: syntax error before `return'
  363. /opt/local/lib/ncc/nesc_nx.h:402: syntax error before `__nesc_ntoh_leuint64'
  364. /opt/local/lib/ncc/nesc_nx.h:413: syntax error before `__nesc_hton_leuint64'
  365. /opt/local/lib/ncc/nesc_nx.h:415: warning: type defaults to `int' in declaration of `base'
  366. /opt/local/lib/ncc/nesc_nx.h:415: redefinition of `base'
  367. /opt/local/lib/ncc/nesc_nx.h:398: previous declaration of `base'
  368. /opt/local/lib/ncc/nesc_nx.h:415: `value' undeclared here (not in a function)
  369. /opt/local/lib/ncc/nesc_nx.h:415: warning: data definition has no type or storage class
  370. /opt/local/lib/ncc/nesc_nx.h:416: warning: type defaults to `int' in declaration of `base'
  371. /opt/local/lib/ncc/nesc_nx.h:416: conflicting types for `base'
  372. /opt/local/lib/ncc/nesc_nx.h:415: previous declaration of `base'
  373. /opt/local/lib/ncc/nesc_nx.h:416: `value' undeclared here (not in a function)
  374. /opt/local/lib/ncc/nesc_nx.h:416: warning: data definition has no type or storage class
  375. /opt/local/lib/ncc/nesc_nx.h:417: warning: type defaults to `int' in declaration of `base'
  376. /opt/local/lib/ncc/nesc_nx.h:417: conflicting types for `base'
  377. /opt/local/lib/ncc/nesc_nx.h:416: previous declaration of `base'
  378. /opt/local/lib/ncc/nesc_nx.h:417: `value' undeclared here (not in a function)
  379. /opt/local/lib/ncc/nesc_nx.h:417: warning: data definition has no type or storage class
  380. /opt/local/lib/ncc/nesc_nx.h:418: warning: type defaults to `int' in declaration of `base'
  381. /opt/local/lib/ncc/nesc_nx.h:418: conflicting types for `base'
  382. /opt/local/lib/ncc/nesc_nx.h:417: previous declaration of `base'
  383. /opt/local/lib/ncc/nesc_nx.h:418: `value' undeclared here (not in a function)
  384. /opt/local/lib/ncc/nesc_nx.h:418: warning: data definition has no type or storage class
  385. /opt/local/lib/ncc/nesc_nx.h:419: warning: type defaults to `int' in declaration of `base'
  386. /opt/local/lib/ncc/nesc_nx.h:419: conflicting types for `base'
  387. /opt/local/lib/ncc/nesc_nx.h:418: previous declaration of `base'
  388. /opt/local/lib/ncc/nesc_nx.h:419: `value' undeclared here (not in a function)
  389. /opt/local/lib/ncc/nesc_nx.h:419: warning: data definition has no type or storage class
  390. /opt/local/lib/ncc/nesc_nx.h:420: warning: type defaults to `int' in declaration of `base'
  391. /opt/local/lib/ncc/nesc_nx.h:420: conflicting types for `base'
  392. /opt/local/lib/ncc/nesc_nx.h:419: previous declaration of `base'
  393. /opt/local/lib/ncc/nesc_nx.h:420: `value' undeclared here (not in a function)
  394. /opt/local/lib/ncc/nesc_nx.h:420: warning: data definition has no type or storage class
  395. /opt/local/lib/ncc/nesc_nx.h:421: warning: type defaults to `int' in declaration of `base'
  396. /opt/local/lib/ncc/nesc_nx.h:421: conflicting types for `base'
  397. /opt/local/lib/ncc/nesc_nx.h:420: previous declaration of `base'
  398. /opt/local/lib/ncc/nesc_nx.h:421: `value' undeclared here (not in a function)
  399. /opt/local/lib/ncc/nesc_nx.h:421: warning: data definition has no type or storage class
  400. /opt/local/lib/ncc/nesc_nx.h:422: warning: type defaults to `int' in declaration of `base'
  401. /opt/local/lib/ncc/nesc_nx.h:422: conflicting types for `base'
  402. /opt/local/lib/ncc/nesc_nx.h:421: previous declaration of `base'
  403. /opt/local/lib/ncc/nesc_nx.h:422: `value' undeclared here (not in a function)
  404. /opt/local/lib/ncc/nesc_nx.h:422: warning: data definition has no type or storage class
  405. /opt/local/lib/ncc/nesc_nx.h:423: syntax error before `return'
  406. /opt/local/lib/ncc/nesc_nx.h:426: syntax error before `__nesc_ntoh_int64'
  407. /opt/local/lib/ncc/nesc_nx.h:426: syntax error before `__nesc_hton_int64'
  408. /opt/local/lib/ncc/nesc_nx.h:426: syntax error before `__nesc_ntoh_leint64'
  409. /opt/local/lib/ncc/nesc_nx.h:426: syntax error before `__nesc_hton_leint64'
  410. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_bf_decode64'
  411. /opt/local/lib/ncc/nesc_nx.h:427: redefinition of `byte_offset'
  412. /opt/local/lib/ncc/nesc_nx.h:373: previous declaration of `byte_offset'
  413. /opt/local/lib/ncc/nesc_nx.h:427: `offset' undeclared here (not in a function)
  414. /opt/local/lib/ncc/nesc_nx.h:427: redefinition of `bit_offset'
  415. /opt/local/lib/ncc/nesc_nx.h:373: previous declaration of `bit_offset'
  416. /opt/local/lib/ncc/nesc_nx.h:427: `offset' undeclared here (not in a function)
  417. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `if'
  418. /opt/local/lib/ncc/nesc_nx.h:427: warning: type defaults to `int' in declaration of `x'
  419. /opt/local/lib/ncc/nesc_nx.h:427: redefinition of `x'
  420. /opt/local/lib/ncc/nesc_nx.h:373: previous declaration of `x'
  421. /opt/local/lib/ncc/nesc_nx.h:427: `uint64_t' undeclared here (not in a function)
  422. /opt/local/lib/ncc/nesc_nx.h:427: `msg' undeclared here (not in a function)
  423. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  424. /opt/local/lib/ncc/nesc_nx.h:427: `length' undeclared here (not in a function)
  425. /opt/local/lib/ncc/nesc_nx.h:427: warning: data definition has no type or storage class
  426. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `++'
  427. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `|='
  428. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `*'
  429. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bf_encode64':
  430. /opt/local/lib/ncc/nesc_nx.h:427: warning: declaration of `byte_offset' shadows global declaration
  431. /opt/local/lib/ncc/nesc_nx.h:427: warning: location of shadowed declaration
  432. /opt/local/lib/ncc/nesc_nx.h:427: `offset' undeclared (first use in this function)
  433. /opt/local/lib/ncc/nesc_nx.h:427: warning: declaration of `bit_offset' shadows global declaration
  434. /opt/local/lib/ncc/nesc_nx.h:427: warning: location of shadowed declaration
  435. /opt/local/lib/ncc/nesc_nx.h:427: `length' undeclared (first use in this function)
  436. /opt/local/lib/ncc/nesc_nx.h:427: `msg' undeclared (first use in this function)
  437. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  438. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  439. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  440. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  441. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  442. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  443. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  444. /opt/local/lib/ncc/nesc_nx.h: At top level:
  445. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_ntohbf_uint64'
  446. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_ntohbf_int64'
  447. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_htonbf_uint64'
  448. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_htonbf_int64'
  449. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_bfle_decode64'
  450. /opt/local/lib/ncc/nesc_nx.h:427: redefinition of `byte_offset'
  451. /opt/local/lib/ncc/nesc_nx.h:427: previous declaration of `byte_offset'
  452. /opt/local/lib/ncc/nesc_nx.h:427: `offset' undeclared here (not in a function)
  453. /opt/local/lib/ncc/nesc_nx.h:427: redefinition of `bit_offset'
  454. /opt/local/lib/ncc/nesc_nx.h:427: previous declaration of `bit_offset'
  455. /opt/local/lib/ncc/nesc_nx.h:427: `offset' undeclared here (not in a function)
  456. /opt/local/lib/ncc/nesc_nx.h:427: redefinition of `count'
  457. /opt/local/lib/ncc/nesc_nx.h:373: previous declaration of `count'
  458. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `if'
  459. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `+='
  460. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `+='
  461. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `*'
  462. /opt/local/lib/ncc/nesc_nx.h: In function `__nesc_bfle_encode64':
  463. /opt/local/lib/ncc/nesc_nx.h:427: warning: declaration of `byte_offset' shadows global declaration
  464. /opt/local/lib/ncc/nesc_nx.h:427: warning: location of shadowed declaration
  465. /opt/local/lib/ncc/nesc_nx.h:427: `offset' undeclared (first use in this function)
  466. /opt/local/lib/ncc/nesc_nx.h:427: warning: declaration of `bit_offset' shadows global declaration
  467. /opt/local/lib/ncc/nesc_nx.h:427: warning: location of shadowed declaration
  468. /opt/local/lib/ncc/nesc_nx.h:427: warning: declaration of `count' shadows global declaration
  469. /opt/local/lib/ncc/nesc_nx.h:427: warning: location of shadowed declaration
  470. /opt/local/lib/ncc/nesc_nx.h:427: `length' undeclared (first use in this function)
  471. /opt/local/lib/ncc/nesc_nx.h:427: `msg' undeclared (first use in this function)
  472. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  473. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  474. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  475. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  476. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  477. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  478. /opt/local/lib/ncc/nesc_nx.h:427: subscripted value is neither array nor pointer
  479. /opt/local/lib/ncc/nesc_nx.h: At top level:
  480. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_ntohbf_leuint64'
  481. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_ntohbf_leint64'
  482. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_htonbf_leuint64'
  483. /opt/local/lib/ncc/nesc_nx.h:427: syntax error before `__nesc_htonbf_leint64'
  484. /opt/local/lib/ncc/nesc_nx.h:431: syntax error before `nx_int8_t'
  485. /opt/local/lib/ncc/nesc_nx.h:432: syntax error before `nx_int16_t'
  486. /opt/local/lib/ncc/nesc_nx.h:433: syntax error before `nx_int32_t'
  487. /opt/local/lib/ncc/nesc_nx.h:434: syntax error before `nx_int64_t'
  488. /opt/local/lib/ncc/nesc_nx.h:435: syntax error before `nx_uint8_t'
  489. /opt/local/lib/ncc/nesc_nx.h:436: syntax error before `nx_uint16_t'
  490. /opt/local/lib/ncc/nesc_nx.h:437: syntax error before `nx_uint32_t'
  491. /opt/local/lib/ncc/nesc_nx.h:438: syntax error before `nx_uint64_t'
  492. /opt/local/lib/ncc/nesc_nx.h:441: syntax error before `nxle_int8_t'
  493. /opt/local/lib/ncc/nesc_nx.h:442: syntax error before `nxle_int16_t'
  494. /opt/local/lib/ncc/nesc_nx.h:443: syntax error before `nxle_int32_t'
  495. /opt/local/lib/ncc/nesc_nx.h:444: syntax error before `nxle_int64_t'
  496. /opt/local/lib/ncc/nesc_nx.h:445: syntax error before `nxle_uint8_t'
  497. /opt/local/lib/ncc/nesc_nx.h:446: syntax error before `nxle_uint16_t'
  498. /opt/local/lib/ncc/nesc_nx.h:447: syntax error before `nxle_uint32_t'
  499. /opt/local/lib/ncc/nesc_nx.h:448: syntax error before `nxle_uint64_t'
  500. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:3:26: error: sys/inttypes.h: No such file or directory
  501. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:13:20: error: string.h: No such file or directory
  502. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:14:20: error: stdlib.h: No such file or directory
  503. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:15:18: error: math.h: No such file or directory
  504. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:16:20: error: stddef.h: No such file or directory
  505. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:17:19: error: ctype.h: No such file or directory
  506. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:23: syntax error before `bool'
  507. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:26: syntax error before `nx_bool'
  508. /Users/pablo/TinyOS/tinyos-2.x/tos/system/tos.h:27: syntax error before `TOS_NODE_ID'
  509. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:47:
  510. In interface `Scheduler':
  511. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Scheduler.nc:65: only commands and events can be defined in interfaces
  512. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Scheduler.nc:65: warning: return-type defaults to `int'
  513. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Scheduler.nc:65: syntax error before `runNextTask'
  514. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/TaskBasic.nc:53,
  515.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:48:
  516. In C file:
  517. /Users/pablo/TinyOS/tinyos-2.x/tos/types/TinyError.h:67: syntax error before `error_t'
  518. /Users/pablo/TinyOS/tinyos-2.x/tos/types/TinyError.h:69: syntax error before `ecombine'
  519. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:48:
  520. In interface `TaskBasic':
  521. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/TaskBasic.nc:67: only commands and events can be defined in interfaces
  522. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/TaskBasic.nc:67: warning: return-type defaults to `int'
  523. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/TaskBasic.nc:67: syntax error before `postTask'
  524. In component `TinySchedulerC':
  525. /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:48: syntax error before `uint8_t'
  526. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:4,
  527.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:52:
  528. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:40:16: error: io.h: No such file or directory
  529. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:41:20: error: signal.h: No such file or directory
  530. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:4,
  531.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:52,
  532.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:51:
  533. In C file:
  534. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:204: syntax error before `mcu_power_t'
  535. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:205: syntax error before `mcombine'
  536. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h: In function `__nesc_disable_interrupt':
  537. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:219: warning: implicit declaration of function `dint'
  538. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:220: warning: implicit declaration of function `nop'
  539. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h: In function `__nesc_enable_interrupt':
  540. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:225: warning: implicit declaration of function `eint'
  541. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h: At top level:
  542. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:228: syntax error before `__nesc_atomic_t'
  543. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:229: syntax error before `__nesc_atomic_start'
  544. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:230: syntax error before `reenable_interrupts'
  545. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:237: syntax error before `__nesc_atomic_start'
  546. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:240: warning: return-type defaults to `int'
  547. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:240: conflicting types for `__nesc_disable_interrupt'
  548. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:217: previous declaration of `__nesc_disable_interrupt'
  549. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:240: warning: data definition has no type or storage class
  550. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:241: syntax error before `volatile'
  551. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:245: syntax error before `reenable_interrupts'
  552. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h: In function `__nesc_atomic_end':
  553. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:248: `reenable_interrupts' undeclared (first use in this function)
  554. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h: In function `__nesc_ntoh_afloat':
  555. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:263: warning: implicit declaration of function `memcpy'
  556. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h: In function `__nesc_hton_afloat':
  557. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/msp430hardware.h:268: warning: implicit declaration of function `memcpy'
  558. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:52,
  559.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:51:
  560. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RED_LED_PIN':
  561. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `r'
  562. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: `r' undeclared (first use in this function)
  563. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RED_LED_PIN':
  564. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `r'
  565. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: `r' undeclared (first use in this function)
  566. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RED_LED_PIN':
  567. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `r'
  568. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: `r' undeclared (first use in this function)
  569. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  570. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `TOSH_READ_RED_LED_PIN'
  571. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RED_LED_OUTPUT':
  572. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `r'
  573. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: `r' undeclared (first use in this function)
  574. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RED_LED_INPUT':
  575. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `r'
  576. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: `r' undeclared (first use in this function)
  577. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RED_LED_MODFUNC':
  578. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `r'
  579. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: `r' undeclared (first use in this function)
  580. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RED_LED_IOFUNC':
  581. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: syntax error before `r'
  582. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:13: `r' undeclared (first use in this function)
  583. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_GREEN_LED_PIN':
  584. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `r'
  585. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: `r' undeclared (first use in this function)
  586. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_GREEN_LED_PIN':
  587. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `r'
  588. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: `r' undeclared (first use in this function)
  589. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_GREEN_LED_PIN':
  590. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `r'
  591. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: `r' undeclared (first use in this function)
  592. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  593. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `TOSH_READ_GREEN_LED_PIN'
  594. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GREEN_LED_OUTPUT':
  595. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `r'
  596. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: `r' undeclared (first use in this function)
  597. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GREEN_LED_INPUT':
  598. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `r'
  599. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: `r' undeclared (first use in this function)
  600. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GREEN_LED_MODFUNC':
  601. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `r'
  602. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: `r' undeclared (first use in this function)
  603. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GREEN_LED_IOFUNC':
  604. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: syntax error before `r'
  605. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:14: `r' undeclared (first use in this function)
  606. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_YELLOW_LED_PIN':
  607. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `r'
  608. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: `r' undeclared (first use in this function)
  609. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_YELLOW_LED_PIN':
  610. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `r'
  611. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: `r' undeclared (first use in this function)
  612. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_YELLOW_LED_PIN':
  613. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `r'
  614. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: `r' undeclared (first use in this function)
  615. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  616. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `TOSH_READ_YELLOW_LED_PIN'
  617. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_YELLOW_LED_OUTPUT':
  618. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `r'
  619. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: `r' undeclared (first use in this function)
  620. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_YELLOW_LED_INPUT':
  621. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `r'
  622. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: `r' undeclared (first use in this function)
  623. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_YELLOW_LED_MODFUNC':
  624. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `r'
  625. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: `r' undeclared (first use in this function)
  626. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_YELLOW_LED_IOFUNC':
  627. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: syntax error before `r'
  628. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:15: `r' undeclared (first use in this function)
  629. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_CSN_PIN':
  630. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `r'
  631. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: `r' undeclared (first use in this function)
  632. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_CSN_PIN':
  633. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `r'
  634. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: `r' undeclared (first use in this function)
  635. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_CSN_PIN':
  636. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `r'
  637. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: `r' undeclared (first use in this function)
  638. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  639. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `TOSH_READ_RADIO_CSN_PIN'
  640. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_CSN_OUTPUT':
  641. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `r'
  642. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: `r' undeclared (first use in this function)
  643. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_CSN_INPUT':
  644. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `r'
  645. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: `r' undeclared (first use in this function)
  646. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_CSN_MODFUNC':
  647. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `r'
  648. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: `r' undeclared (first use in this function)
  649. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_CSN_IOFUNC':
  650. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: syntax error before `r'
  651. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:18: `r' undeclared (first use in this function)
  652. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_VREF_PIN':
  653. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `r'
  654. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: `r' undeclared (first use in this function)
  655. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_VREF_PIN':
  656. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `r'
  657. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: `r' undeclared (first use in this function)
  658. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_VREF_PIN':
  659. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `r'
  660. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: `r' undeclared (first use in this function)
  661. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  662. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `TOSH_READ_RADIO_VREF_PIN'
  663. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_VREF_OUTPUT':
  664. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `r'
  665. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: `r' undeclared (first use in this function)
  666. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_VREF_INPUT':
  667. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `r'
  668. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: `r' undeclared (first use in this function)
  669. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_VREF_MODFUNC':
  670. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `r'
  671. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: `r' undeclared (first use in this function)
  672. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_VREF_IOFUNC':
  673. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: syntax error before `r'
  674. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:19: `r' undeclared (first use in this function)
  675. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_RESET_PIN':
  676. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `r'
  677. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: `r' undeclared (first use in this function)
  678. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_RESET_PIN':
  679. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `r'
  680. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: `r' undeclared (first use in this function)
  681. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_RESET_PIN':
  682. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `r'
  683. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: `r' undeclared (first use in this function)
  684. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  685. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `TOSH_READ_RADIO_RESET_PIN'
  686. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_RESET_OUTPUT':
  687. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `r'
  688. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: `r' undeclared (first use in this function)
  689. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_RESET_INPUT':
  690. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `r'
  691. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: `r' undeclared (first use in this function)
  692. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_RESET_MODFUNC':
  693. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `r'
  694. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: `r' undeclared (first use in this function)
  695. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_RESET_IOFUNC':
  696. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: syntax error before `r'
  697. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:20: `r' undeclared (first use in this function)
  698. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_FIFOP_PIN':
  699. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `r'
  700. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: `r' undeclared (first use in this function)
  701. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_FIFOP_PIN':
  702. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `r'
  703. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: `r' undeclared (first use in this function)
  704. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_FIFOP_PIN':
  705. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `r'
  706. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: `r' undeclared (first use in this function)
  707. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  708. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `TOSH_READ_RADIO_FIFOP_PIN'
  709. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_FIFOP_OUTPUT':
  710. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `r'
  711. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: `r' undeclared (first use in this function)
  712. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_FIFOP_INPUT':
  713. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `r'
  714. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: `r' undeclared (first use in this function)
  715. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_FIFOP_MODFUNC':
  716. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `r'
  717. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: `r' undeclared (first use in this function)
  718. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_FIFOP_IOFUNC':
  719. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: syntax error before `r'
  720. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:21: `r' undeclared (first use in this function)
  721. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_SFD_PIN':
  722. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `r'
  723. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: `r' undeclared (first use in this function)
  724. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_SFD_PIN':
  725. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `r'
  726. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: `r' undeclared (first use in this function)
  727. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_SFD_PIN':
  728. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `r'
  729. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: `r' undeclared (first use in this function)
  730. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  731. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `TOSH_READ_RADIO_SFD_PIN'
  732. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_SFD_OUTPUT':
  733. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `r'
  734. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: `r' undeclared (first use in this function)
  735. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_SFD_INPUT':
  736. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `r'
  737. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: `r' undeclared (first use in this function)
  738. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_SFD_MODFUNC':
  739. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `r'
  740. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: `r' undeclared (first use in this function)
  741. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_SFD_IOFUNC':
  742. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: syntax error before `r'
  743. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:22: `r' undeclared (first use in this function)
  744. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_GIO0_PIN':
  745. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `r'
  746. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: `r' undeclared (first use in this function)
  747. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_GIO0_PIN':
  748. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `r'
  749. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: `r' undeclared (first use in this function)
  750. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_GIO0_PIN':
  751. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `r'
  752. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: `r' undeclared (first use in this function)
  753. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  754. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `TOSH_READ_RADIO_GIO0_PIN'
  755. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_GIO0_OUTPUT':
  756. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `r'
  757. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: `r' undeclared (first use in this function)
  758. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_GIO0_INPUT':
  759. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `r'
  760. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: `r' undeclared (first use in this function)
  761. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_GIO0_MODFUNC':
  762. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `r'
  763. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: `r' undeclared (first use in this function)
  764. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_GIO0_IOFUNC':
  765. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: syntax error before `r'
  766. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:23: `r' undeclared (first use in this function)
  767. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_FIFO_PIN':
  768. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `r'
  769. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: `r' undeclared (first use in this function)
  770. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_FIFO_PIN':
  771. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `r'
  772. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: `r' undeclared (first use in this function)
  773. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_FIFO_PIN':
  774. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `r'
  775. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: `r' undeclared (first use in this function)
  776. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  777. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `TOSH_READ_RADIO_FIFO_PIN'
  778. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_FIFO_OUTPUT':
  779. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `r'
  780. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: `r' undeclared (first use in this function)
  781. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_FIFO_INPUT':
  782. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `r'
  783. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: `r' undeclared (first use in this function)
  784. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_FIFO_MODFUNC':
  785. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `r'
  786. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: `r' undeclared (first use in this function)
  787. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_FIFO_IOFUNC':
  788. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: syntax error before `r'
  789. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:24: `r' undeclared (first use in this function)
  790. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_GIO1_PIN':
  791. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `r'
  792. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: `r' undeclared (first use in this function)
  793. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_GIO1_PIN':
  794. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `r'
  795. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: `r' undeclared (first use in this function)
  796. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_GIO1_PIN':
  797. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `r'
  798. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: `r' undeclared (first use in this function)
  799. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  800. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `TOSH_READ_RADIO_GIO1_PIN'
  801. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_GIO1_OUTPUT':
  802. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `r'
  803. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: `r' undeclared (first use in this function)
  804. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_GIO1_INPUT':
  805. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `r'
  806. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: `r' undeclared (first use in this function)
  807. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_GIO1_MODFUNC':
  808. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `r'
  809. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: `r' undeclared (first use in this function)
  810. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_GIO1_IOFUNC':
  811. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: syntax error before `r'
  812. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:25: `r' undeclared (first use in this function)
  813. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_RADIO_CCA_PIN':
  814. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `r'
  815. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: `r' undeclared (first use in this function)
  816. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_RADIO_CCA_PIN':
  817. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `r'
  818. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: `r' undeclared (first use in this function)
  819. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_RADIO_CCA_PIN':
  820. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `r'
  821. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: `r' undeclared (first use in this function)
  822. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  823. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `TOSH_READ_RADIO_CCA_PIN'
  824. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_CCA_OUTPUT':
  825. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `r'
  826. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: `r' undeclared (first use in this function)
  827. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_RADIO_CCA_INPUT':
  828. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `r'
  829. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: `r' undeclared (first use in this function)
  830. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_CCA_MODFUNC':
  831. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `r'
  832. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: `r' undeclared (first use in this function)
  833. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_RADIO_CCA_IOFUNC':
  834. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: syntax error before `r'
  835. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:26: `r' undeclared (first use in this function)
  836. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_CC_FIFOP_PIN':
  837. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `r'
  838. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: `r' undeclared (first use in this function)
  839. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_CC_FIFOP_PIN':
  840. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `r'
  841. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: `r' undeclared (first use in this function)
  842. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_CC_FIFOP_PIN':
  843. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `r'
  844. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: `r' undeclared (first use in this function)
  845. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  846. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `TOSH_READ_CC_FIFOP_PIN'
  847. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_FIFOP_OUTPUT':
  848. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `r'
  849. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: `r' undeclared (first use in this function)
  850. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_FIFOP_INPUT':
  851. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `r'
  852. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: `r' undeclared (first use in this function)
  853. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_FIFOP_MODFUNC':
  854. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `r'
  855. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: `r' undeclared (first use in this function)
  856. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_FIFOP_IOFUNC':
  857. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: syntax error before `r'
  858. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:28: `r' undeclared (first use in this function)
  859. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_CC_FIFO_PIN':
  860. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `r'
  861. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: `r' undeclared (first use in this function)
  862. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_CC_FIFO_PIN':
  863. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `r'
  864. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: `r' undeclared (first use in this function)
  865. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_CC_FIFO_PIN':
  866. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `r'
  867. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: `r' undeclared (first use in this function)
  868. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  869. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `TOSH_READ_CC_FIFO_PIN'
  870. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_FIFO_OUTPUT':
  871. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `r'
  872. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: `r' undeclared (first use in this function)
  873. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_FIFO_INPUT':
  874. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `r'
  875. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: `r' undeclared (first use in this function)
  876. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_FIFO_MODFUNC':
  877. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `r'
  878. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: `r' undeclared (first use in this function)
  879. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_FIFO_IOFUNC':
  880. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: syntax error before `r'
  881. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:29: `r' undeclared (first use in this function)
  882. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_CC_SFD_PIN':
  883. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `r'
  884. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: `r' undeclared (first use in this function)
  885. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_CC_SFD_PIN':
  886. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `r'
  887. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: `r' undeclared (first use in this function)
  888. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_CC_SFD_PIN':
  889. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `r'
  890. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: `r' undeclared (first use in this function)
  891. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  892. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `TOSH_READ_CC_SFD_PIN'
  893. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_SFD_OUTPUT':
  894. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `r'
  895. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: `r' undeclared (first use in this function)
  896. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_SFD_INPUT':
  897. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `r'
  898. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: `r' undeclared (first use in this function)
  899. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_SFD_MODFUNC':
  900. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `r'
  901. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: `r' undeclared (first use in this function)
  902. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_SFD_IOFUNC':
  903. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: syntax error before `r'
  904. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:30: `r' undeclared (first use in this function)
  905. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_CC_VREN_PIN':
  906. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `r'
  907. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: `r' undeclared (first use in this function)
  908. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_CC_VREN_PIN':
  909. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `r'
  910. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: `r' undeclared (first use in this function)
  911. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_CC_VREN_PIN':
  912. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `r'
  913. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: `r' undeclared (first use in this function)
  914. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  915. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `TOSH_READ_CC_VREN_PIN'
  916. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_VREN_OUTPUT':
  917. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `r'
  918. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: `r' undeclared (first use in this function)
  919. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_VREN_INPUT':
  920. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `r'
  921. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: `r' undeclared (first use in this function)
  922. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_VREN_MODFUNC':
  923. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `r'
  924. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: `r' undeclared (first use in this function)
  925. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_VREN_IOFUNC':
  926. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: syntax error before `r'
  927. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:31: `r' undeclared (first use in this function)
  928. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_CC_RSTN_PIN':
  929. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `r'
  930. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: `r' undeclared (first use in this function)
  931. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_CC_RSTN_PIN':
  932. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `r'
  933. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: `r' undeclared (first use in this function)
  934. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_CC_RSTN_PIN':
  935. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `r'
  936. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: `r' undeclared (first use in this function)
  937. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  938. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `TOSH_READ_CC_RSTN_PIN'
  939. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_RSTN_OUTPUT':
  940. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `r'
  941. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: `r' undeclared (first use in this function)
  942. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_CC_RSTN_INPUT':
  943. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `r'
  944. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: `r' undeclared (first use in this function)
  945. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_RSTN_MODFUNC':
  946. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `r'
  947. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: `r' undeclared (first use in this function)
  948. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_CC_RSTN_IOFUNC':
  949. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: syntax error before `r'
  950. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:32: `r' undeclared (first use in this function)
  951. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_SOMI0_PIN':
  952. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `r'
  953. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: `r' undeclared (first use in this function)
  954. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_SOMI0_PIN':
  955. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `r'
  956. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: `r' undeclared (first use in this function)
  957. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_SOMI0_PIN':
  958. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `r'
  959. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: `r' undeclared (first use in this function)
  960. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  961. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `TOSH_READ_SOMI0_PIN'
  962. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SOMI0_OUTPUT':
  963. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `r'
  964. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: `r' undeclared (first use in this function)
  965. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SOMI0_INPUT':
  966. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `r'
  967. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: `r' undeclared (first use in this function)
  968. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SOMI0_MODFUNC':
  969. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `r'
  970. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: `r' undeclared (first use in this function)
  971. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SOMI0_IOFUNC':
  972. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: syntax error before `r'
  973. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:35: `r' undeclared (first use in this function)
  974. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_SIMO0_PIN':
  975. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `r'
  976. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: `r' undeclared (first use in this function)
  977. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_SIMO0_PIN':
  978. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `r'
  979. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: `r' undeclared (first use in this function)
  980. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_SIMO0_PIN':
  981. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `r'
  982. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: `r' undeclared (first use in this function)
  983. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  984. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `TOSH_READ_SIMO0_PIN'
  985. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SIMO0_OUTPUT':
  986. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `r'
  987. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: `r' undeclared (first use in this function)
  988. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SIMO0_INPUT':
  989. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `r'
  990. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: `r' undeclared (first use in this function)
  991. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SIMO0_MODFUNC':
  992. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `r'
  993. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: `r' undeclared (first use in this function)
  994. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SIMO0_IOFUNC':
  995. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: syntax error before `r'
  996. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:36: `r' undeclared (first use in this function)
  997. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_UCLK0_PIN':
  998. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `r'
  999. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: `r' undeclared (first use in this function)
  1000. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_UCLK0_PIN':
  1001. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `r'
  1002. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: `r' undeclared (first use in this function)
  1003. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_UCLK0_PIN':
  1004. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `r'
  1005. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: `r' undeclared (first use in this function)
  1006. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1007. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `TOSH_READ_UCLK0_PIN'
  1008. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UCLK0_OUTPUT':
  1009. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `r'
  1010. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: `r' undeclared (first use in this function)
  1011. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UCLK0_INPUT':
  1012. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `r'
  1013. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: `r' undeclared (first use in this function)
  1014. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UCLK0_MODFUNC':
  1015. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `r'
  1016. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: `r' undeclared (first use in this function)
  1017. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UCLK0_IOFUNC':
  1018. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: syntax error before `r'
  1019. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:37: `r' undeclared (first use in this function)
  1020. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_UTXD0_PIN':
  1021. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `r'
  1022. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: `r' undeclared (first use in this function)
  1023. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_UTXD0_PIN':
  1024. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `r'
  1025. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: `r' undeclared (first use in this function)
  1026. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_UTXD0_PIN':
  1027. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `r'
  1028. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: `r' undeclared (first use in this function)
  1029. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1030. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `TOSH_READ_UTXD0_PIN'
  1031. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UTXD0_OUTPUT':
  1032. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `r'
  1033. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: `r' undeclared (first use in this function)
  1034. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UTXD0_INPUT':
  1035. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `r'
  1036. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: `r' undeclared (first use in this function)
  1037. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UTXD0_MODFUNC':
  1038. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `r'
  1039. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: `r' undeclared (first use in this function)
  1040. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UTXD0_IOFUNC':
  1041. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: syntax error before `r'
  1042. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:38: `r' undeclared (first use in this function)
  1043. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_URXD0_PIN':
  1044. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `r'
  1045. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: `r' undeclared (first use in this function)
  1046. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_URXD0_PIN':
  1047. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `r'
  1048. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: `r' undeclared (first use in this function)
  1049. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_URXD0_PIN':
  1050. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `r'
  1051. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: `r' undeclared (first use in this function)
  1052. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1053. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `TOSH_READ_URXD0_PIN'
  1054. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_URXD0_OUTPUT':
  1055. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `r'
  1056. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: `r' undeclared (first use in this function)
  1057. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_URXD0_INPUT':
  1058. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `r'
  1059. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: `r' undeclared (first use in this function)
  1060. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_URXD0_MODFUNC':
  1061. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `r'
  1062. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: `r' undeclared (first use in this function)
  1063. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_URXD0_IOFUNC':
  1064. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: syntax error before `r'
  1065. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:39: `r' undeclared (first use in this function)
  1066. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_UTXD1_PIN':
  1067. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `r'
  1068. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: `r' undeclared (first use in this function)
  1069. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_UTXD1_PIN':
  1070. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `r'
  1071. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: `r' undeclared (first use in this function)
  1072. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_UTXD1_PIN':
  1073. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `r'
  1074. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: `r' undeclared (first use in this function)
  1075. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1076. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `TOSH_READ_UTXD1_PIN'
  1077. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UTXD1_OUTPUT':
  1078. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `r'
  1079. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: `r' undeclared (first use in this function)
  1080. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UTXD1_INPUT':
  1081. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `r'
  1082. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: `r' undeclared (first use in this function)
  1083. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UTXD1_MODFUNC':
  1084. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `r'
  1085. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: `r' undeclared (first use in this function)
  1086. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UTXD1_IOFUNC':
  1087. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: syntax error before `r'
  1088. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:40: `r' undeclared (first use in this function)
  1089. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_URXD1_PIN':
  1090. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `r'
  1091. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: `r' undeclared (first use in this function)
  1092. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_URXD1_PIN':
  1093. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `r'
  1094. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: `r' undeclared (first use in this function)
  1095. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_URXD1_PIN':
  1096. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `r'
  1097. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: `r' undeclared (first use in this function)
  1098. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1099. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `TOSH_READ_URXD1_PIN'
  1100. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_URXD1_OUTPUT':
  1101. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `r'
  1102. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: `r' undeclared (first use in this function)
  1103. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_URXD1_INPUT':
  1104. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `r'
  1105. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: `r' undeclared (first use in this function)
  1106. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_URXD1_MODFUNC':
  1107. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `r'
  1108. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: `r' undeclared (first use in this function)
  1109. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_URXD1_IOFUNC':
  1110. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: syntax error before `r'
  1111. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:41: `r' undeclared (first use in this function)
  1112. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_UCLK1_PIN':
  1113. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `r'
  1114. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: `r' undeclared (first use in this function)
  1115. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_UCLK1_PIN':
  1116. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `r'
  1117. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: `r' undeclared (first use in this function)
  1118. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_UCLK1_PIN':
  1119. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `r'
  1120. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: `r' undeclared (first use in this function)
  1121. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1122. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `TOSH_READ_UCLK1_PIN'
  1123. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UCLK1_OUTPUT':
  1124. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `r'
  1125. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: `r' undeclared (first use in this function)
  1126. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_UCLK1_INPUT':
  1127. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `r'
  1128. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: `r' undeclared (first use in this function)
  1129. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UCLK1_MODFUNC':
  1130. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `r'
  1131. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: `r' undeclared (first use in this function)
  1132. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_UCLK1_IOFUNC':
  1133. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: syntax error before `r'
  1134. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:42: `r' undeclared (first use in this function)
  1135. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_SOMI1_PIN':
  1136. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `r'
  1137. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: `r' undeclared (first use in this function)
  1138. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_SOMI1_PIN':
  1139. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `r'
  1140. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: `r' undeclared (first use in this function)
  1141. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_SOMI1_PIN':
  1142. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `r'
  1143. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: `r' undeclared (first use in this function)
  1144. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1145. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `TOSH_READ_SOMI1_PIN'
  1146. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SOMI1_OUTPUT':
  1147. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `r'
  1148. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: `r' undeclared (first use in this function)
  1149. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SOMI1_INPUT':
  1150. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `r'
  1151. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: `r' undeclared (first use in this function)
  1152. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SOMI1_MODFUNC':
  1153. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `r'
  1154. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: `r' undeclared (first use in this function)
  1155. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SOMI1_IOFUNC':
  1156. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: syntax error before `r'
  1157. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:43: `r' undeclared (first use in this function)
  1158. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_SIMO1_PIN':
  1159. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `r'
  1160. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: `r' undeclared (first use in this function)
  1161. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_SIMO1_PIN':
  1162. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `r'
  1163. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: `r' undeclared (first use in this function)
  1164. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_SIMO1_PIN':
  1165. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `r'
  1166. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: `r' undeclared (first use in this function)
  1167. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1168. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `TOSH_READ_SIMO1_PIN'
  1169. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SIMO1_OUTPUT':
  1170. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `r'
  1171. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: `r' undeclared (first use in this function)
  1172. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_SIMO1_INPUT':
  1173. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `r'
  1174. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: `r' undeclared (first use in this function)
  1175. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SIMO1_MODFUNC':
  1176. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `r'
  1177. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: `r' undeclared (first use in this function)
  1178. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_SIMO1_IOFUNC':
  1179. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: syntax error before `r'
  1180. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:44: `r' undeclared (first use in this function)
  1181. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_ADC0_PIN':
  1182. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `r'
  1183. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: `r' undeclared (first use in this function)
  1184. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_ADC0_PIN':
  1185. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `r'
  1186. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: `r' undeclared (first use in this function)
  1187. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_ADC0_PIN':
  1188. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `r'
  1189. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: `r' undeclared (first use in this function)
  1190. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1191. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `TOSH_READ_ADC0_PIN'
  1192. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC0_OUTPUT':
  1193. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `r'
  1194. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: `r' undeclared (first use in this function)
  1195. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC0_INPUT':
  1196. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `r'
  1197. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: `r' undeclared (first use in this function)
  1198. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC0_MODFUNC':
  1199. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `r'
  1200. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: `r' undeclared (first use in this function)
  1201. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC0_IOFUNC':
  1202. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: syntax error before `r'
  1203. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:47: `r' undeclared (first use in this function)
  1204. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_ADC1_PIN':
  1205. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `r'
  1206. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: `r' undeclared (first use in this function)
  1207. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_ADC1_PIN':
  1208. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `r'
  1209. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: `r' undeclared (first use in this function)
  1210. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_ADC1_PIN':
  1211. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `r'
  1212. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: `r' undeclared (first use in this function)
  1213. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1214. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `TOSH_READ_ADC1_PIN'
  1215. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC1_OUTPUT':
  1216. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `r'
  1217. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: `r' undeclared (first use in this function)
  1218. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC1_INPUT':
  1219. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `r'
  1220. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: `r' undeclared (first use in this function)
  1221. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC1_MODFUNC':
  1222. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `r'
  1223. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: `r' undeclared (first use in this function)
  1224. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC1_IOFUNC':
  1225. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: syntax error before `r'
  1226. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:48: `r' undeclared (first use in this function)
  1227. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_ADC2_PIN':
  1228. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `r'
  1229. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: `r' undeclared (first use in this function)
  1230. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_ADC2_PIN':
  1231. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `r'
  1232. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: `r' undeclared (first use in this function)
  1233. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_ADC2_PIN':
  1234. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `r'
  1235. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: `r' undeclared (first use in this function)
  1236. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1237. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `TOSH_READ_ADC2_PIN'
  1238. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC2_OUTPUT':
  1239. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `r'
  1240. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: `r' undeclared (first use in this function)
  1241. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC2_INPUT':
  1242. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `r'
  1243. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: `r' undeclared (first use in this function)
  1244. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC2_MODFUNC':
  1245. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `r'
  1246. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: `r' undeclared (first use in this function)
  1247. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC2_IOFUNC':
  1248. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: syntax error before `r'
  1249. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:49: `r' undeclared (first use in this function)
  1250. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_ADC3_PIN':
  1251. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `r'
  1252. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: `r' undeclared (first use in this function)
  1253. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_ADC3_PIN':
  1254. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `r'
  1255. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: `r' undeclared (first use in this function)
  1256. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_ADC3_PIN':
  1257. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `r'
  1258. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: `r' undeclared (first use in this function)
  1259. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1260. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `TOSH_READ_ADC3_PIN'
  1261. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC3_OUTPUT':
  1262. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `r'
  1263. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: `r' undeclared (first use in this function)
  1264. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ADC3_INPUT':
  1265. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `r'
  1266. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: `r' undeclared (first use in this function)
  1267. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC3_MODFUNC':
  1268. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `r'
  1269. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: `r' undeclared (first use in this function)
  1270. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ADC3_IOFUNC':
  1271. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: syntax error before `r'
  1272. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:50: `r' undeclared (first use in this function)
  1273. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_HUM_SDA_PIN':
  1274. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `r'
  1275. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: `r' undeclared (first use in this function)
  1276. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_HUM_SDA_PIN':
  1277. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `r'
  1278. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: `r' undeclared (first use in this function)
  1279. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_HUM_SDA_PIN':
  1280. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `r'
  1281. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: `r' undeclared (first use in this function)
  1282. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1283. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `TOSH_READ_HUM_SDA_PIN'
  1284. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_HUM_SDA_OUTPUT':
  1285. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `r'
  1286. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: `r' undeclared (first use in this function)
  1287. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_HUM_SDA_INPUT':
  1288. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `r'
  1289. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: `r' undeclared (first use in this function)
  1290. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_HUM_SDA_MODFUNC':
  1291. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `r'
  1292. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: `r' undeclared (first use in this function)
  1293. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_HUM_SDA_IOFUNC':
  1294. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: syntax error before `r'
  1295. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:53: `r' undeclared (first use in this function)
  1296. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_HUM_SCL_PIN':
  1297. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `r'
  1298. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: `r' undeclared (first use in this function)
  1299. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_HUM_SCL_PIN':
  1300. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `r'
  1301. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: `r' undeclared (first use in this function)
  1302. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_HUM_SCL_PIN':
  1303. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `r'
  1304. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: `r' undeclared (first use in this function)
  1305. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1306. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `TOSH_READ_HUM_SCL_PIN'
  1307. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_HUM_SCL_OUTPUT':
  1308. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `r'
  1309. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: `r' undeclared (first use in this function)
  1310. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_HUM_SCL_INPUT':
  1311. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `r'
  1312. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: `r' undeclared (first use in this function)
  1313. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_HUM_SCL_MODFUNC':
  1314. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `r'
  1315. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: `r' undeclared (first use in this function)
  1316. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_HUM_SCL_IOFUNC':
  1317. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: syntax error before `r'
  1318. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:54: `r' undeclared (first use in this function)
  1319. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_HUM_PWR_PIN':
  1320. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `r'
  1321. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: `r' undeclared (first use in this function)
  1322. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_HUM_PWR_PIN':
  1323. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `r'
  1324. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: `r' undeclared (first use in this function)
  1325. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_HUM_PWR_PIN':
  1326. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `r'
  1327. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: `r' undeclared (first use in this function)
  1328. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1329. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `TOSH_READ_HUM_PWR_PIN'
  1330. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_HUM_PWR_OUTPUT':
  1331. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `r'
  1332. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: `r' undeclared (first use in this function)
  1333. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_HUM_PWR_INPUT':
  1334. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `r'
  1335. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: `r' undeclared (first use in this function)
  1336. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_HUM_PWR_MODFUNC':
  1337. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `r'
  1338. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: `r' undeclared (first use in this function)
  1339. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_HUM_PWR_IOFUNC':
  1340. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: syntax error before `r'
  1341. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:55: `r' undeclared (first use in this function)
  1342. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_GIO0_PIN':
  1343. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `r'
  1344. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: `r' undeclared (first use in this function)
  1345. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_GIO0_PIN':
  1346. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `r'
  1347. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: `r' undeclared (first use in this function)
  1348. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_GIO0_PIN':
  1349. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `r'
  1350. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: `r' undeclared (first use in this function)
  1351. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1352. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `TOSH_READ_GIO0_PIN'
  1353. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO0_OUTPUT':
  1354. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `r'
  1355. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: `r' undeclared (first use in this function)
  1356. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO0_INPUT':
  1357. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `r'
  1358. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: `r' undeclared (first use in this function)
  1359. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO0_MODFUNC':
  1360. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `r'
  1361. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: `r' undeclared (first use in this function)
  1362. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO0_IOFUNC':
  1363. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: syntax error before `r'
  1364. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:58: `r' undeclared (first use in this function)
  1365. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_GIO1_PIN':
  1366. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `r'
  1367. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: `r' undeclared (first use in this function)
  1368. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_GIO1_PIN':
  1369. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `r'
  1370. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: `r' undeclared (first use in this function)
  1371. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_GIO1_PIN':
  1372. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `r'
  1373. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: `r' undeclared (first use in this function)
  1374. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1375. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `TOSH_READ_GIO1_PIN'
  1376. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO1_OUTPUT':
  1377. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `r'
  1378. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: `r' undeclared (first use in this function)
  1379. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO1_INPUT':
  1380. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `r'
  1381. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: `r' undeclared (first use in this function)
  1382. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO1_MODFUNC':
  1383. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `r'
  1384. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: `r' undeclared (first use in this function)
  1385. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO1_IOFUNC':
  1386. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: syntax error before `r'
  1387. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:59: `r' undeclared (first use in this function)
  1388. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_GIO2_PIN':
  1389. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `r'
  1390. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: `r' undeclared (first use in this function)
  1391. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_GIO2_PIN':
  1392. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `r'
  1393. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: `r' undeclared (first use in this function)
  1394. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_GIO2_PIN':
  1395. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `r'
  1396. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: `r' undeclared (first use in this function)
  1397. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1398. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `TOSH_READ_GIO2_PIN'
  1399. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO2_OUTPUT':
  1400. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `r'
  1401. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: `r' undeclared (first use in this function)
  1402. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO2_INPUT':
  1403. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `r'
  1404. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: `r' undeclared (first use in this function)
  1405. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO2_MODFUNC':
  1406. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `r'
  1407. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: `r' undeclared (first use in this function)
  1408. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO2_IOFUNC':
  1409. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: syntax error before `r'
  1410. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:60: `r' undeclared (first use in this function)
  1411. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_GIO3_PIN':
  1412. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `r'
  1413. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: `r' undeclared (first use in this function)
  1414. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_GIO3_PIN':
  1415. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `r'
  1416. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: `r' undeclared (first use in this function)
  1417. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_GIO3_PIN':
  1418. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `r'
  1419. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: `r' undeclared (first use in this function)
  1420. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1421. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `TOSH_READ_GIO3_PIN'
  1422. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO3_OUTPUT':
  1423. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `r'
  1424. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: `r' undeclared (first use in this function)
  1425. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_GIO3_INPUT':
  1426. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `r'
  1427. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: `r' undeclared (first use in this function)
  1428. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO3_MODFUNC':
  1429. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `r'
  1430. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: `r' undeclared (first use in this function)
  1431. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_GIO3_IOFUNC':
  1432. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: syntax error before `r'
  1433. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:61: `r' undeclared (first use in this function)
  1434. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_ONEWIRE_PIN':
  1435. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `r'
  1436. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: `r' undeclared (first use in this function)
  1437. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_ONEWIRE_PIN':
  1438. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `r'
  1439. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: `r' undeclared (first use in this function)
  1440. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_ONEWIRE_PIN':
  1441. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `r'
  1442. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: `r' undeclared (first use in this function)
  1443. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1444. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `TOSH_READ_ONEWIRE_PIN'
  1445. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ONEWIRE_OUTPUT':
  1446. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `r'
  1447. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: `r' undeclared (first use in this function)
  1448. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_ONEWIRE_INPUT':
  1449. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `r'
  1450. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: `r' undeclared (first use in this function)
  1451. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ONEWIRE_MODFUNC':
  1452. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `r'
  1453. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: `r' undeclared (first use in this function)
  1454. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_ONEWIRE_IOFUNC':
  1455. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: syntax error before `r'
  1456. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:64: `r' undeclared (first use in this function)
  1457. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `HUMIDITY_GET_DATA':
  1458. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:74: warning: implicit declaration of function `TOSH_READ_HUM_SDA_PIN'
  1459. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_FLASH_PWR_PIN':
  1460. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `r'
  1461. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: `r' undeclared (first use in this function)
  1462. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_FLASH_PWR_PIN':
  1463. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `r'
  1464. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: `r' undeclared (first use in this function)
  1465. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_FLASH_PWR_PIN':
  1466. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `r'
  1467. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: `r' undeclared (first use in this function)
  1468. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1469. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `TOSH_READ_FLASH_PWR_PIN'
  1470. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_FLASH_PWR_OUTPUT':
  1471. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `r'
  1472. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: `r' undeclared (first use in this function)
  1473. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_FLASH_PWR_INPUT':
  1474. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `r'
  1475. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: `r' undeclared (first use in this function)
  1476. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_FLASH_PWR_MODFUNC':
  1477. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `r'
  1478. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: `r' undeclared (first use in this function)
  1479. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_FLASH_PWR_IOFUNC':
  1480. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: syntax error before `r'
  1481. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:87: `r' undeclared (first use in this function)
  1482. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_FLASH_CS_PIN':
  1483. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `r'
  1484. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: `r' undeclared (first use in this function)
  1485. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_FLASH_CS_PIN':
  1486. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `r'
  1487. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: `r' undeclared (first use in this function)
  1488. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_FLASH_CS_PIN':
  1489. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `r'
  1490. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: `r' undeclared (first use in this function)
  1491. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1492. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `TOSH_READ_FLASH_CS_PIN'
  1493. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_FLASH_CS_OUTPUT':
  1494. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `r'
  1495. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: `r' undeclared (first use in this function)
  1496. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_FLASH_CS_INPUT':
  1497. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `r'
  1498. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: `r' undeclared (first use in this function)
  1499. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_FLASH_CS_MODFUNC':
  1500. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `r'
  1501. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: `r' undeclared (first use in this function)
  1502. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_FLASH_CS_IOFUNC':
  1503. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: syntax error before `r'
  1504. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:88: `r' undeclared (first use in this function)
  1505. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_FLASH_HOLD_PIN':
  1506. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `r'
  1507. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: `r' undeclared (first use in this function)
  1508. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_FLASH_HOLD_PIN':
  1509. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `r'
  1510. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: `r' undeclared (first use in this function)
  1511. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_FLASH_HOLD_PIN':
  1512. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `r'
  1513. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: `r' undeclared (first use in this function)
  1514. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1515. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `TOSH_READ_FLASH_HOLD_PIN'
  1516. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_FLASH_HOLD_OUTPUT':
  1517. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `r'
  1518. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: `r' undeclared (first use in this function)
  1519. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_FLASH_HOLD_INPUT':
  1520. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `r'
  1521. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: `r' undeclared (first use in this function)
  1522. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_FLASH_HOLD_MODFUNC':
  1523. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `r'
  1524. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: `r' undeclared (first use in this function)
  1525. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_FLASH_HOLD_IOFUNC':
  1526. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: syntax error before `r'
  1527. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:89: `r' undeclared (first use in this function)
  1528. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_PROG_RX_PIN':
  1529. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `r'
  1530. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: `r' undeclared (first use in this function)
  1531. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_PROG_RX_PIN':
  1532. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `r'
  1533. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: `r' undeclared (first use in this function)
  1534. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_PROG_RX_PIN':
  1535. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `r'
  1536. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: `r' undeclared (first use in this function)
  1537. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1538. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `TOSH_READ_PROG_RX_PIN'
  1539. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_PROG_RX_OUTPUT':
  1540. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `r'
  1541. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: `r' undeclared (first use in this function)
  1542. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_PROG_RX_INPUT':
  1543. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `r'
  1544. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: `r' undeclared (first use in this function)
  1545. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_PROG_RX_MODFUNC':
  1546. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `r'
  1547. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: `r' undeclared (first use in this function)
  1548. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_PROG_RX_IOFUNC':
  1549. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: syntax error before `r'
  1550. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:93: `r' undeclared (first use in this function)
  1551. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SET_PROG_TX_PIN':
  1552. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `r'
  1553. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: `r' undeclared (first use in this function)
  1554. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_CLR_PROG_TX_PIN':
  1555. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `r'
  1556. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: `r' undeclared (first use in this function)
  1557. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_TOGGLE_PROG_TX_PIN':
  1558. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `r'
  1559. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: `r' undeclared (first use in this function)
  1560. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: At top level:
  1561. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `TOSH_READ_PROG_TX_PIN'
  1562. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_PROG_TX_OUTPUT':
  1563. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `r'
  1564. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: `r' undeclared (first use in this function)
  1565. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_MAKE_PROG_TX_INPUT':
  1566. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `r'
  1567. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: `r' undeclared (first use in this function)
  1568. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_PROG_TX_MODFUNC':
  1569. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `r'
  1570. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: `r' undeclared (first use in this function)
  1571. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h: In function `TOSH_SEL_PROG_TX_IOFUNC':
  1572. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: syntax error before `r'
  1573. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/hardware.h:94: `r' undeclared (first use in this function)
  1574. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:51:
  1575. In component `SchedulerBasicP':
  1576. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc: At top level:
  1577. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:56: syntax error before `uint8_t'
  1578. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:51:
  1579. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:67: syntax error before `m_head'
  1580. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:68: syntax error before `m_tail'
  1581. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:69: syntax error before `m_next'
  1582. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:78: syntax error before `popTask'
  1583. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:83: warning: type defaults to `int' in declaration of `m_head'
  1584. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:83: `m_next' undeclared here (not in a function)
  1585. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:83: subscripted value is neither array nor pointer
  1586. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:83: warning: data definition has no type or storage class
  1587. /Users/pablo/TinyOS/tinyos-2.x/tos/system/SchedulerBasicP.nc:84: syntax error before `if'
  1588. SchedulerBasicP: `TaskBasic.error_t' not implemented
  1589. SchedulerBasicP: `Scheduler.init' not implemented
  1590. SchedulerBasicP: `Scheduler.taskLoop' not implemented
  1591. SchedulerBasicP: `Scheduler.bool' not implemented
  1592. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/McuSleepC.nc:55,
  1593.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TinySchedulerC.nc:52:
  1594. In interface `McuPowerOverride':
  1595. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/McuPowerOverride.nc:62: only commands and events can be defined in interfaces
  1596. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/McuPowerOverride.nc:62: warning: return-type defaults to `int'
  1597. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/McuPowerOverride.nc:62: syntax error before `lowestState'
  1598. In component `McuSleepC':
  1599. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/McuSleepC.nc:59: syntax error before `dirty'
  1600. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/McuSleepC.nc:60: syntax error before `powerState'
  1601. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/McuSleepC.nc:65: syntax error before `msp430PowerBits'
  1602. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/McuSleepC.nc:74: syntax error before `getPowerState'
  1603. McuSleepC: `McuSleep.sleep' not implemented
  1604. McuSleepC: `McuPowerState.update' not implemented
  1605. In C file:
  1606. <commandline>: Scheduler `TinySchedulerC' has no scheduling interface named `TaskBasic'
  1607. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:58,
  1608.                 from BlinkAppC.nc:56:
  1609. In interface `Init':
  1610. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Init.nc:62: only commands and events can be defined in interfaces
  1611. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Init.nc:62: warning: return-type defaults to `int'
  1612. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Init.nc:62: syntax error before `init'
  1613. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1614.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1615.                  from BlinkAppC.nc:56:
  1616. In component `PlatformP':
  1617. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformP.nc:10: syntax error before `Init'
  1618. PlatformP: `Init.error_t' not implemented
  1619. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1620.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1621.                 from BlinkAppC.nc:56:
  1622. In component `MotePlatformC':
  1623. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:6: syntax error before `u'
  1624. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc: In function `uwait':
  1625. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:7: syntax error before `t0'
  1626. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:8: `TAR' undeclared (first use in this function)
  1627. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:8: `t0' undeclared (first use in this function)
  1628. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:8: `u' undeclared (first use in this function)
  1629. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc: In function `TOSH_wait':
  1630. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:12: implicit declaration of function `nop'
  1631. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc: At top level:
  1632. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:16: syntax error before `set'
  1633. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc: In function `TOSH_FLASH_M25P_DP_bit':
  1634. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:17: `set' undeclared (first use in this function)
  1635. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc: At top level:
  1636. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:56: syntax error before `Init'
  1637. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:61: warning: type defaults to `int' in declaration of `P2SEL'
  1638. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:61: warning: data definition has no type or storage class
  1639. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:62: warning: type defaults to `int' in declaration of `P3SEL'
  1640. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:62: warning: data definition has no type or storage class
  1641. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:63: warning: type defaults to `int' in declaration of `P4SEL'
  1642. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:63: warning: data definition has no type or storage class
  1643. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:64: warning: type defaults to `int' in declaration of `P5SEL'
  1644. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:64: warning: data definition has no type or storage class
  1645. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:65: warning: type defaults to `int' in declaration of `P6SEL'
  1646. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:65: warning: data definition has no type or storage class
  1647. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:67: warning: type defaults to `int' in declaration of `P1OUT'
  1648. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:67: warning: data definition has no type or storage class
  1649. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:68: warning: type defaults to `int' in declaration of `P1DIR'
  1650. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:68: warning: data definition has no type or storage class
  1651. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:70: warning: type defaults to `int' in declaration of `P2OUT'
  1652. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:70: warning: data definition has no type or storage class
  1653. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:71: warning: type defaults to `int' in declaration of `P2DIR'
  1654. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:71: warning: data definition has no type or storage class
  1655. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:73: warning: type defaults to `int' in declaration of `P3OUT'
  1656. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:73: warning: data definition has no type or storage class
  1657. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:74: warning: type defaults to `int' in declaration of `P3DIR'
  1658. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:74: warning: data definition has no type or storage class
  1659. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:76: warning: type defaults to `int' in declaration of `P4OUT'
  1660. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:76: warning: data definition has no type or storage class
  1661. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:77: warning: type defaults to `int' in declaration of `P4DIR'
  1662. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:77: warning: data definition has no type or storage class
  1663. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:79: warning: type defaults to `int' in declaration of `P5OUT'
  1664. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:79: warning: data definition has no type or storage class
  1665. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:80: warning: type defaults to `int' in declaration of `P5DIR'
  1666. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:80: warning: data definition has no type or storage class
  1667. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:82: warning: type defaults to `int' in declaration of `P6OUT'
  1668. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:82: warning: data definition has no type or storage class
  1669. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:83: warning: type defaults to `int' in declaration of `P6DIR'
  1670. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:83: warning: data definition has no type or storage class
  1671. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:85: warning: type defaults to `int' in declaration of `P1IE'
  1672. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:85: warning: data definition has no type or storage class
  1673. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:86: warning: type defaults to `int' in declaration of `P2IE'
  1674. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:86: warning: data definition has no type or storage class
  1675. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:93: syntax error before `1024'
  1676. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:93: warning: return-type defaults to `int'
  1677. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:93: conflicting types for `uwait'
  1678. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:6: previous declaration of `uwait'
  1679. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:93: warning: data definition has no type or storage class
  1680. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:95: warning: return-type defaults to `int'
  1681. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:95: conflicting types for `TOSH_FLASH_M25P_DP'
  1682. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:27: previous declaration of `TOSH_FLASH_M25P_DP'
  1683. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:95: warning: data definition has no type or storage class
  1684. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MotePlatformC.nc:98: syntax error before `return'
  1685. MotePlatformC: `Init.error_t' not implemented
  1686. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc:44,
  1687.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1688.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1689.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1690.                 from BlinkAppC.nc:56:
  1691. In component `Msp430ClockP':
  1692. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockP.nc:51: syntax error before `IE1'
  1693. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockP.nc:52: syntax error before `TACTL'
  1694. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockP.nc:53: syntax error before `TAIV'
  1695. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockP.nc:54: syntax error before `TBCTL'
  1696. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockP.nc:55: syntax error before `TBIV'
  1697. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockP.nc:63: syntax error before `McuPowerOverride'
  1698. Msp430ClockP: `Msp430ClockInit.defaultInitClocks' not implemented
  1699. Msp430ClockP: `Msp430ClockInit.defaultInitTimerA' not implemented
  1700. Msp430ClockP: `Msp430ClockInit.defaultInitTimerB' not implemented
  1701. Msp430ClockP: `Msp430ClockInit.defaultSetupDcoCalibrate' not implemented
  1702. Msp430ClockP: `McuPowerOverride.mcu_power_t' not implemented
  1703. Msp430ClockP: `Init.error_t' not implemented
  1704. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:39,
  1705.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc:44,
  1706.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1707.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1708.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1709.                  from BlinkAppC.nc:56:
  1710. In interface `Msp430Timer':
  1711. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:45: only commands and events can be defined in interfaces
  1712. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:45: warning: return-type defaults to `int'
  1713. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:45: syntax error before `get'
  1714. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:46: only commands and events can be defined in interfaces
  1715. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:46: warning: return-type defaults to `int'
  1716. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:46: syntax error before `isOverflowPending'
  1717. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:55: warning: declaration of `uint16_t' shadows global declaration
  1718. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:45: warning: location of shadowed declaration
  1719. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:55: syntax error before `clockSource'
  1720. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:56: warning: declaration of `uint16_t' shadows global declaration
  1721. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:45: warning: location of shadowed declaration
  1722. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer.nc:56: syntax error before `inputDivider'
  1723. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:40,
  1724.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc:44,
  1725.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1726.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1727.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1728.                 from BlinkAppC.nc:56:
  1729. In interface `Msp430TimerControl':
  1730. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:43: only commands and events can be defined in interfaces
  1731. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:43: warning: return-type defaults to `int'
  1732. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:43: syntax error before `isInterruptPending'
  1733. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:55: syntax error before `cm'
  1734. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:59: only commands and events can be defined in interfaces
  1735. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:59: warning: return-type defaults to `int'
  1736. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:59: redefinition of `bool'
  1737. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerControl.nc:59: syntax error before `areEventsEnabled'
  1738. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:43,
  1739.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc:44,
  1740.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1741.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1742.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1743.                  from BlinkAppC.nc:56:
  1744. In interface `Msp430Compare':
  1745. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:40: only commands and events can be defined in interfaces
  1746. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:40: warning: return-type defaults to `int'
  1747. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:40: syntax error before `getEvent'
  1748. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:41: warning: declaration of `uint16_t' shadows global declaration
  1749. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:40: warning: location of shadowed declaration
  1750. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:41: syntax error before `time'
  1751. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:42: warning: declaration of `uint16_t' shadows global declaration
  1752. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:40: warning: location of shadowed declaration
  1753. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:42: syntax error before `delta'
  1754. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:43: warning: declaration of `uint16_t' shadows global declaration
  1755. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:40: warning: location of shadowed declaration
  1756. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Compare.nc:43: syntax error before `delta'
  1757. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:46,
  1758.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc:44,
  1759.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1760.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1761.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1762.                 from BlinkAppC.nc:56:
  1763. In interface `Msp430Capture':
  1764. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:44: only commands and events can be defined in interfaces
  1765. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:44: warning: return-type defaults to `int'
  1766. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:44: syntax error before `getEvent'
  1767. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:56: syntax error before `cm'
  1768. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:63: only commands and events can be defined in interfaces
  1769. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:63: warning: return-type defaults to `int'
  1770. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:63: syntax error before `isOverflowPending'
  1771. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:79: warning: declaration of `bool' shadows global declaration
  1772. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:63: warning: location of shadowed declaration
  1773. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:79: syntax error before `synchronous'
  1774. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:86: warning: declaration of `uint16_t' shadows global declaration
  1775. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:44: warning: location of shadowed declaration
  1776. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Capture.nc:86: syntax error before `time'
  1777. In component `Msp430TimerC':
  1778. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:75: `TAIV_' undeclared here (not in a function)
  1779. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:75: `TAR_' undeclared here (not in a function)
  1780. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:75: `TACTL_' undeclared here (not in a function)
  1781. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:75: `TAIFG' undeclared here (not in a function)
  1782. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:75: `TACLR' undeclared here (not in a function)
  1783. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:75: `TAIE' undeclared here (not in a function)
  1784. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:76: `TASSEL0' undeclared here (not in a function)
  1785. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:76: `TASSEL1' undeclared here (not in a function)
  1786. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:76,
  1787.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc:44,
  1788.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1789.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1790.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1791.                  from BlinkAppC.nc:56:
  1792. In component `Msp430TimerP':
  1793. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerP.nc:40: syntax error before `uint16_t'
  1794. In component `Msp430TimerC':
  1795. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:75: too many arguments to component `Msp430TimerA'
  1796. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:77: `TBIV_' undeclared here (not in a function)
  1797. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:77: `TBR_' undeclared here (not in a function)
  1798. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:77: `TBCTL_' undeclared here (not in a function)
  1799. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:77: `TBIFG' undeclared here (not in a function)
  1800. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:77: `TBCLR' undeclared here (not in a function)
  1801. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:77: `TBIE' undeclared here (not in a function)
  1802. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:78: `TBSSEL0' undeclared here (not in a function)
  1803. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:78: `TBSSEL1' undeclared here (not in a function)
  1804. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:77: too many arguments to component `Msp430TimerB'
  1805. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:79: `TACCTL0_' undeclared here (not in a function)
  1806. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:79: `TACCR0_' undeclared here (not in a function)
  1807. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:79,
  1808.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc:44,
  1809.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1810.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1811.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1812.                 from BlinkAppC.nc:56:
  1813. In component `Msp430TimerCapComP':
  1814. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerCapComP.nc:40: syntax error before `uint16_t'
  1815. In component `Msp430TimerC':
  1816. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:79: too many arguments to component `Msp430TimerA0'
  1817. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:80: `TACCTL1_' undeclared here (not in a function)
  1818. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:80: `TACCR1_' undeclared here (not in a function)
  1819. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:80: too many arguments to component `Msp430TimerA1'
  1820. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:81: `TACCTL2_' undeclared here (not in a function)
  1821. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:81: `TACCR2_' undeclared here (not in a function)
  1822. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:81: too many arguments to component `Msp430TimerA2'
  1823. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:82: `TBCCTL0_' undeclared here (not in a function)
  1824. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:82: `TBCCR0_' undeclared here (not in a function)
  1825. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:82: too many arguments to component `Msp430TimerB0'
  1826. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:83: `TBCCTL1_' undeclared here (not in a function)
  1827. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:83: `TBCCR1_' undeclared here (not in a function)
  1828. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:83: too many arguments to component `Msp430TimerB1'
  1829. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:84: `TBCCTL2_' undeclared here (not in a function)
  1830. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:84: `TBCCR2_' undeclared here (not in a function)
  1831. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:84: too many arguments to component `Msp430TimerB2'
  1832. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:85: `TBCCTL3_' undeclared here (not in a function)
  1833. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:85: `TBCCR3_' undeclared here (not in a function)
  1834. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:85: too many arguments to component `Msp430TimerB3'
  1835. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:86: `TBCCTL4_' undeclared here (not in a function)
  1836. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:86: `TBCCR4_' undeclared here (not in a function)
  1837. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:86: too many arguments to component `Msp430TimerB4'
  1838. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:87: `TBCCTL5_' undeclared here (not in a function)
  1839. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:87: `TBCCR5_' undeclared here (not in a function)
  1840. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:87: too many arguments to component `Msp430TimerB5'
  1841. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:88: `TBCCTL6_' undeclared here (not in a function)
  1842. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:88: `TBCCR6_' undeclared here (not in a function)
  1843. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:88: too many arguments to component `Msp430TimerB6'
  1844. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:93: cannot find `Timer'
  1845. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:94: cannot find `Event'
  1846. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:95: cannot find `VectorTimerX0'
  1847. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:96: cannot find `VectorTimerX1'
  1848. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:99: cannot find `Control'
  1849. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:100: cannot find `Compare'
  1850. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:101: cannot find `Capture'
  1851. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:102: cannot find `Timer'
  1852. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:103: cannot find `Event'
  1853. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:106: cannot find `Control'
  1854. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:107: cannot find `Compare'
  1855. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:108: cannot find `Capture'
  1856. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:109: cannot find `Timer'
  1857. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:110: cannot find `Event'
  1858. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:113: cannot find `Control'
  1859. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:114: cannot find `Compare'
  1860. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:115: cannot find `Capture'
  1861. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:116: cannot find `Timer'
  1862. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:117: cannot find `Event'
  1863. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:120: cannot find `Timer'
  1864. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:121: cannot find `Event'
  1865. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:122: cannot find `VectorTimerX0'
  1866. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:123: cannot find `VectorTimerX1'
  1867. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:126: cannot find `Control'
  1868. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:127: cannot find `Compare'
  1869. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:128: cannot find `Capture'
  1870. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:129: cannot find `Timer'
  1871. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:130: cannot find `Event'
  1872. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:133: cannot find `Control'
  1873. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:134: cannot find `Compare'
  1874. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:135: cannot find `Capture'
  1875. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:136: cannot find `Timer'
  1876. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:137: cannot find `Event'
  1877. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:140: cannot find `Control'
  1878. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:141: cannot find `Compare'
  1879. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:142: cannot find `Capture'
  1880. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:143: cannot find `Timer'
  1881. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:144: cannot find `Event'
  1882. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:147: cannot find `Control'
  1883. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:148: cannot find `Compare'
  1884. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:149: cannot find `Capture'
  1885. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:150: cannot find `Timer'
  1886. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:151: cannot find `Event'
  1887. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:154: cannot find `Control'
  1888. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:155: cannot find `Compare'
  1889. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:156: cannot find `Capture'
  1890. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:157: cannot find `Timer'
  1891. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:158: cannot find `Event'
  1892. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:161: cannot find `Control'
  1893. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:162: cannot find `Compare'
  1894. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:163: cannot find `Capture'
  1895. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:164: cannot find `Timer'
  1896. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:165: cannot find `Event'
  1897. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:168: cannot find `Control'
  1898. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:169: cannot find `Compare'
  1899. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:170: cannot find `Capture'
  1900. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:171: cannot find `Timer'
  1901. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerC.nc:172: cannot find `Event'
  1902. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockC.nc:44,
  1903.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformC.nc:46,
  1904.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1905.                  from BlinkAppC.nc:56:
  1906. In component `MoteClockP':
  1907. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc: In function `Msp430ClockInit.setupDcoCalibrate':
  1908. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:49: `TACTL' undeclared (first use in this function)
  1909. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:49: `TASSEL1' undeclared (first use in this function)
  1910. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:49: `MC1' undeclared (first use in this function)
  1911. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:50: `TBCTL' undeclared (first use in this function)
  1912. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:50: `TBSSEL0' undeclared (first use in this function)
  1913. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:51: `BCSCTL1' undeclared (first use in this function)
  1914. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:51: `XT2OFF' undeclared (first use in this function)
  1915. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:51: `RSEL2' undeclared (first use in this function)
  1916. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:52: `BCSCTL2' undeclared (first use in this function)
  1917. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:52: `DCOR' undeclared (first use in this function)
  1918. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:53: `TBCCTL0' undeclared (first use in this function)
  1919. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:53: `CM0' undeclared (first use in this function)
  1920. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc: In function `Msp430ClockInit.initClocks':
  1921. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:63: `BCSCTL1' undeclared (first use in this function)
  1922. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:63: `XT2OFF' undeclared (first use in this function)
  1923. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:63: `RSEL2' undeclared (first use in this function)
  1924. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:63: `RSEL1' undeclared (first use in this function)
  1925. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:63: `RSEL0' undeclared (first use in this function)
  1926. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:71: `BCSCTL2' undeclared (first use in this function)
  1927. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:71: `DIVS1' undeclared (first use in this function)
  1928. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:71: `DCOR' undeclared (first use in this function)
  1929. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:74: `IE1' undeclared (first use in this function)
  1930. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:74: `OFIE' undeclared (first use in this function)
  1931. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc: In function `Msp430ClockInit.initTimerA':
  1932. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:79: `TAR' undeclared (first use in this function)
  1933. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:89: `TACTL' undeclared (first use in this function)
  1934. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:89: `TASSEL1' undeclared (first use in this function)
  1935. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:89: `TAIE' undeclared (first use in this function)
  1936. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc: In function `Msp430ClockInit.initTimerB':
  1937. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:94: `TBR' undeclared (first use in this function)
  1938. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:104: `TBCTL' undeclared (first use in this function)
  1939. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:104: `TBSSEL0' undeclared (first use in this function)
  1940. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosb/MoteClockP.nc:104: `TBIE' undeclared (first use in this function)
  1941. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/MainC.nc:61,
  1942.                 from BlinkAppC.nc:56:
  1943. In component `RealMainP':
  1944. /Users/pablo/TinyOS/tinyos-2.x/tos/system/RealMainP.nc: In function `main':
  1945. /Users/pablo/TinyOS/tinyos-2.x/tos/system/RealMainP.nc:79: interface has no command or event named `init'
  1946. /Users/pablo/TinyOS/tinyos-2.x/tos/system/RealMainP.nc:80: interface has no command or event named `runNextTask'
  1947. /Users/pablo/TinyOS/tinyos-2.x/tos/system/RealMainP.nc:86: interface has no command or event named `init'
  1948. /Users/pablo/TinyOS/tinyos-2.x/tos/system/RealMainP.nc:87: interface has no command or event named `runNextTask'
  1949. /Users/pablo/TinyOS/tinyos-2.x/tos/system/RealMainP.nc: At top level:
  1950. /Users/pablo/TinyOS/tinyos-2.x/tos/system/RealMainP.nc:104: syntax error before `PlatformInit'
  1951. In file included from BlinkC.nc:52,
  1952.                  from BlinkAppC.nc:56:
  1953. In interface `Timer':
  1954. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:64: syntax error before `dt'
  1955. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:73: syntax error before `dt'
  1956. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:92: only commands and events can be defined in interfaces
  1957. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:92: warning: return-type defaults to `int'
  1958. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:92: syntax error before `isRunning'
  1959. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:98: only commands and events can be defined in interfaces
  1960. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:98: warning: return-type defaults to `int'
  1961. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:98: redefinition of `bool'
  1962. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:98: syntax error before `isOneShot'
  1963. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:114: syntax error before `t0'
  1964. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:129: syntax error before `t0'
  1965. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:136: only commands and events can be defined in interfaces
  1966. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:136: warning: return-type defaults to `int'
  1967. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:136: syntax error before `getNow'
  1968. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:144: only commands and events can be defined in interfaces
  1969. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:144: warning: return-type defaults to `int'
  1970. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:144: redefinition of `uint32_t'
  1971. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:144: syntax error before `gett0'
  1972. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:151: only commands and events can be defined in interfaces
  1973. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:151: warning: return-type defaults to `int'
  1974. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:151: redefinition of `uint32_t'
  1975. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Timer.nc:151: syntax error before `getdt'
  1976. In file included from BlinkC.nc:55,
  1977.                  from BlinkAppC.nc:56:
  1978. In interface `Leds':
  1979. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Leds.nc:117: only commands and events can be defined in interfaces
  1980. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Leds.nc:117: warning: return-type defaults to `int'
  1981. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Leds.nc:117: syntax error before `get'
  1982. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Leds.nc:134: warning: declaration of `uint8_t' shadows global declaration
  1983. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Leds.nc:117: warning: location of shadowed declaration
  1984. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/Leds.nc:134: syntax error before `val'
  1985. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/LedsP.nc:50,
  1986.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/LedsC.nc:49,
  1987.                 from BlinkAppC.nc:56:
  1988. In interface `GeneralIO':
  1989. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:43: only commands and events can be defined in interfaces
  1990. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:43: warning: return-type defaults to `int'
  1991. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:43: syntax error before `get'
  1992. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:45: only commands and events can be defined in interfaces
  1993. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:45: warning: return-type defaults to `int'
  1994. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:45: redefinition of `bool'
  1995. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:45: syntax error before `isInput'
  1996. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:47: only commands and events can be defined in interfaces
  1997. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:47: warning: return-type defaults to `int'
  1998. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:47: redefinition of `bool'
  1999. /Users/pablo/TinyOS/tinyos-2.x/tos/interfaces/GeneralIO.nc:47: syntax error before `isOutput'
  2000. In component `LedsP':
  2001. /Users/pablo/TinyOS/tinyos-2.x/tos/system/LedsP.nc:56: syntax error before `Init'
  2002. LedsP: `Init.error_t' not implemented
  2003. LedsP: `Leds.led0Off' not implemented
  2004. LedsP: `Leds.led0Toggle' not implemented
  2005. LedsP: `Leds.led1On' not implemented
  2006. LedsP: `Leds.led1Toggle' not implemented
  2007. LedsP: `Leds.led2Toggle' not implemented
  2008. LedsP: `Leds.led2Off' not implemented
  2009. LedsP: `Leds.led1Off' not implemented
  2010. LedsP: `Leds.uint8_t' not implemented
  2011. LedsP: `Leds.set' not implemented
  2012. LedsP: `Leds.led0On' not implemented
  2013. LedsP: `Leds.led2On' not implemented
  2014. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:49,
  2015.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/LedsC.nc:49,
  2016.                  from BlinkAppC.nc:56:
  2017. In component `HplMsp430GeneralIOC':
  2018. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc:238: syntax error before `;'
  2019. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/Msp430GpioC.nc:44,
  2020.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:50,
  2021.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/LedsC.nc:49,
  2022.                  from BlinkAppC.nc:56:
  2023. In interface `HplMsp430GeneralIO':
  2024. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:63: only commands and events can be defined in interfaces
  2025. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:63: warning: return-type defaults to `int'
  2026. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:63: syntax error before `getRaw'
  2027. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:70: only commands and events can be defined in interfaces
  2028. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:70: warning: return-type defaults to `int'
  2029. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:70: syntax error before `get'
  2030. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:77: only commands and events can be defined in interfaces
  2031. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:77: warning: return-type defaults to `int'
  2032. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:77: redefinition of `bool'
  2033. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:77: syntax error before `isInput'
  2034. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:84: only commands and events can be defined in interfaces
  2035. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:84: warning: return-type defaults to `int'
  2036. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:84: redefinition of `bool'
  2037. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:84: syntax error before `isOutput'
  2038. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:91: only commands and events can be defined in interfaces
  2039. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:91: warning: return-type defaults to `int'
  2040. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:91: redefinition of `bool'
  2041. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:91: syntax error before `isModuleFunc'
  2042. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:98: only commands and events can be defined in interfaces
  2043. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:98: warning: return-type defaults to `int'
  2044. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:98: redefinition of `bool'
  2045. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/HplMsp430GeneralIO.nc:98: syntax error before `isIOFunc'
  2046. In component `Msp430GpioC':
  2047. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/pins/Msp430GpioC.nc:51: syntax error before `GeneralIO'
  2048. Msp430GpioC: `GeneralIO.makeInput' not implemented
  2049. Msp430GpioC: `GeneralIO.bool' not implemented
  2050. Msp430GpioC: `GeneralIO.makeOutput' not implemented
  2051. Msp430GpioC: `GeneralIO.bool' not implemented
  2052. Msp430GpioC: `GeneralIO.bool' not implemented
  2053. In component `PlatformLedsC':
  2054. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:58: no match
  2055. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:59: cannot find `Port54'
  2056. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:61: no match
  2057. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:62: cannot find `Port55'
  2058. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:64: no match
  2059. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/PlatformLedsC.nc:65: cannot find `Port56'
  2060. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2061.                  from BlinkAppC.nc:57:
  2062. In component `TimerMilliP':
  2063. /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:49: syntax error before `uint8_t'
  2064. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2065.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2066.                  from BlinkAppC.nc:57:
  2067. In component `HilTimerMilliC':
  2068. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:46: syntax error before `uint8_t'
  2069. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:47,
  2070.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2071.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2072.                  from BlinkAppC.nc:57:
  2073. In interface `LocalTime':
  2074. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/LocalTime.nc:61: only commands and events can be defined in interfaces
  2075. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/LocalTime.nc:61: warning: return-type defaults to `int'
  2076. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/LocalTime.nc:61: syntax error before `get'
  2077. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:44,
  2078.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2079.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2080.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2081.                 from BlinkAppC.nc:57:
  2082. In interface `Alarm':
  2083. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Alarm.nc:88: only commands and events can be defined in interfaces
  2084. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Alarm.nc:88: warning: return-type defaults to `int'
  2085. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Alarm.nc:88: syntax error before `isRunning'
  2086. In component `AlarmMilli32C':
  2087. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:44: syntax error before `uint32_t'
  2088. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:48,
  2089.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2090.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2091.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2092.                  from BlinkAppC.nc:57:
  2093. In component `Alarm32khz16C':
  2094. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:44: syntax error before `uint16_t'
  2095. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer32khzC.nc:45,
  2096.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:48,
  2097.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:48,
  2098.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2099.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2100.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2101.                  from BlinkAppC.nc:57:
  2102. In component `Msp430Timer32khzMapC':
  2103. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:50: syntax error before `uint8_t'
  2104. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:51: syntax error before `uint8_t'
  2105. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:52: syntax error before `uint8_t'
  2106. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:58: too many arguments
  2107. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:59: too many arguments
  2108. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:60: too many arguments
  2109. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:66: too many arguments
  2110. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:67: too many arguments
  2111. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:68: too many arguments
  2112. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:70: too many arguments
  2113. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:71: too many arguments
  2114. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:72: too many arguments
  2115. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:74: too many arguments
  2116. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:75: too many arguments
  2117. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:76: too many arguments
  2118. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:78: too many arguments
  2119. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:79: too many arguments
  2120. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:80: too many arguments
  2121. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:82: too many arguments
  2122. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:83: too many arguments
  2123. /Users/pablo/TinyOS/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.nc:84: too many arguments
  2124. In component `Msp430Timer32khzC':
  2125. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer32khzC.nc:49: too many arguments
  2126. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer32khzC.nc:50: too many arguments
  2127. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Timer32khzC.nc:51: too many arguments
  2128. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:49,
  2129.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:48,
  2130.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2131.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2132.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2133.                 from BlinkAppC.nc:57:
  2134. In component `Msp430AlarmC':
  2135. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430AlarmC.nc:46: syntax error before `uint16_t'
  2136. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430AlarmC.nc:53: syntax error before `Init'
  2137. Msp430AlarmC: `Msp430Compare.fired' not implemented
  2138. Msp430AlarmC: `Msp430Timer.overflow' not implemented
  2139. Msp430AlarmC: `Init.error_t' not implemented
  2140. In component `Alarm32khz16C':
  2141. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:51: no match
  2142. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:52: cannot find `Alarm'
  2143. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:54: cannot find `Msp430Timer'
  2144. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:55: cannot find `Msp430TimerControl'
  2145. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Alarm32khz16C.nc:56: cannot find `Msp430Compare'
  2146. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:43,
  2147.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:49,
  2148.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2149.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2150.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2151.                  from BlinkAppC.nc:57:
  2152. In interface `Counter':
  2153. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Counter.nc:71: only commands and events can be defined in interfaces
  2154. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Counter.nc:71: warning: return-type defaults to `int'
  2155. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/Counter.nc:71: syntax error before `isOverflowPending'
  2156. In component `CounterMilli32C':
  2157. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:43: syntax error before `uint32_t'
  2158. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:47,
  2159.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:49,
  2160.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2161.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2162.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2163.                 from BlinkAppC.nc:57:
  2164. In component `Msp430Counter32khzC':
  2165. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Counter32khzC.nc:43: syntax error before `uint16_t'
  2166. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Counter32khzC.nc:48,
  2167.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:47,
  2168.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:49,
  2169.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2170.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2171.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2172.                 from BlinkAppC.nc:57:
  2173. In component `Msp430CounterC':
  2174. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430CounterC.nc:44: syntax error before `uint16_t'
  2175. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430CounterC.nc:49: syntax error before `Counter'
  2176. Msp430CounterC: `Msp430Timer.overflow' not implemented
  2177. In component `Msp430Counter32khzC':
  2178. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Counter32khzC.nc:50: cannot find `Msp430Counter32khz'
  2179. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/Msp430Counter32khzC.nc:51: cannot find `Msp430Timer'
  2180. In component `CounterMilli32C':
  2181. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:48: `uint32_t' undeclared here (not in a function)
  2182. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:48: `uint16_t' undeclared here (not in a function)
  2183. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:48: `uint32_t' undeclared here (not in a function)
  2184. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:48,
  2185.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:49,
  2186.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2187.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2188.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2189.                  from BlinkAppC.nc:57:
  2190. In component `TransformCounterC':
  2191. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/TransformCounterC.nc:59: syntax error before `uint8_t'
  2192. In component `CounterMilli32C':
  2193. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:48: too many arguments to component `Transform'
  2194. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:50: cannot find `Counter'
  2195. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/CounterMilli32C.nc:52: cannot find `CounterFrom'
  2196. In component `AlarmMilli32C':
  2197. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:50: `uint32_t' undeclared here (not in a function)
  2198. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:50: `uint16_t' undeclared here (not in a function)
  2199. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:50,
  2200.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:51,
  2201.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2202.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2203.                 from BlinkAppC.nc:57:
  2204. In component `TransformAlarmC':
  2205. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/TransformAlarmC.nc:56: syntax error before `uint8_t'
  2206. In component `AlarmMilli32C':
  2207. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:50: too many arguments to component `Transform'
  2208. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:53: cannot find `Alarm'
  2209. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:55: cannot find `AlarmFrom'
  2210. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/AlarmMilli32C.nc:56: cannot find `Counter'
  2211. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:52,
  2212.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2213.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2214.                  from BlinkAppC.nc:57:
  2215. In component `AlarmToTimerC':
  2216. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:49: syntax error before `uint32_t'
  2217. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:55: syntax error before `m_dt'
  2218. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:56: syntax error before `m_oneshot'
  2219. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:58: syntax error before `t0'
  2220. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `start':
  2221. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:60: `m_dt' undeclared (first use in this function)
  2222. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:60: `dt' undeclared (first use in this function)
  2223. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:61: `m_oneshot' undeclared (first use in this function)
  2224. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:61: `oneshot' undeclared (first use in this function)
  2225. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:62: `Alarm' undeclared (first use in this function)
  2226. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:62: `t0' undeclared (first use in this function)
  2227. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: At top level:
  2228. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:65: syntax error before `dt'
  2229. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `Timer.startPeriodic':
  2230. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:66: `Alarm' undeclared (first use in this function)
  2231. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:66: `dt' undeclared (first use in this function)
  2232. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: At top level:
  2233. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:68: syntax error before `dt'
  2234. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `Timer.startOneShot':
  2235. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:69: `Alarm' undeclared (first use in this function)
  2236. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:69: `dt' undeclared (first use in this function)
  2237. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `Timer.stop':
  2238. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:72: `Alarm' undeclared (first use in this function)
  2239. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `fired.runTask':
  2240. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:76: `m_oneshot' undeclared (first use in this function)
  2241. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:77: `Alarm' undeclared (first use in this function)
  2242. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:77: `m_dt' undeclared (first use in this function)
  2243. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: At top level:
  2244. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:82: unknown interface `Alarm'
  2245. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `Alarm.fired':
  2246. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:82: task interface `TaskBasic' has no command named `postTask'
  2247. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: At top level:
  2248. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:84: syntax error before `Timer'
  2249. AlarmToTimerC: `Timer.startPeriodicAt' not implemented
  2250. AlarmToTimerC: `Timer.startOneShotAt' not implemented
  2251. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:74: scheduler depends on a task
  2252. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:74: The -fnesc_scheduler flag should specify a module
  2253. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc:74: (the module with the scheduling code, even if the scheduler is a configuration)
  2254. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:53,
  2255.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2256.                 from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2257.                 from BlinkAppC.nc:57:
  2258. In component `VirtualizeTimerC':
  2259. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc:48: syntax error before `uint8_t'
  2260. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc:61: syntax error before `uint32_t'
  2261. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc:61: warning: no semicolon at end of struct or union
  2262. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc:62: syntax error before `dt'
  2263. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc:63: syntax error before `isoneshot'
  2264. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc:64: syntax error before `isrunning'
  2265. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/VirtualizeTimerC.nc:65: syntax error before `_reserved'
  2266. VirtualizeTimerC: `TimerFrom.fired' not implemented
  2267. VirtualizeTimerC: `Timer.startPeriodicAt' not implemented
  2268. VirtualizeTimerC: `Timer.startOneShotAt' not implemented
  2269. VirtualizeTimerC: `Timer.startPeriodic' not implemented
  2270. VirtualizeTimerC: `Timer.startOneShot' not implemented
  2271. VirtualizeTimerC: `Timer.stop' not implemented
  2272. In file included from /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:54,
  2273.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliP.nc:52,
  2274.                  from /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:48,
  2275.                  from BlinkAppC.nc:57:
  2276. In component `CounterToLocalTimeC':
  2277. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/CounterToLocalTimeC.nc:49: syntax error before `uint32_t'
  2278. /Users/pablo/TinyOS/tinyos-2.x/tos/lib/timer/CounterToLocalTimeC.nc:53: syntax error before `LocalTime'
  2279. In component `HilTimerMilliC':
  2280. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:58: no match
  2281. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:59: no match
  2282. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:61: cannot find `TimerFrom'
  2283. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:62: cannot find `Alarm'
  2284. /Users/pablo/TinyOS/tinyos-2.x/tos/chips/msp430/timer/HilTimerMilliC.nc:63: cannot find `Counter'
  2285. In component `TimerMilliC':
  2286. /Users/pablo/TinyOS/tinyos-2.x/tos/system/TimerMilliC.nc:52: too many arguments
  2287. make: *** [exe0] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement