Advertisement
maximuscr31

Untitled

Oct 15th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.16 KB | None | 0 0
  1. This report would have more information with
  2. "Show verbose output during compilation"
  3. enabled in File > Preferences.
  4. Arduino: 1.0.6 (Windows 7), Board: "Arduino Duemilanove w/ ATmega328"
  5. In file included from /Repetier.h:264,
  6. from Commands.cpp:22:
  7. /HAL.h: In static member function 'static void HAL::hwSetup()':
  8. HAL.h:231: error: 'ID_TC4' was not declared in this scope
  9. HAL.h:231: error: 'pmc_enable_periph_clk' was not declared in this scope
  10. HAL.h:232: error: 'TC1' was not declared in this scope
  11. HAL.h:232: error: 'TC_CMR_WAVSEL_UP' was not declared in this scope
  12. HAL.h:233: error: 'TC_CMR_WAVE' was not declared in this scope
  13. HAL.h:233: error: 'TC_CMR_TCCLKS_TIMER_CLOCK2' was not declared in this scope
  14. HAL.h:233: error: 'TC_Configure' was not declared in this scope
  15. HAL.h:234: error: 'TC_Start' was not declared in this scope
  16. /HAL.h: In static member function 'static void HAL::digitalWrite(uint8_t, uint8_t)':
  17. HAL.h:263: error: 'g_APinDescription' was not declared in this scope
  18. HAL.h:263: error: 'g_APinDescription' was not declared in this scope
  19. /HAL.h: In static member function 'static uint8_t HAL::digitalRead(uint8_t)':
  20. HAL.h:267: error: 'g_APinDescription' was not declared in this scope
  21. HAL.h:267: error: 'PIO_INPUT' was not declared in this scope
  22. HAL.h:267: error: 'PIO_Get' was not declared in this scope
  23. /HAL.h: In static member function 'static void HAL::pinMode(uint8_t, uint8_t)':
  24. HAL.h:271: error: 'g_APinDescription' was not declared in this scope
  25. HAL.h:271: error: 'pmc_enable_periph_clk' was not declared in this scope
  26. HAL.h:271: error: 'PIO_INPUT' was not declared in this scope
  27. HAL.h:271: error: 'PIO_Configure' was not declared in this scope
  28. HAL.h:272: error: 'g_APinDescription' was not declared in this scope
  29. HAL.h:272: error: 'PIO_OUTPUT_1' was not declared in this scope
  30. HAL.h:272: error: 'PIO_Configure' was not declared in this scope
  31. /HAL.h: In static member function 'static void HAL::tone(uint8_t, int)':
  32. HAL.h:289: error: 'g_APinDescription' was not declared in this scope
  33. HAL.h:289: error: 'PIO_OUTPUT_1' was not declared in this scope
  34. HAL.h:289: error: 'PIO_Configure' was not declared in this scope
  35. HAL.h:291: error: 'pmc_set_writeprotect' was not declared in this scope
  36. HAL.h:292: error: 'ID_TC3' was not declared in this scope
  37. HAL.h:292: error: 'pmc_enable_periph_clk' was not declared in this scope
  38. HAL.h:294: error: 'IRQn_Type' was not declared in this scope
  39. HAL.h:294: error: 'NVIC_EncodePriority' was not declared in this scope
  40. HAL.h:294: error: 'NVIC_SetPriority' was not declared in this scope
  41. HAL.h:295: error: 'TC1' was not declared in this scope
  42. HAL.h:295: error: 'TC_CMR_WAVE' was not declared in this scope
  43. HAL.h:295: error: 'TC_CMR_WAVSEL_UP_RC' was not declared in this scope
  44. HAL.h:296: error: 'TC_CMR_TCCLKS_TIMER_CLOCK4' was not declared in this scope
  45. HAL.h:296: error: 'TC_Configure' was not declared in this scope
  46. HAL.h:297: error: 'VARIANT_MCK' was not declared in this scope
  47. HAL.h:298: error: 'TC_SetRA' was not declared in this scope
  48. HAL.h:299: error: 'TC_SetRC' was not declared in this scope
  49. HAL.h:300: error: 'TC_Start' was not declared in this scope
  50. HAL.h:301: error: 'TC_IER_CPCS' was not declared in this scope
  51. HAL.h:303: error: expected `)' before 'ID_TC3'
  52. HAL.h:303: error: 'NVIC_EnableIRQ' was not declared in this scope
  53. /HAL.h: In static member function 'static void HAL::noTone(uint8_t)':
  54. HAL.h:306: error: 'TC1' was not declared in this scope
  55. HAL.h:306: error: 'TC_Stop' was not declared in this scope
  56. HAL.h:307: error: 'g_APinDescription' was not declared in this scope
  57. HAL.h:307: error: 'g_APinDescription' was not declared in this scope
  58. /HAL.h: In static member function 'static void HAL::serialSetBaudrate(long int)':
  59. HAL.h:441: error: 'SerialUSB' was not declared in this scope
  60. /HAL.h: In static member function 'static bool HAL::serialByteAvailable()':
  61. HAL.h:445: error: 'SerialUSB' was not declared in this scope
  62. /HAL.h: In static member function 'static uint8_t HAL::serialReadByte()':
  63. HAL.h:449: error: 'SerialUSB' was not declared in this scope
  64. /HAL.h: In static member function 'static void HAL::serialWriteByte(char)':
  65. HAL.h:453: error: 'SerialUSB' was not declared in this scope
  66. /HAL.h: In static member function 'static void HAL::serialFlush()':
  67. HAL.h:457: error: 'SerialUSB' was not declared in this scope
  68. /HAL.h: In static member function 'static uint8_t HAL::spiTransfer(uint8_t)':
  69. HAL.h:473: error: 'g_APinDescription' was not declared in this scope
  70. HAL.h:473: error: 'g_APinDescription' was not declared in this scope
  71. HAL.h:475: error: 'g_APinDescription' was not declared in this scope
  72. HAL.h:475: error: 'g_APinDescription' was not declared in this scope
  73. HAL.h:479: error: 'g_APinDescription' was not declared in this scope
  74. HAL.h:479: error: 'g_APinDescription' was not declared in this scope
  75. HAL.h:482: error: 'g_APinDescription' was not declared in this scope
  76. HAL.h:482: error: 'PIO_INPUT' was not declared in this scope
  77. HAL.h:482: error: 'PIO_Get' was not declared in this scope
  78. HAL.h:485: error: 'g_APinDescription' was not declared in this scope
  79. HAL.h:485: error: 'g_APinDescription' was not declared in this scope
  80. /HAL.h: In static member function 'static void HAL::spiBegin()':
  81. HAL.h:492: error: 'g_APinDescription' was not declared in this scope
  82. HAL.h:492: error: 'PIO_OUTPUT_1' was not declared in this scope
  83. HAL.h:492: error: 'PIO_Configure' was not declared in this scope
  84. HAL.h:495: error: 'pmc_enable_periph_clk' was not declared in this scope
  85. HAL.h:495: error: 'PIO_INPUT' was not declared in this scope
  86. /HAL.h: In static member function 'static void HAL::spiInit(uint8_t)':
  87. HAL.h:501: error: 'g_APinDescription' was not declared in this scope
  88. HAL.h:501: error: 'g_APinDescription' was not declared in this scope
  89. HAL.h:502: error: 'g_APinDescription' was not declared in this scope
  90. HAL.h:502: error: 'g_APinDescription' was not declared in this scope
  91. HAL.h:503: error: 'g_APinDescription' was not declared in this scope
  92. HAL.h:503: error: 'g_APinDescription' was not declared in this scope
  93. /HAL.h: In static member function 'static uint8_t HAL::spiReceive()':
  94. HAL.h:507: error: 'g_APinDescription' was not declared in this scope
  95. HAL.h:507: error: 'g_APinDescription' was not declared in this scope
  96. HAL.h:509: error: 'g_APinDescription' was not declared in this scope
  97. HAL.h:509: error: 'g_APinDescription' was not declared in this scope
  98. /HAL.h: In static member function 'static void HAL::spiReadBlock(uint8_t*, uint16_t)':
  99. HAL.h:515: error: 'g_APinDescription' was not declared in this scope
  100. HAL.h:515: error: 'g_APinDescription' was not declared in this scope
  101. HAL.h:520: error: 'g_APinDescription' was not declared in this scope
  102. HAL.h:520: error: 'g_APinDescription' was not declared in this scope
  103. /HAL.h: In static member function 'static void HAL::spiSend(uint8_t)':
  104. HAL.h:524: error: 'g_APinDescription' was not declared in this scope
  105. HAL.h:524: error: 'g_APinDescription' was not declared in this scope
  106. HAL.h:526: error: 'g_APinDescription' was not declared in this scope
  107. HAL.h:526: error: 'g_APinDescription' was not declared in this scope
  108. /HAL.h: In static member function 'static void HAL::spiSend(const uint8_t*, size_t)':
  109. HAL.h:533: error: 'g_APinDescription' was not declared in this scope
  110. HAL.h:533: error: 'g_APinDescription' was not declared in this scope
  111. HAL.h:537: error: 'g_APinDescription' was not declared in this scope
  112. HAL.h:537: error: 'g_APinDescription' was not declared in this scope
  113. /HAL.h: In static member function 'static void HAL::spiSendBlock(uint8_t, const uint8_t*)':
  114. HAL.h:545: error: 'g_APinDescription' was not declared in this scope
  115. HAL.h:545: error: 'g_APinDescription' was not declared in this scope
  116. HAL.h:552: error: 'g_APinDescription' was not declared in this scope
  117. HAL.h:552: error: 'g_APinDescription' was not declared in this scope
  118. /HAL.h: In static member function 'static void HAL::startWatchdog()':
  119. HAL.h:591: error: 'WDT' was not declared in this scope
  120. HAL.h:591: error: 'WDT_MR_WDRSTEN' was not declared in this scope
  121. HAL.h:591: error: 'WDT_Enable' was not declared in this scope
  122. /HAL.h: In static member function 'static void HAL::pingWatchdog()':
  123. HAL.h:593: error: 'WDT' was not declared in this scope
  124. HAL.h:593: error: 'WDT_Restart' was not declared in this scope
  125. In file included from /Repetier.h:356,
  126. from Commands.cpp:22:
  127. /Extruder.h: In static member function 'static void Extruder::step()':
  128. Extruder.h:107: error: 'g_APinDescription' was not declared in this scope
  129. Extruder.h:107: error: 'g_APinDescription' was not declared in this scope
  130. /Extruder.h: In static member function 'static void Extruder::unstep()':
  131. Extruder.h:156: error: 'g_APinDescription' was not declared in this scope
  132. Extruder.h:156: error: 'g_APinDescription' was not declared in this scope
  133. /Extruder.h: In static member function 'static void Extruder::setDirection(uint8_t)':
  134. Extruder.h:203: error: 'g_APinDescription' was not declared in this scope
  135. Extruder.h:203: error: 'g_APinDescription' was not declared in this scope
  136. Extruder.h:205: error: 'g_APinDescription' was not declared in this scope
  137. Extruder.h:205: error: 'g_APinDescription' was not declared in this scope
  138. /Extruder.h: In static member function 'static void Extruder::enable()':
  139. Extruder.h:272: error: 'g_APinDescription' was not declared in this scope
  140. Extruder.h:272: error: 'g_APinDescription' was not declared in this scope
  141. In file included from /Repetier.h:385,
  142. from Commands.cpp:22:
  143. /Printer.h: In static member function 'static void Printer::disableXStepper()':
  144. Printer.h:205: error: 'g_APinDescription' was not declared in this scope
  145. Printer.h:205: error: 'g_APinDescription' was not declared in this scope
  146. /Printer.h: In static member function 'static void Printer::disableYStepper()':
  147. Printer.h:215: error: 'g_APinDescription' was not declared in this scope
  148. Printer.h:215: error: 'g_APinDescription' was not declared in this scope
  149. /Printer.h: In static member function 'static void Printer::disableZStepper()':
  150. Printer.h:225: error: 'g_APinDescription' was not declared in this scope
  151. Printer.h:225: error: 'g_APinDescription' was not declared in this scope
  152. /Printer.h: In static member function 'static void Printer::enableXStepper()':
  153. Printer.h:235: error: 'g_APinDescription' was not declared in this scope
  154. Printer.h:235: error: 'g_APinDescription' was not declared in this scope
  155. /Printer.h: In static member function 'static void Printer::enableYStepper()':
  156. Printer.h:245: error: 'g_APinDescription' was not declared in this scope
  157. Printer.h:245: error: 'g_APinDescription' was not declared in this scope
  158. /Printer.h: In static member function 'static void Printer::enableZStepper()':
  159. Printer.h:255: error: 'g_APinDescription' was not declared in this scope
  160. Printer.h:255: error: 'g_APinDescription' was not declared in this scope
  161. /Printer.h: In static member function 'static void Printer::setXDirection(bool)':
  162. Printer.h:265: error: 'g_APinDescription' was not declared in this scope
  163. Printer.h:265: error: 'g_APinDescription' was not declared in this scope
  164. Printer.h:272: error: 'g_APinDescription' was not declared in this scope
  165. Printer.h:272: error: 'g_APinDescription' was not declared in this scope
  166. /Printer.h: In static member function 'static void Printer::setYDirection(bool)':
  167. Printer.h:282: error: 'g_APinDescription' was not declared in this scope
  168. Printer.h:282: error: 'g_APinDescription' was not declared in this scope
  169. Printer.h:289: error: 'g_APinDescription' was not declared in this scope
  170. Printer.h:289: error: 'g_APinDescription' was not declared in this scope
  171. /Printer.h: In static member function 'static void Printer::setZDirection(bool)':
  172. Printer.h:299: error: 'g_APinDescription' was not declared in this scope
  173. Printer.h:299: error: 'g_APinDescription' was not declared in this scope
  174. Printer.h:306: error: 'g_APinDescription' was not declared in this scope
  175. Printer.h:306: error: 'g_APinDescription' was not declared in this scope
  176. /Printer.h: In static member function 'static bool Printer::getZDirection()':
  177. Printer.h:314: error: 'g_APinDescription' was not declared in this scope
  178. Printer.h:314: error: 'PIO_INPUT' was not declared in this scope
  179. Printer.h:314: error: 'PIO_Get' was not declared in this scope
  180. /Printer.h: In static member function 'static bool Printer::getYDirection()':
  181. Printer.h:318: error: 'g_APinDescription' was not declared in this scope
  182. Printer.h:318: error: 'PIO_INPUT' was not declared in this scope
  183. Printer.h:318: error: 'PIO_Get' was not declared in this scope
  184. /Printer.h: In static member function 'static bool Printer::getXDirection()':
  185. Printer.h:322: error: 'g_APinDescription' was not declared in this scope
  186. Printer.h:322: error: 'PIO_INPUT' was not declared in this scope
  187. Printer.h:322: error: 'PIO_Get' was not declared in this scope
  188. /Printer.h: In static member function 'static bool Printer::isXMinEndstopHit()':
  189. Printer.h:398: error: 'g_APinDescription' was not declared in this scope
  190. Printer.h:398: error: 'PIO_INPUT' was not declared in this scope
  191. Printer.h:398: error: 'PIO_Get' was not declared in this scope
  192. /Printer.h: In static member function 'static bool Printer::isYMinEndstopHit()':
  193. Printer.h:406: error: 'g_APinDescription' was not declared in this scope
  194. Printer.h:406: error: 'PIO_INPUT' was not declared in this scope
  195. Printer.h:406: error: 'PIO_Get' was not declared in this scope
  196. /Printer.h: In static member function 'static bool Printer::isZMinEndstopHit()':
  197. Printer.h:414: error: 'g_APinDescription' was not declared in this scope
  198. Printer.h:414: error: 'PIO_INPUT' was not declared in this scope
  199. Printer.h:414: error: 'PIO_Get' was not declared in this scope
  200. /Printer.h: In static member function 'static bool Printer::isZProbeHit()':
  201. Printer.h:486: error: 'g_APinDescription' was not declared in this scope
  202. Printer.h:486: error: 'PIO_INPUT' was not declared in this scope
  203. Printer.h:486: error: 'PIO_Get' was not declared in this scope
  204. /Printer.h: In static member function 'static void Printer::endXYZSteps()':
  205. Printer.h:534: error: 'g_APinDescription' was not declared in this scope
  206. Printer.h:534: error: 'g_APinDescription' was not declared in this scope
  207. Printer.h:535: error: 'g_APinDescription' was not declared in this scope
  208. Printer.h:535: error: 'g_APinDescription' was not declared in this scope
  209. Printer.h:536: error: 'g_APinDescription' was not declared in this scope
  210. Printer.h:536: error: 'g_APinDescription' was not declared in this scope
  211. In file included from /Repetier.h:386,
  212. from Commands.cpp:22:
  213. /motion.h: In member function 'void PrintLine::startXStep()':
  214. motion.h:501: error: 'g_APinDescription' was not declared in this scope
  215. motion.h:501: error: 'g_APinDescription' was not declared in this scope
  216. /motion.h: In member function 'void PrintLine::startYStep()':
  217. motion.h:541: error: 'g_APinDescription' was not declared in this scope
  218. motion.h:541: error: 'g_APinDescription' was not declared in this scope
  219. /motion.h: In member function 'void PrintLine::startZStep()':
  220. motion.h:577: error: 'g_APinDescription' was not declared in this scope
  221. motion.h:577: error: 'g_APinDescription' was not declared in this scope
  222. /motion.h: In static member function 'static void PrintLine::pushLine()':
  223. motion.h:624: error: '__disable_irq' was not declared in this scope
  224. motion.h:626: error: '__enable_irq' was not declared in this scope
  225. Commands.cpp: In static member function 'static void Commands::executeGCode(GCode*)':
  226. Commands.cpp:1318: error: '__disable_irq' was not declared in this scope
  227. Commands.cpp:1320: error: '__enable_irq' was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement