Advertisement
mannymiller

teensy 3.6

Nov 19th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.11 KB | None | 0 0
  1. Arduino: 1.6.12 (Windows 10), TD: 1.31, Board: "Teensy 3.6, Serial, 180 MHz, US English"
  2.  
  3. Build options changed, rebuilding all
  4. In file included from C:\Users\Mannys\AppData\Local\Temp\arduino_modified_sketch_637355\Aurora64x64.ino:63:0:
  5.  
  6. C:\Users\Mannys\Documents\Arduino\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006
  7.  
  8. # pragma message "FastLED version 3.001.006"
  9.  
  10. ^
  11.  
  12. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  13.  
  14. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp: In member function 'void IRsend::mark(int)':
  15.  
  16. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:227:31: error: 'TCCR2A' was not declared in this scope
  17.  
  18. #define TIMER_ENABLE_PWM (TCCR2A |= _BV(COM2B1))
  19.  
  20. ^
  21.  
  22. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:227:3: note: in expansion of macro 'TIMER_ENABLE_PWM'
  23.  
  24. TIMER_ENABLE_PWM; // Enable pin 3 PWM output
  25.  
  26. ^
  27.  
  28. In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/wiring.h:33:0,
  29.  
  30. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/WProgram.h:15,
  31.  
  32. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/Arduino.h:1,
  33.  
  34. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:20,
  35.  
  36. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:
  37.  
  38. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:227:45: error: 'COM2B1' was not declared in this scope
  39.  
  40. #define TIMER_ENABLE_PWM (TCCR2A |= _BV(COM2B1))
  41.  
  42. ^
  43.  
  44. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  45.  
  46. #define _BV(n) (1<<(n))
  47.  
  48. ^
  49.  
  50. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:227:3: note: in expansion of macro 'TIMER_ENABLE_PWM'
  51.  
  52. TIMER_ENABLE_PWM; // Enable pin 3 PWM output
  53.  
  54. ^
  55.  
  56. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  57.  
  58. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp: In member function 'void IRsend::space(int)':
  59.  
  60. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:228:31: error: 'TCCR2A' was not declared in this scope
  61.  
  62. #define TIMER_DISABLE_PWM (TCCR2A &= ~(_BV(COM2B1)))
  63.  
  64. ^
  65.  
  66. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:235:3: note: in expansion of macro 'TIMER_DISABLE_PWM'
  67.  
  68. TIMER_DISABLE_PWM; // Disable pin 3 PWM output
  69.  
  70. ^
  71.  
  72. In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/wiring.h:33:0,
  73.  
  74. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/WProgram.h:15,
  75.  
  76. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/Arduino.h:1,
  77.  
  78. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:20,
  79.  
  80. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:
  81.  
  82. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:228:47: error: 'COM2B1' was not declared in this scope
  83.  
  84. #define TIMER_DISABLE_PWM (TCCR2A &= ~(_BV(COM2B1)))
  85.  
  86. ^
  87.  
  88. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  89.  
  90. #define _BV(n) (1<<(n))
  91.  
  92. ^
  93.  
  94. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:235:3: note: in expansion of macro 'TIMER_DISABLE_PWM'
  95.  
  96. TIMER_DISABLE_PWM; // Disable pin 3 PWM output
  97.  
  98. ^
  99.  
  100. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  101.  
  102. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp: In member function 'void IRsend::enableIROut(int)':
  103.  
  104. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:230:31: error: 'TIMSK2' was not declared in this scope
  105.  
  106. #define TIMER_DISABLE_INTR (TIMSK2 = 0)
  107.  
  108. ^
  109.  
  110. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:253:3: note: in expansion of macro 'TIMER_DISABLE_INTR'
  111.  
  112. TIMER_DISABLE_INTR; //Timer2 Overflow Interrupt
  113.  
  114. ^
  115.  
  116. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:234:3: error: 'TCCR2A' was not declared in this scope
  117.  
  118. TCCR2A = _BV(WGM20); \
  119.  
  120. ^
  121.  
  122. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:263:3: note: in expansion of macro 'TIMER_CONFIG_KHZ'
  123.  
  124. TIMER_CONFIG_KHZ(khz);
  125.  
  126. ^
  127.  
  128. In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/wiring.h:33:0,
  129.  
  130. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/WProgram.h:15,
  131.  
  132. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/Arduino.h:1,
  133.  
  134. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:20,
  135.  
  136. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:
  137.  
  138. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:234:16: error: 'WGM20' was not declared in this scope
  139.  
  140. TCCR2A = _BV(WGM20); \
  141.  
  142. ^
  143.  
  144. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  145.  
  146. #define _BV(n) (1<<(n))
  147.  
  148. ^
  149.  
  150. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:263:3: note: in expansion of macro 'TIMER_CONFIG_KHZ'
  151.  
  152. TIMER_CONFIG_KHZ(khz);
  153.  
  154. ^
  155.  
  156. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  157.  
  158. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:235:3: error: 'TCCR2B' was not declared in this scope
  159.  
  160. TCCR2B = _BV(WGM22) | _BV(CS20); \
  161.  
  162. ^
  163.  
  164. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:263:3: note: in expansion of macro 'TIMER_CONFIG_KHZ'
  165.  
  166. TIMER_CONFIG_KHZ(khz);
  167.  
  168. ^
  169.  
  170. In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/wiring.h:33:0,
  171.  
  172. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/WProgram.h:15,
  173.  
  174. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/Arduino.h:1,
  175.  
  176. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:20,
  177.  
  178. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:
  179.  
  180. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:235:16: error: 'WGM22' was not declared in this scope
  181.  
  182. TCCR2B = _BV(WGM22) | _BV(CS20); \
  183.  
  184. ^
  185.  
  186. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  187.  
  188. #define _BV(n) (1<<(n))
  189.  
  190. ^
  191.  
  192. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:263:3: note: in expansion of macro 'TIMER_CONFIG_KHZ'
  193.  
  194. TIMER_CONFIG_KHZ(khz);
  195.  
  196. ^
  197.  
  198. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:235:29: error: 'CS20' was not declared in this scope
  199.  
  200. TCCR2B = _BV(WGM22) | _BV(CS20); \
  201.  
  202. ^
  203.  
  204. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  205.  
  206. #define _BV(n) (1<<(n))
  207.  
  208. ^
  209.  
  210. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:263:3: note: in expansion of macro 'TIMER_CONFIG_KHZ'
  211.  
  212. TIMER_CONFIG_KHZ(khz);
  213.  
  214. ^
  215.  
  216. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  217.  
  218. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:236:3: error: 'OCR2A' was not declared in this scope
  219.  
  220. OCR2A = pwmval; \
  221.  
  222. ^
  223.  
  224. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:263:3: note: in expansion of macro 'TIMER_CONFIG_KHZ'
  225.  
  226. TIMER_CONFIG_KHZ(khz);
  227.  
  228. ^
  229.  
  230. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:237:3: error: 'OCR2B' was not declared in this scope
  231.  
  232. OCR2B = pwmval / 3; \
  233.  
  234. ^
  235.  
  236. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:263:3: note: in expansion of macro 'TIMER_CONFIG_KHZ'
  237.  
  238. TIMER_CONFIG_KHZ(khz);
  239.  
  240. ^
  241.  
  242. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp: In member function 'void IRrecv::enableIRIn()':
  243.  
  244. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:249:3: error: 'TCCR2A' was not declared in this scope
  245.  
  246. TCCR2A = _BV(WGM21); \
  247.  
  248. ^
  249.  
  250. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:279:3: note: in expansion of macro 'TIMER_CONFIG_NORMAL'
  251.  
  252. TIMER_CONFIG_NORMAL();
  253.  
  254. ^
  255.  
  256. In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/wiring.h:33:0,
  257.  
  258. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/WProgram.h:15,
  259.  
  260. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/Arduino.h:1,
  261.  
  262. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:20,
  263.  
  264. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:
  265.  
  266. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:249:16: error: 'WGM21' was not declared in this scope
  267.  
  268. TCCR2A = _BV(WGM21); \
  269.  
  270. ^
  271.  
  272. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  273.  
  274. #define _BV(n) (1<<(n))
  275.  
  276. ^
  277.  
  278. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:279:3: note: in expansion of macro 'TIMER_CONFIG_NORMAL'
  279.  
  280. TIMER_CONFIG_NORMAL();
  281.  
  282. ^
  283.  
  284. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  285.  
  286. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:250:3: error: 'TCCR2B' was not declared in this scope
  287.  
  288. TCCR2B = _BV(CS21); \
  289.  
  290. ^
  291.  
  292. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:279:3: note: in expansion of macro 'TIMER_CONFIG_NORMAL'
  293.  
  294. TIMER_CONFIG_NORMAL();
  295.  
  296. ^
  297.  
  298. In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/wiring.h:33:0,
  299.  
  300. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/WProgram.h:15,
  301.  
  302. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/Arduino.h:1,
  303.  
  304. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:20,
  305.  
  306. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:
  307.  
  308. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:250:16: error: 'CS21' was not declared in this scope
  309.  
  310. TCCR2B = _BV(CS21); \
  311.  
  312. ^
  313.  
  314. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  315.  
  316. #define _BV(n) (1<<(n))
  317.  
  318. ^
  319.  
  320. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:279:3: note: in expansion of macro 'TIMER_CONFIG_NORMAL'
  321.  
  322. TIMER_CONFIG_NORMAL();
  323.  
  324. ^
  325.  
  326. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  327.  
  328. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:251:3: error: 'OCR2A' was not declared in this scope
  329.  
  330. OCR2A = TIMER_COUNT_TOP / 8; \
  331.  
  332. ^
  333.  
  334. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:279:3: note: in expansion of macro 'TIMER_CONFIG_NORMAL'
  335.  
  336. TIMER_CONFIG_NORMAL();
  337.  
  338. ^
  339.  
  340. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:19:0:
  341.  
  342. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.h:111:21: warning: integer overflow in expression [-Woverflow]
  343.  
  344. #define USECPERTICK 50 // microseconds per clock interrupt tick
  345.  
  346. ^
  347.  
  348. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:239:42: note: in expansion of macro 'USECPERTICK'
  349.  
  350. #define TIMER_COUNT_TOP (SYSCLOCK * USECPERTICK / 1000000)
  351.  
  352. ^
  353.  
  354. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:251:11: note: in expansion of macro 'TIMER_COUNT_TOP'
  355.  
  356. OCR2A = TIMER_COUNT_TOP / 8; \
  357.  
  358. ^
  359.  
  360. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:279:3: note: in expansion of macro 'TIMER_CONFIG_NORMAL'
  361.  
  362. TIMER_CONFIG_NORMAL();
  363.  
  364. ^
  365.  
  366. In file included from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:0:
  367.  
  368. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:252:3: error: 'TCNT2' was not declared in this scope
  369.  
  370. TCNT2 = 0; \
  371.  
  372. ^
  373.  
  374. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:279:3: note: in expansion of macro 'TIMER_CONFIG_NORMAL'
  375.  
  376. TIMER_CONFIG_NORMAL();
  377.  
  378. ^
  379.  
  380. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:229:31: error: 'TIMSK2' was not declared in this scope
  381.  
  382. #define TIMER_ENABLE_INTR (TIMSK2 = _BV(OCIE2A))
  383.  
  384. ^
  385.  
  386. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:282:3: note: in expansion of macro 'TIMER_ENABLE_INTR'
  387.  
  388. TIMER_ENABLE_INTR;
  389.  
  390. ^
  391.  
  392. In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/wiring.h:33:0,
  393.  
  394. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/WProgram.h:15,
  395.  
  396. from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/Arduino.h:1,
  397.  
  398. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:20,
  399.  
  400. from C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:20:
  401.  
  402. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremoteInt.h:229:44: error: 'OCIE2A' was not declared in this scope
  403.  
  404. #define TIMER_ENABLE_INTR (TIMSK2 = _BV(OCIE2A))
  405.  
  406. ^
  407.  
  408. C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/core_pins.h:46:22: note: in definition of macro '_BV'
  409.  
  410. #define _BV(n) (1<<(n))
  411.  
  412. ^
  413.  
  414. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:282:3: note: in expansion of macro 'TIMER_ENABLE_INTR'
  415.  
  416. TIMER_ENABLE_INTR;
  417.  
  418. ^
  419.  
  420. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp: At global scope:
  421.  
  422. C:\Users\Mannys\Documents\Arduino\libraries\IRremote\IRremote.cpp:311:4: error: expected constructor, destructor, or type conversion before '(' token
  423.  
  424. ISR(TIMER_INTR_NAME)
  425.  
  426. ^
  427.  
  428. Multiple libraries were found for "IRremote.h"
  429. Used: C:\Users\Mannys\Documents\Arduino\libraries\IRremote
  430. Not used: C:\Program Files (x86)\Arduino\libraries\RobotIRremote
  431. Multiple libraries were found for "SD.h"
  432. Used: C:\Users\Mannys\Documents\Arduino\libraries\SD
  433. Not used: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
  434. Not used: C:\Program Files (x86)\Arduino\libraries\SD
  435. Error compiling for board Teensy 3.6.
  436.  
  437. This report would have more information with
  438. "Show verbose output during compilation"
  439. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement