Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.90 KB | None | 0 0
  1. Arduino: 1.9.0-beta (Windows 10), Board: "OMC with Atmega644p at 20Mhz"
  2.  
  3. In file included from c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\hal.h:23:0,
  4.  
  5. from c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal.h:26,
  6.  
  7. from c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\inc\marlinconfig.h:30,
  8.  
  9. from sketch\src\feature\controllerfan.cpp:23:
  10.  
  11. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:36: error: pasting "DIO" and "-" does not give a valid preprocessing token
  12.  
  13. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  14.  
  15. ^
  16.  
  17. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  18.  
  19. #define READ(IO) _READ(IO)
  20.  
  21. ^
  22.  
  23. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:204:28: note: in expansion of macro 'READ'
  24.  
  25. #define E1_ENABLE_READ() READ(E1_ENABLE_PIN)
  26.  
  27. ^
  28.  
  29. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E1_ENABLE_READ'
  30.  
  31. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  32.  
  33. ^
  34.  
  35. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  36.  
  37. _RPT_OP(_RPT_I) \
  38.  
  39. ^
  40.  
  41. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  42.  
  43. #define __REPEAT() _REPEAT
  44.  
  45. ^
  46.  
  47. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  48.  
  49. #define EVAL(V...) EVAL16(V)
  50.  
  51. ^
  52.  
  53. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  54.  
  55. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  56.  
  57. ^
  58.  
  59. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  60.  
  61. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  62.  
  63. ^
  64.  
  65. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  66.  
  67. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  68.  
  69. ^
  70.  
  71. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  72.  
  73. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  74.  
  75. ^
  76.  
  77. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\pins\sanguino/pins_OMCA.h:114:33: error: pasting "/* 19*/" and "_RPORT" does not give a valid preprocessing token
  78.  
  79. #define E1_ENABLE_PIN -1 // 19
  80.  
  81. ^
  82.  
  83. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:43: note: in definition of macro '_READ'
  84.  
  85. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  86.  
  87. ^
  88.  
  89. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:204:28: note: in expansion of macro 'READ'
  90.  
  91. #define E1_ENABLE_READ() READ(E1_ENABLE_PIN)
  92.  
  93. ^
  94.  
  95. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:204:33: note: in expansion of macro 'E1_ENABLE_PIN'
  96.  
  97. #define E1_ENABLE_READ() READ(E1_ENABLE_PIN)
  98.  
  99. ^
  100.  
  101. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E1_ENABLE_READ'
  102.  
  103. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  104.  
  105. ^
  106.  
  107. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  108.  
  109. _RPT_OP(_RPT_I) \
  110.  
  111. ^
  112.  
  113. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  114.  
  115. #define __REPEAT() _REPEAT
  116.  
  117. ^
  118.  
  119. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  120.  
  121. #define EVAL(V...) EVAL16(V)
  122.  
  123. ^
  124.  
  125. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  126.  
  127. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  128.  
  129. ^
  130.  
  131. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  132.  
  133. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  134.  
  135. ^
  136.  
  137. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  138.  
  139. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  140.  
  141. ^
  142.  
  143. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  144.  
  145. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  146.  
  147. ^
  148.  
  149. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:57: error: pasting "DIO" and "-" does not give a valid preprocessing token
  150.  
  151. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  152.  
  153. ^
  154.  
  155. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  156.  
  157. #define READ(IO) _READ(IO)
  158.  
  159. ^
  160.  
  161. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:204:28: note: in expansion of macro 'READ'
  162.  
  163. #define E1_ENABLE_READ() READ(E1_ENABLE_PIN)
  164.  
  165. ^
  166.  
  167. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E1_ENABLE_READ'
  168.  
  169. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  170.  
  171. ^
  172.  
  173. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  174.  
  175. _RPT_OP(_RPT_I) \
  176.  
  177. ^
  178.  
  179. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  180.  
  181. #define __REPEAT() _REPEAT
  182.  
  183. ^
  184.  
  185. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  186.  
  187. #define EVAL(V...) EVAL16(V)
  188.  
  189. ^
  190.  
  191. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  192.  
  193. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  194.  
  195. ^
  196.  
  197. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  198.  
  199. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  200.  
  201. ^
  202.  
  203. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  204.  
  205. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  206.  
  207. ^
  208.  
  209. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  210.  
  211. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  212.  
  213. ^
  214.  
  215. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\pins\sanguino/pins_OMCA.h:114:33: error: pasting "/* 19*/" and "_PIN" does not give a valid preprocessing token
  216.  
  217. #define E1_ENABLE_PIN -1 // 19
  218.  
  219. ^
  220.  
  221. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:64: note: in definition of macro '_READ'
  222.  
  223. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  224.  
  225. ^
  226.  
  227. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:204:28: note: in expansion of macro 'READ'
  228.  
  229. #define E1_ENABLE_READ() READ(E1_ENABLE_PIN)
  230.  
  231. ^
  232.  
  233. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:204:33: note: in expansion of macro 'E1_ENABLE_PIN'
  234.  
  235. #define E1_ENABLE_READ() READ(E1_ENABLE_PIN)
  236.  
  237. ^
  238.  
  239. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E1_ENABLE_READ'
  240.  
  241. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  242.  
  243. ^
  244.  
  245. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  246.  
  247. _RPT_OP(_RPT_I) \
  248.  
  249. ^
  250.  
  251. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  252.  
  253. #define __REPEAT() _REPEAT
  254.  
  255. ^
  256.  
  257. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  258.  
  259. #define EVAL(V...) EVAL16(V)
  260.  
  261. ^
  262.  
  263. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  264.  
  265. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  266.  
  267. ^
  268.  
  269. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  270.  
  271. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  272.  
  273. ^
  274.  
  275. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  276.  
  277. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  278.  
  279. ^
  280.  
  281. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  282.  
  283. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  284.  
  285. ^
  286.  
  287. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:36: error: pasting "DIO" and "-" does not give a valid preprocessing token
  288.  
  289. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  290.  
  291. ^
  292.  
  293. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  294.  
  295. #define READ(IO) _READ(IO)
  296.  
  297. ^
  298.  
  299. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:221:28: note: in expansion of macro 'READ'
  300.  
  301. #define E2_ENABLE_READ() READ(E2_ENABLE_PIN)
  302.  
  303. ^
  304.  
  305. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E2_ENABLE_READ'
  306.  
  307. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  308.  
  309. ^
  310.  
  311. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  312.  
  313. _RPT_OP(_RPT_I) \
  314.  
  315. ^
  316.  
  317. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  318.  
  319. #define __REPEAT() _REPEAT
  320.  
  321. ^
  322.  
  323. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  324.  
  325. #define EVAL8(V...) EVAL4(EVAL4(V))
  326.  
  327. ^
  328.  
  329. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  330.  
  331. #define EVAL16(V...) EVAL8(EVAL8(V))
  332.  
  333. ^
  334.  
  335. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  336.  
  337. #define __REPEAT() _REPEAT
  338.  
  339. ^
  340.  
  341. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  342.  
  343. #define EVAL(V...) EVAL16(V)
  344.  
  345. ^
  346.  
  347. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  348.  
  349. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  350.  
  351. ^
  352.  
  353. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  354.  
  355. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  356.  
  357. ^
  358.  
  359. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  360.  
  361. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  362.  
  363. ^
  364.  
  365. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  366.  
  367. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  368.  
  369. ^
  370.  
  371. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\pins\sanguino/pins_OMCA.h:118:33: error: pasting "/* 18*/" and "_RPORT" does not give a valid preprocessing token
  372.  
  373. #define E2_ENABLE_PIN -1 // 18
  374.  
  375. ^
  376.  
  377. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:43: note: in definition of macro '_READ'
  378.  
  379. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  380.  
  381. ^
  382.  
  383. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:221:28: note: in expansion of macro 'READ'
  384.  
  385. #define E2_ENABLE_READ() READ(E2_ENABLE_PIN)
  386.  
  387. ^
  388.  
  389. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:221:33: note: in expansion of macro 'E2_ENABLE_PIN'
  390.  
  391. #define E2_ENABLE_READ() READ(E2_ENABLE_PIN)
  392.  
  393. ^
  394.  
  395. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E2_ENABLE_READ'
  396.  
  397. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  398.  
  399. ^
  400.  
  401. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  402.  
  403. _RPT_OP(_RPT_I) \
  404.  
  405. ^
  406.  
  407. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  408.  
  409. #define __REPEAT() _REPEAT
  410.  
  411. ^
  412.  
  413. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  414.  
  415. #define EVAL8(V...) EVAL4(EVAL4(V))
  416.  
  417. ^
  418.  
  419. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  420.  
  421. #define EVAL16(V...) EVAL8(EVAL8(V))
  422.  
  423. ^
  424.  
  425. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  426.  
  427. #define __REPEAT() _REPEAT
  428.  
  429. ^
  430.  
  431. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  432.  
  433. #define EVAL(V...) EVAL16(V)
  434.  
  435. ^
  436.  
  437. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  438.  
  439. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  440.  
  441. ^
  442.  
  443. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  444.  
  445. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  446.  
  447. ^
  448.  
  449. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  450.  
  451. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  452.  
  453. ^
  454.  
  455. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  456.  
  457. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  458.  
  459. ^
  460.  
  461. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:57: error: pasting "DIO" and "-" does not give a valid preprocessing token
  462.  
  463. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  464.  
  465. ^
  466.  
  467. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  468.  
  469. #define READ(IO) _READ(IO)
  470.  
  471. ^
  472.  
  473. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:221:28: note: in expansion of macro 'READ'
  474.  
  475. #define E2_ENABLE_READ() READ(E2_ENABLE_PIN)
  476.  
  477. ^
  478.  
  479. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E2_ENABLE_READ'
  480.  
  481. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  482.  
  483. ^
  484.  
  485. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  486.  
  487. _RPT_OP(_RPT_I) \
  488.  
  489. ^
  490.  
  491. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  492.  
  493. #define __REPEAT() _REPEAT
  494.  
  495. ^
  496.  
  497. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  498.  
  499. #define EVAL8(V...) EVAL4(EVAL4(V))
  500.  
  501. ^
  502.  
  503. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  504.  
  505. #define EVAL16(V...) EVAL8(EVAL8(V))
  506.  
  507. ^
  508.  
  509. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  510.  
  511. #define __REPEAT() _REPEAT
  512.  
  513. ^
  514.  
  515. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  516.  
  517. #define EVAL(V...) EVAL16(V)
  518.  
  519. ^
  520.  
  521. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  522.  
  523. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  524.  
  525. ^
  526.  
  527. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  528.  
  529. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  530.  
  531. ^
  532.  
  533. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  534.  
  535. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  536.  
  537. ^
  538.  
  539. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  540.  
  541. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  542.  
  543. ^
  544.  
  545. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\pins\sanguino/pins_OMCA.h:118:33: error: pasting "/* 18*/" and "_PIN" does not give a valid preprocessing token
  546.  
  547. #define E2_ENABLE_PIN -1 // 18
  548.  
  549. ^
  550.  
  551. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:64: note: in definition of macro '_READ'
  552.  
  553. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  554.  
  555. ^
  556.  
  557. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:221:28: note: in expansion of macro 'READ'
  558.  
  559. #define E2_ENABLE_READ() READ(E2_ENABLE_PIN)
  560.  
  561. ^
  562.  
  563. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:221:33: note: in expansion of macro 'E2_ENABLE_PIN'
  564.  
  565. #define E2_ENABLE_READ() READ(E2_ENABLE_PIN)
  566.  
  567. ^
  568.  
  569. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E2_ENABLE_READ'
  570.  
  571. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  572.  
  573. ^
  574.  
  575. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  576.  
  577. _RPT_OP(_RPT_I) \
  578.  
  579. ^
  580.  
  581. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  582.  
  583. #define __REPEAT() _REPEAT
  584.  
  585. ^
  586.  
  587. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  588.  
  589. #define EVAL8(V...) EVAL4(EVAL4(V))
  590.  
  591. ^
  592.  
  593. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  594.  
  595. #define EVAL16(V...) EVAL8(EVAL8(V))
  596.  
  597. ^
  598.  
  599. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  600.  
  601. #define __REPEAT() _REPEAT
  602.  
  603. ^
  604.  
  605. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  606.  
  607. #define EVAL(V...) EVAL16(V)
  608.  
  609. ^
  610.  
  611. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  612.  
  613. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  614.  
  615. ^
  616.  
  617. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  618.  
  619. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  620.  
  621. ^
  622.  
  623. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  624.  
  625. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  626.  
  627. ^
  628.  
  629. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  630.  
  631. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  632.  
  633. ^
  634.  
  635. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:36: error: pasting "DIO" and "-" does not give a valid preprocessing token
  636.  
  637. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  638.  
  639. ^
  640.  
  641. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  642.  
  643. #define READ(IO) _READ(IO)
  644.  
  645. ^
  646.  
  647. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:238:28: note: in expansion of macro 'READ'
  648.  
  649. #define E3_ENABLE_READ() READ(E3_ENABLE_PIN)
  650.  
  651. ^
  652.  
  653. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E3_ENABLE_READ'
  654.  
  655. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  656.  
  657. ^
  658.  
  659. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  660.  
  661. _RPT_OP(_RPT_I) \
  662.  
  663. ^
  664.  
  665. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  666.  
  667. #define __REPEAT() _REPEAT
  668.  
  669. ^
  670.  
  671. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  672.  
  673. #define EVAL2(V...) EVAL1(EVAL1(V))
  674.  
  675. ^
  676.  
  677. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:30: note: in expansion of macro 'EVAL2'
  678.  
  679. #define EVAL4(V...) EVAL2(EVAL2(V))
  680.  
  681. ^
  682.  
  683. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  684.  
  685. #define __REPEAT() _REPEAT
  686.  
  687. ^
  688.  
  689. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  690.  
  691. #define EVAL8(V...) EVAL4(EVAL4(V))
  692.  
  693. ^
  694.  
  695. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  696.  
  697. #define EVAL16(V...) EVAL8(EVAL8(V))
  698.  
  699. ^
  700.  
  701. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  702.  
  703. #define __REPEAT() _REPEAT
  704.  
  705. ^
  706.  
  707. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  708.  
  709. #define EVAL(V...) EVAL16(V)
  710.  
  711. ^
  712.  
  713. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  714.  
  715. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  716.  
  717. ^
  718.  
  719. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  720.  
  721. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  722.  
  723. ^
  724.  
  725. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  726.  
  727. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  728.  
  729. ^
  730.  
  731. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  732.  
  733. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  734.  
  735. ^
  736.  
  737. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:57: error: pasting "DIO" and "-" does not give a valid preprocessing token
  738.  
  739. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  740.  
  741. ^
  742.  
  743. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  744.  
  745. #define READ(IO) _READ(IO)
  746.  
  747. ^
  748.  
  749. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:238:28: note: in expansion of macro 'READ'
  750.  
  751. #define E3_ENABLE_READ() READ(E3_ENABLE_PIN)
  752.  
  753. ^
  754.  
  755. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E3_ENABLE_READ'
  756.  
  757. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  758.  
  759. ^
  760.  
  761. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  762.  
  763. _RPT_OP(_RPT_I) \
  764.  
  765. ^
  766.  
  767. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  768.  
  769. #define __REPEAT() _REPEAT
  770.  
  771. ^
  772.  
  773. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  774.  
  775. #define EVAL2(V...) EVAL1(EVAL1(V))
  776.  
  777. ^
  778.  
  779. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:30: note: in expansion of macro 'EVAL2'
  780.  
  781. #define EVAL4(V...) EVAL2(EVAL2(V))
  782.  
  783. ^
  784.  
  785. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  786.  
  787. #define __REPEAT() _REPEAT
  788.  
  789. ^
  790.  
  791. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  792.  
  793. #define EVAL8(V...) EVAL4(EVAL4(V))
  794.  
  795. ^
  796.  
  797. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  798.  
  799. #define EVAL16(V...) EVAL8(EVAL8(V))
  800.  
  801. ^
  802.  
  803. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  804.  
  805. #define __REPEAT() _REPEAT
  806.  
  807. ^
  808.  
  809. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  810.  
  811. #define EVAL(V...) EVAL16(V)
  812.  
  813. ^
  814.  
  815. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  816.  
  817. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  818.  
  819. ^
  820.  
  821. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  822.  
  823. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  824.  
  825. ^
  826.  
  827. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  828.  
  829. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  830.  
  831. ^
  832.  
  833. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  834.  
  835. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  836.  
  837. ^
  838.  
  839. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:36: error: pasting "DIO" and "-" does not give a valid preprocessing token
  840.  
  841. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  842.  
  843. ^
  844.  
  845. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  846.  
  847. #define READ(IO) _READ(IO)
  848.  
  849. ^
  850.  
  851. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:255:28: note: in expansion of macro 'READ'
  852.  
  853. #define E4_ENABLE_READ() READ(E4_ENABLE_PIN)
  854.  
  855. ^
  856.  
  857. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E4_ENABLE_READ'
  858.  
  859. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  860.  
  861. ^
  862.  
  863. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  864.  
  865. _RPT_OP(_RPT_I) \
  866.  
  867. ^
  868.  
  869. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  870.  
  871. #define __REPEAT() _REPEAT
  872.  
  873. ^
  874.  
  875. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:24: note: in expansion of macro 'EVAL2'
  876.  
  877. #define EVAL4(V...) EVAL2(EVAL2(V))
  878.  
  879. ^
  880.  
  881. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:24: note: in expansion of macro 'EVAL1'
  882.  
  883. #define EVAL2(V...) EVAL1(EVAL1(V))
  884.  
  885. ^
  886.  
  887. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  888.  
  889. #define __REPEAT() _REPEAT
  890.  
  891. ^
  892.  
  893. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  894.  
  895. #define EVAL2(V...) EVAL1(EVAL1(V))
  896.  
  897. ^
  898.  
  899. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:30: note: in expansion of macro 'EVAL2'
  900.  
  901. #define EVAL4(V...) EVAL2(EVAL2(V))
  902.  
  903. ^
  904.  
  905. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  906.  
  907. #define __REPEAT() _REPEAT
  908.  
  909. ^
  910.  
  911. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  912.  
  913. #define EVAL8(V...) EVAL4(EVAL4(V))
  914.  
  915. ^
  916.  
  917. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  918.  
  919. #define EVAL16(V...) EVAL8(EVAL8(V))
  920.  
  921. ^
  922.  
  923. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  924.  
  925. #define __REPEAT() _REPEAT
  926.  
  927. ^
  928.  
  929. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  930.  
  931. #define EVAL(V...) EVAL16(V)
  932.  
  933. ^
  934.  
  935. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  936.  
  937. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  938.  
  939. ^
  940.  
  941. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  942.  
  943. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  944.  
  945. ^
  946.  
  947. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  948.  
  949. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  950.  
  951. ^
  952.  
  953. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  954.  
  955. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  956.  
  957. ^
  958.  
  959. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:57: error: pasting "DIO" and "-" does not give a valid preprocessing token
  960.  
  961. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  962.  
  963. ^
  964.  
  965. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  966.  
  967. #define READ(IO) _READ(IO)
  968.  
  969. ^
  970.  
  971. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:255:28: note: in expansion of macro 'READ'
  972.  
  973. #define E4_ENABLE_READ() READ(E4_ENABLE_PIN)
  974.  
  975. ^
  976.  
  977. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E4_ENABLE_READ'
  978.  
  979. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  980.  
  981. ^
  982.  
  983. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  984.  
  985. _RPT_OP(_RPT_I) \
  986.  
  987. ^
  988.  
  989. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  990.  
  991. #define __REPEAT() _REPEAT
  992.  
  993. ^
  994.  
  995. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:24: note: in expansion of macro 'EVAL2'
  996.  
  997. #define EVAL4(V...) EVAL2(EVAL2(V))
  998.  
  999. ^
  1000.  
  1001. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:24: note: in expansion of macro 'EVAL1'
  1002.  
  1003. #define EVAL2(V...) EVAL1(EVAL1(V))
  1004.  
  1005. ^
  1006.  
  1007. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1008.  
  1009. #define __REPEAT() _REPEAT
  1010.  
  1011. ^
  1012.  
  1013. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  1014.  
  1015. #define EVAL2(V...) EVAL1(EVAL1(V))
  1016.  
  1017. ^
  1018.  
  1019. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:30: note: in expansion of macro 'EVAL2'
  1020.  
  1021. #define EVAL4(V...) EVAL2(EVAL2(V))
  1022.  
  1023. ^
  1024.  
  1025. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1026.  
  1027. #define __REPEAT() _REPEAT
  1028.  
  1029. ^
  1030.  
  1031. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  1032.  
  1033. #define EVAL8(V...) EVAL4(EVAL4(V))
  1034.  
  1035. ^
  1036.  
  1037. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  1038.  
  1039. #define EVAL16(V...) EVAL8(EVAL8(V))
  1040.  
  1041. ^
  1042.  
  1043. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1044.  
  1045. #define __REPEAT() _REPEAT
  1046.  
  1047. ^
  1048.  
  1049. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  1050.  
  1051. #define EVAL(V...) EVAL16(V)
  1052.  
  1053. ^
  1054.  
  1055. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  1056.  
  1057. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  1058.  
  1059. ^
  1060.  
  1061. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  1062.  
  1063. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  1064.  
  1065. ^
  1066.  
  1067. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  1068.  
  1069. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  1070.  
  1071. ^
  1072.  
  1073. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  1074.  
  1075. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  1076.  
  1077. ^
  1078.  
  1079. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:36: error: pasting "DIO" and "-" does not give a valid preprocessing token
  1080.  
  1081. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  1082.  
  1083. ^
  1084.  
  1085. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  1086.  
  1087. #define READ(IO) _READ(IO)
  1088.  
  1089. ^
  1090.  
  1091. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:272:28: note: in expansion of macro 'READ'
  1092.  
  1093. #define E5_ENABLE_READ() READ(E5_ENABLE_PIN)
  1094.  
  1095. ^
  1096.  
  1097. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E5_ENABLE_READ'
  1098.  
  1099. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  1100.  
  1101. ^
  1102.  
  1103. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  1104.  
  1105. _RPT_OP(_RPT_I) \
  1106.  
  1107. ^
  1108.  
  1109. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1110.  
  1111. #define __REPEAT() _REPEAT
  1112.  
  1113. ^
  1114.  
  1115. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:24: note: in expansion of macro 'EVAL1'
  1116.  
  1117. #define EVAL2(V...) EVAL1(EVAL1(V))
  1118.  
  1119. ^
  1120.  
  1121. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  1122.  
  1123. #define EVAL2(V...) EVAL1(EVAL1(V))
  1124.  
  1125. ^
  1126.  
  1127. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1128.  
  1129. #define __REPEAT() _REPEAT
  1130.  
  1131. ^
  1132.  
  1133. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:24: note: in expansion of macro 'EVAL2'
  1134.  
  1135. #define EVAL4(V...) EVAL2(EVAL2(V))
  1136.  
  1137. ^
  1138.  
  1139. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:24: note: in expansion of macro 'EVAL1'
  1140.  
  1141. #define EVAL2(V...) EVAL1(EVAL1(V))
  1142.  
  1143. ^
  1144.  
  1145. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1146.  
  1147. #define __REPEAT() _REPEAT
  1148.  
  1149. ^
  1150.  
  1151. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  1152.  
  1153. #define EVAL2(V...) EVAL1(EVAL1(V))
  1154.  
  1155. ^
  1156.  
  1157. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:30: note: in expansion of macro 'EVAL2'
  1158.  
  1159. #define EVAL4(V...) EVAL2(EVAL2(V))
  1160.  
  1161. ^
  1162.  
  1163. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1164.  
  1165. #define __REPEAT() _REPEAT
  1166.  
  1167. ^
  1168.  
  1169. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  1170.  
  1171. #define EVAL8(V...) EVAL4(EVAL4(V))
  1172.  
  1173. ^
  1174.  
  1175. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  1176.  
  1177. #define EVAL16(V...) EVAL8(EVAL8(V))
  1178.  
  1179. ^
  1180.  
  1181. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1182.  
  1183. #define __REPEAT() _REPEAT
  1184.  
  1185. ^
  1186.  
  1187. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  1188.  
  1189. #define EVAL(V...) EVAL16(V)
  1190.  
  1191. ^
  1192.  
  1193. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  1194.  
  1195. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  1196.  
  1197. ^
  1198.  
  1199. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  1200.  
  1201. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  1202.  
  1203. ^
  1204.  
  1205. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  1206.  
  1207. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  1208.  
  1209. ^
  1210.  
  1211. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  1212.  
  1213. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  1214.  
  1215. ^
  1216.  
  1217. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:63:57: error: pasting "DIO" and "-" does not give a valid preprocessing token
  1218.  
  1219. #define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)
  1220.  
  1221. ^
  1222.  
  1223. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\hal\hal_avr\fastio.h:95:31: note: in expansion of macro '_READ'
  1224.  
  1225. #define READ(IO) _READ(IO)
  1226.  
  1227. ^
  1228.  
  1229. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\module\stepper\indirection.h:272:28: note: in expansion of macro 'READ'
  1230.  
  1231. #define E5_ENABLE_READ() READ(E5_ENABLE_PIN)
  1232.  
  1233. ^
  1234.  
  1235. sketch\src\feature\controllerfan.cpp:59:39: note: in expansion of macro 'E5_ENABLE_READ'
  1236.  
  1237. #define _OR_ENABLED_E(N) || E##N##_ENABLE_READ() == E_ENABLE_ON
  1238.  
  1239. ^
  1240.  
  1241. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:428:3: note: in expansion of macro '_OR_ENABLED_E'
  1242.  
  1243. _RPT_OP(_RPT_I) \
  1244.  
  1245. ^
  1246.  
  1247. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1248.  
  1249. #define __REPEAT() _REPEAT
  1250.  
  1251. ^
  1252.  
  1253. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:24: note: in expansion of macro 'EVAL1'
  1254.  
  1255. #define EVAL2(V...) EVAL1(EVAL1(V))
  1256.  
  1257. ^
  1258.  
  1259. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  1260.  
  1261. #define EVAL2(V...) EVAL1(EVAL1(V))
  1262.  
  1263. ^
  1264.  
  1265. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1266.  
  1267. #define __REPEAT() _REPEAT
  1268.  
  1269. ^
  1270.  
  1271. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:24: note: in expansion of macro 'EVAL2'
  1272.  
  1273. #define EVAL4(V...) EVAL2(EVAL2(V))
  1274.  
  1275. ^
  1276.  
  1277. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:24: note: in expansion of macro 'EVAL1'
  1278.  
  1279. #define EVAL2(V...) EVAL1(EVAL1(V))
  1280.  
  1281. ^
  1282.  
  1283. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1284.  
  1285. #define __REPEAT() _REPEAT
  1286.  
  1287. ^
  1288.  
  1289. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:401:30: note: in expansion of macro 'EVAL1'
  1290.  
  1291. #define EVAL2(V...) EVAL1(EVAL1(V))
  1292.  
  1293. ^
  1294.  
  1295. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:400:30: note: in expansion of macro 'EVAL2'
  1296.  
  1297. #define EVAL4(V...) EVAL2(EVAL2(V))
  1298.  
  1299. ^
  1300.  
  1301. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1302.  
  1303. #define __REPEAT() _REPEAT
  1304.  
  1305. ^
  1306.  
  1307. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:399:30: note: in expansion of macro 'EVAL4'
  1308.  
  1309. #define EVAL8(V...) EVAL4(EVAL4(V))
  1310.  
  1311. ^
  1312.  
  1313. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:398:30: note: in expansion of macro 'EVAL8'
  1314.  
  1315. #define EVAL16(V...) EVAL8(EVAL8(V))
  1316.  
  1317. ^
  1318.  
  1319. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:432:20: note: in expansion of macro '_REPEAT'
  1320.  
  1321. #define __REPEAT() _REPEAT
  1322.  
  1323. ^
  1324.  
  1325. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:391:24: note: in expansion of macro 'EVAL16'
  1326.  
  1327. #define EVAL(V...) EVAL16(V)
  1328.  
  1329. ^
  1330.  
  1331. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:33: note: in expansion of macro 'EVAL'
  1332.  
  1333. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  1334.  
  1335. ^
  1336.  
  1337. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:443:38: note: in expansion of macro '_REPEAT'
  1338.  
  1339. #define REPEAT_S(S,N,OP) EVAL(_REPEAT(S,SUB##S(N),OP))
  1340.  
  1341. ^
  1342.  
  1343. c:\users\boher\appdata\local\temp\arduino_build_601766\sketch\src\core\macros.h:444:33: note: in expansion of macro 'REPEAT_S'
  1344.  
  1345. #define REPEAT(N,OP) REPEAT_S(0,N,OP)
  1346.  
  1347. ^
  1348.  
  1349. sketch\src\feature\controllerfan.cpp:60:11: note: in expansion of macro 'REPEAT'
  1350.  
  1351. REPEAT(E_STEPPERS, _OR_ENABLED_E)
  1352.  
  1353. ^
  1354.  
  1355. exit status 1
  1356. Error compiling for board OMC with Atmega644p at 20Mhz.
  1357.  
  1358. This report would have more information with
  1359. "Show verbose output during compilation"
  1360. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement