Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.43 KB | None | 0 0
  1. Arduino: 1.8.9 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. In file included from sketch/Marlin.h:23:0,
  4. from sketch/Marlin_main.cpp:30:
  5. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  6. #define X_MAX_PIN -1
  7. ^
  8. In file included from sketch/Marlin.h:23:0,
  9. from sketch/Marlin_main.cpp:30:
  10. sketch/pins.h:445:0: note: this is the location of the previous definition
  11. #define X_MAX_PIN 2
  12. ^
  13. In file included from sketch/Marlin.h:23:0,
  14. from sketch/Marlin_main.cpp:30:
  15. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  16. #define Y_MAX_PIN -1
  17. ^
  18. In file included from sketch/Marlin.h:23:0,
  19. from sketch/Marlin_main.cpp:30:
  20. sketch/pins.h:451:0: note: this is the location of the previous definition
  21. #define Y_MAX_PIN 15
  22. ^
  23. In file included from sketch/Marlin.h:23:0,
  24. from sketch/SdBaseFile.cpp:21:
  25. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  26. #define X_MAX_PIN -1
  27. ^
  28. In file included from sketch/Marlin.h:23:0,
  29. from sketch/SdBaseFile.cpp:21:
  30. sketch/pins.h:445:0: note: this is the location of the previous definition
  31. #define X_MAX_PIN 2
  32. ^
  33. In file included from sketch/Marlin.h:23:0,
  34. from sketch/SdBaseFile.cpp:21:
  35. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  36. #define Y_MAX_PIN -1
  37. ^
  38. In file included from sketch/Marlin.h:23:0,
  39. from sketch/SdBaseFile.cpp:21:
  40. sketch/pins.h:451:0: note: this is the location of the previous definition
  41. #define Y_MAX_PIN 15
  42. ^
  43. In file included from sketch/Marlin.h:23:0,
  44. from sketch/Marlin_main.cpp:30:
  45. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  46. #define Z_MAX_PIN -1
  47. ^
  48. In file included from sketch/Marlin.h:23:0,
  49. from sketch/Marlin_main.cpp:30:
  50. sketch/pins.h:457:0: note: this is the location of the previous definition
  51. #define Z_MAX_PIN 19
  52. ^
  53. In file included from sketch/Marlin.h:23:0,
  54. from sketch/SdBaseFile.cpp:21:
  55. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  56. #define Z_MAX_PIN -1
  57. ^
  58. In file included from sketch/Marlin.h:23:0,
  59. from sketch/SdBaseFile.cpp:21:
  60. sketch/pins.h:457:0: note: this is the location of the previous definition
  61. #define Z_MAX_PIN 19
  62. ^
  63. In file included from sketch/Marlin.h:23:0,
  64. from sketch/MarlinSerial.cpp:23:
  65. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  66. #define X_MAX_PIN -1
  67. ^
  68. In file included from sketch/Marlin.h:23:0,
  69. from sketch/MarlinSerial.cpp:23:
  70. sketch/pins.h:445:0: note: this is the location of the previous definition
  71. #define X_MAX_PIN 2
  72. ^
  73. In file included from sketch/Marlin.h:23:0,
  74. from sketch/MarlinSerial.cpp:23:
  75. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  76. #define Y_MAX_PIN -1
  77. ^
  78. In file included from sketch/Marlin.h:23:0,
  79. from sketch/MarlinSerial.cpp:23:
  80. sketch/pins.h:451:0: note: this is the location of the previous definition
  81. #define Y_MAX_PIN 15
  82. ^
  83. In file included from sketch/Marlin.h:23:0,
  84. from sketch/MarlinSerial.cpp:23:
  85. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  86. #define Z_MAX_PIN -1
  87. ^
  88. In file included from sketch/Marlin.h:23:0,
  89. from sketch/MarlinSerial.cpp:23:
  90. sketch/pins.h:457:0: note: this is the location of the previous definition
  91. #define Z_MAX_PIN 19
  92. ^
  93. In file included from sketch/Marlin.h:23:0,
  94. from sketch/motion_control.cpp:22:
  95. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  96. #define X_MAX_PIN -1
  97. ^
  98. In file included from sketch/Marlin.h:23:0,
  99. from sketch/motion_control.cpp:22:
  100. sketch/pins.h:445:0: note: this is the location of the previous definition
  101. #define X_MAX_PIN 2
  102. ^
  103. In file included from sketch/Marlin.h:23:0,
  104. from sketch/motion_control.cpp:22:
  105. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  106. #define Y_MAX_PIN -1
  107. ^
  108. In file included from sketch/Marlin.h:23:0,
  109. from sketch/motion_control.cpp:22:
  110. sketch/pins.h:451:0: note: this is the location of the previous definition
  111. #define Y_MAX_PIN 15
  112. ^
  113. In file included from sketch/Marlin.h:23:0,
  114. from sketch/motion_control.cpp:22:
  115. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  116. #define Z_MAX_PIN -1
  117. ^
  118. In file included from sketch/Marlin.h:23:0,
  119. from sketch/motion_control.cpp:22:
  120. sketch/pins.h:457:0: note: this is the location of the previous definition
  121. #define Z_MAX_PIN 19
  122. ^
  123. In file included from sketch/Marlin.h:23:0,
  124. from sketch/thermistortables.h:4,
  125. from sketch/Configuration.h:710,
  126. from /Users/jake/Documents/Arduino/ROBO3DR1PLUSV2/ROBO3DR1PLUSV2.ino:33:
  127. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  128. #define X_MAX_PIN -1
  129. ^
  130. In file included from sketch/Marlin.h:23:0,
  131. from sketch/thermistortables.h:4,
  132. from sketch/Configuration.h:710,
  133. from /Users/jake/Documents/Arduino/ROBO3DR1PLUSV2/ROBO3DR1PLUSV2.ino:33:
  134. sketch/pins.h:445:0: note: this is the location of the previous definition
  135. #define X_MAX_PIN 2
  136. ^
  137. sketch/Marlin_main.cpp:2192:36: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  138. LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");
  139. ^
  140. In file included from sketch/Marlin.h:23:0,
  141. from sketch/thermistortables.h:4,
  142. from sketch/Configuration.h:710,
  143. from /Users/jake/Documents/Arduino/ROBO3DR1PLUSV2/ROBO3DR1PLUSV2.ino:33:
  144. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  145. #define Y_MAX_PIN -1
  146. ^
  147. In file included from sketch/Marlin.h:23:0,
  148. from sketch/thermistortables.h:4,
  149. from sketch/Configuration.h:710,
  150. from /Users/jake/Documents/Arduino/ROBO3DR1PLUSV2/ROBO3DR1PLUSV2.ino:33:
  151. sketch/pins.h:451:0: note: this is the location of the previous definition
  152. #define Y_MAX_PIN 15
  153. ^
  154. In file included from sketch/Marlin.h:23:0,
  155. from sketch/thermistortables.h:4,
  156. from sketch/Configuration.h:710,
  157. from /Users/jake/Documents/Arduino/ROBO3DR1PLUSV2/ROBO3DR1PLUSV2.ino:33:
  158. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  159. #define Z_MAX_PIN -1
  160. ^
  161. In file included from sketch/Marlin.h:23:0,
  162. from sketch/thermistortables.h:4,
  163. from sketch/Configuration.h:710,
  164. from /Users/jake/Documents/Arduino/ROBO3DR1PLUSV2/ROBO3DR1PLUSV2.ino:33:
  165. sketch/pins.h:457:0: note: this is the location of the previous definition
  166. #define Z_MAX_PIN 19
  167. ^
  168. In file included from sketch/Marlin.h:23:0,
  169. from sketch/SdVolume.cpp:20:
  170. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  171. #define X_MAX_PIN -1
  172. ^
  173. In file included from sketch/Marlin.h:23:0,
  174. from sketch/SdVolume.cpp:20:
  175. sketch/pins.h:445:0: note: this is the location of the previous definition
  176. #define X_MAX_PIN 2
  177. ^
  178. In file included from sketch/Marlin.h:23:0,
  179. from sketch/SdVolume.cpp:20:
  180. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  181. #define Y_MAX_PIN -1
  182. ^
  183. In file included from sketch/Marlin.h:23:0,
  184. from sketch/SdVolume.cpp:20:
  185. sketch/pins.h:451:0: note: this is the location of the previous definition
  186. #define Y_MAX_PIN 15
  187. ^
  188. In file included from sketch/Marlin.h:23:0,
  189. from sketch/SdVolume.cpp:20:
  190. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  191. #define Z_MAX_PIN -1
  192. ^
  193. In file included from sketch/Marlin.h:23:0,
  194. from sketch/SdVolume.cpp:20:
  195. sketch/pins.h:457:0: note: this is the location of the previous definition
  196. #define Z_MAX_PIN 19
  197. ^
  198. In file included from sketch/Marlin.h:23:0,
  199. from sketch/watchdog.cpp:1:
  200. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  201. #define X_MAX_PIN -1
  202. ^
  203. In file included from sketch/Marlin.h:23:0,
  204. from sketch/watchdog.cpp:1:
  205. sketch/pins.h:445:0: note: this is the location of the previous definition
  206. #define X_MAX_PIN 2
  207. ^
  208. In file included from sketch/Marlin.h:23:0,
  209. from sketch/watchdog.cpp:1:
  210. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  211. #define Y_MAX_PIN -1
  212. ^
  213. In file included from sketch/Marlin.h:23:0,
  214. from sketch/watchdog.cpp:1:
  215. sketch/pins.h:451:0: note: this is the location of the previous definition
  216. #define Y_MAX_PIN 15
  217. ^
  218. In file included from sketch/Marlin.h:23:0,
  219. from sketch/watchdog.cpp:1:
  220. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  221. #define Z_MAX_PIN -1
  222. ^
  223. In file included from sketch/Marlin.h:23:0,
  224. from sketch/watchdog.cpp:1:
  225. sketch/pins.h:457:0: note: this is the location of the previous definition
  226. #define Z_MAX_PIN 19
  227. ^
  228. In file included from sketch/Marlin.h:23:0,
  229. from sketch/temperature.cpp:32:
  230. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  231. #define X_MAX_PIN -1
  232. ^
  233. In file included from sketch/Marlin.h:23:0,
  234. from sketch/temperature.cpp:32:
  235. sketch/pins.h:445:0: note: this is the location of the previous definition
  236. #define X_MAX_PIN 2
  237. ^
  238. In file included from sketch/Marlin.h:23:0,
  239. from sketch/temperature.cpp:32:
  240. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  241. #define Y_MAX_PIN -1
  242. ^
  243. In file included from sketch/Marlin.h:23:0,
  244. from sketch/temperature.cpp:32:
  245. sketch/pins.h:451:0: note: this is the location of the previous definition
  246. #define Y_MAX_PIN 15
  247. ^
  248. In file included from sketch/Marlin.h:23:0,
  249. from sketch/temperature.cpp:32:
  250. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  251. #define Z_MAX_PIN -1
  252. ^
  253. In file included from sketch/Marlin.h:23:0,
  254. from sketch/temperature.cpp:32:
  255. sketch/pins.h:457:0: note: this is the location of the previous definition
  256. #define Z_MAX_PIN 19
  257. ^
  258. In file included from sketch/Marlin.h:23:0,
  259. from sketch/thermistortables.h:4,
  260. from sketch/Configuration.h:710,
  261. from sketch/digipot_mcp4451.cpp:1:
  262. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  263. #define X_MAX_PIN -1
  264. ^
  265. In file included from sketch/Marlin.h:23:0,
  266. from sketch/thermistortables.h:4,
  267. from sketch/Configuration.h:710,
  268. from sketch/digipot_mcp4451.cpp:1:
  269. sketch/pins.h:445:0: note: this is the location of the previous definition
  270. #define X_MAX_PIN 2
  271. ^
  272. In file included from sketch/Marlin.h:23:0,
  273. from sketch/thermistortables.h:4,
  274. from sketch/Configuration.h:710,
  275. from sketch/digipot_mcp4451.cpp:1:
  276. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  277. #define Y_MAX_PIN -1
  278. ^
  279. In file included from sketch/Marlin.h:23:0,
  280. from sketch/thermistortables.h:4,
  281. from sketch/Configuration.h:710,
  282. from sketch/digipot_mcp4451.cpp:1:
  283. sketch/pins.h:451:0: note: this is the location of the previous definition
  284. #define Y_MAX_PIN 15
  285. ^
  286. In file included from sketch/Marlin.h:23:0,
  287. from sketch/thermistortables.h:4,
  288. from sketch/Configuration.h:710,
  289. from sketch/digipot_mcp4451.cpp:1:
  290. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  291. #define Z_MAX_PIN -1
  292. ^
  293. In file included from sketch/Marlin.h:23:0,
  294. from sketch/thermistortables.h:4,
  295. from sketch/Configuration.h:710,
  296. from sketch/digipot_mcp4451.cpp:1:
  297. sketch/pins.h:457:0: note: this is the location of the previous definition
  298. #define Z_MAX_PIN 19
  299. ^
  300. In file included from sketch/Marlin.h:23:0,
  301. from sketch/SdFile.cpp:20:
  302. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  303. #define X_MAX_PIN -1
  304. ^
  305. In file included from sketch/Marlin.h:23:0,
  306. from sketch/SdFile.cpp:20:
  307. sketch/pins.h:445:0: note: this is the location of the previous definition
  308. #define X_MAX_PIN 2
  309. ^
  310. In file included from sketch/Marlin.h:23:0,
  311. from sketch/SdFile.cpp:20:
  312. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  313. #define Y_MAX_PIN -1
  314. ^
  315. In file included from sketch/Marlin.h:23:0,
  316. from sketch/SdFile.cpp:20:
  317. sketch/pins.h:451:0: note: this is the location of the previous definition
  318. #define Y_MAX_PIN 15
  319. ^
  320. In file included from sketch/Marlin.h:23:0,
  321. from sketch/SdFile.cpp:20:
  322. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  323. #define Z_MAX_PIN -1
  324. ^
  325. In file included from sketch/Marlin.h:23:0,
  326. from sketch/SdFile.cpp:20:
  327. sketch/pins.h:457:0: note: this is the location of the previous definition
  328. #define Z_MAX_PIN 19
  329. ^
  330. In file included from sketch/SdBaseFile.cpp:24:0:
  331. SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'
  332. struct fpos_t {
  333. ^
  334. In file included from sketch/Marlin.h:10:0,
  335. from sketch/SdBaseFile.cpp:21:
  336. /Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  337. __extension__ typedef long long fpos_t;
  338. ^
  339. sketch/SdBaseFile.cpp: In member function 'void SdBaseFile::getpos(fpos_t*)':
  340. SdBaseFile.cpp:298:8: error: request for member 'position' in '* pos', which is of non-class type 'fpos_t {aka long long int}'
  341. pos->position = curPosition_;
  342. ^
  343. SdBaseFile.cpp:299:8: error: request for member 'cluster' in '* pos', which is of non-class type 'fpos_t {aka long long int}'
  344. pos->cluster = curCluster_;
  345. ^
  346. sketch/SdBaseFile.cpp: In member function 'void SdBaseFile::setpos(fpos_t*)':
  347. SdBaseFile.cpp:1496:23: error: request for member 'position' in '* pos', which is of non-class type 'fpos_t {aka long long int}'
  348. curPosition_ = pos->position;
  349. ^
  350. SdBaseFile.cpp:1497:22: error: request for member 'cluster' in '* pos', which is of non-class type 'fpos_t {aka long long int}'
  351. curCluster_ = pos->cluster;
  352. ^
  353. In file included from sketch/Marlin.h:23:0,
  354. from sketch/planner.cpp:54:
  355. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  356. #define X_MAX_PIN -1
  357. ^
  358. In file included from sketch/Marlin.h:23:0,
  359. from sketch/planner.cpp:54:
  360. sketch/pins.h:445:0: note: this is the location of the previous definition
  361. #define X_MAX_PIN 2
  362. ^
  363. In file included from sketch/Marlin.h:23:0,
  364. from sketch/planner.cpp:54:
  365. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  366. #define Y_MAX_PIN -1
  367. ^
  368. In file included from sketch/Marlin.h:23:0,
  369. from sketch/planner.cpp:54:
  370. sketch/pins.h:451:0: note: this is the location of the previous definition
  371. #define Y_MAX_PIN 15
  372. ^
  373. In file included from sketch/Marlin.h:23:0,
  374. from sketch/planner.cpp:54:
  375. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  376. #define Z_MAX_PIN -1
  377. ^
  378. In file included from sketch/Marlin.h:23:0,
  379. from sketch/planner.cpp:54:
  380. sketch/pins.h:457:0: note: this is the location of the previous definition
  381. #define Z_MAX_PIN 19
  382. ^
  383. In file included from sketch/Marlin.h:23:0,
  384. from sketch/temperature.h:24,
  385. from sketch/ultralcd.cpp:1:
  386. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  387. #define X_MAX_PIN -1
  388. ^
  389. In file included from sketch/Marlin.h:23:0,
  390. from sketch/temperature.h:24,
  391. from sketch/ultralcd.cpp:1:
  392. sketch/pins.h:445:0: note: this is the location of the previous definition
  393. #define X_MAX_PIN 2
  394. ^
  395. In file included from sketch/SdFile.h:27:0,
  396. from sketch/cardreader.h:8,
  397. from sketch/Marlin_main.cpp:44:
  398. SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'
  399. struct fpos_t {
  400. ^
  401. In file included from sketch/Marlin.h:23:0,
  402. from sketch/temperature.h:24,
  403. from sketch/ultralcd.cpp:1:
  404. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  405. #define Y_MAX_PIN -1
  406. ^
  407. In file included from sketch/Marlin.h:23:0,
  408. from sketch/temperature.h:24,
  409. from sketch/ultralcd.cpp:1:
  410. sketch/pins.h:451:0: note: this is the location of the previous definition
  411. #define Y_MAX_PIN 15
  412. ^
  413. In file included from sketch/Marlin.h:10:0,
  414. from sketch/Marlin_main.cpp:30:
  415. /Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  416. __extension__ typedef long long fpos_t;
  417. ^
  418. In file included from sketch/Marlin.h:23:0,
  419. from sketch/temperature.h:24,
  420. from sketch/ultralcd.cpp:1:
  421. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  422. #define Z_MAX_PIN -1
  423. ^
  424. In file included from sketch/Marlin.h:23:0,
  425. from sketch/temperature.h:24,
  426. from sketch/ultralcd.cpp:1:
  427. sketch/pins.h:457:0: note: this is the location of the previous definition
  428. #define Z_MAX_PIN 19
  429. ^
  430. In file included from sketch/Marlin.h:23:0,
  431. from sketch/thermistortables.h:4,
  432. from sketch/Configuration.h:710,
  433. from sketch/qr_solve.h:1,
  434. from sketch/qr_solve.cpp:1:
  435. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  436. #define X_MAX_PIN -1
  437. ^
  438. In file included from sketch/Marlin.h:23:0,
  439. from sketch/thermistortables.h:4,
  440. from sketch/Configuration.h:710,
  441. from sketch/qr_solve.h:1,
  442. from sketch/qr_solve.cpp:1:
  443. sketch/pins.h:445:0: note: this is the location of the previous definition
  444. #define X_MAX_PIN 2
  445. ^
  446. In file included from sketch/Marlin.h:23:0,
  447. from sketch/thermistortables.h:4,
  448. from sketch/Configuration.h:710,
  449. from sketch/qr_solve.h:1,
  450. from sketch/qr_solve.cpp:1:
  451. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  452. #define Y_MAX_PIN -1
  453. ^
  454. In file included from sketch/Marlin.h:23:0,
  455. from sketch/thermistortables.h:4,
  456. from sketch/Configuration.h:710,
  457. from sketch/qr_solve.h:1,
  458. from sketch/qr_solve.cpp:1:
  459. sketch/pins.h:451:0: note: this is the location of the previous definition
  460. #define Y_MAX_PIN 15
  461. ^
  462. In file included from sketch/Marlin.h:23:0,
  463. from sketch/thermistortables.h:4,
  464. from sketch/Configuration.h:710,
  465. from sketch/qr_solve.h:1,
  466. from sketch/qr_solve.cpp:1:
  467. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  468. #define Z_MAX_PIN -1
  469. ^
  470. In file included from sketch/Marlin.h:23:0,
  471. from sketch/thermistortables.h:4,
  472. from sketch/Configuration.h:710,
  473. from sketch/qr_solve.h:1,
  474. from sketch/qr_solve.cpp:1:
  475. sketch/pins.h:457:0: note: this is the location of the previous definition
  476. #define Z_MAX_PIN 19
  477. ^
  478. In file included from sketch/Marlin.h:23:0,
  479. from sketch/ConfigurationStore.cpp:1:
  480. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  481. #define X_MAX_PIN -1
  482. ^
  483. In file included from sketch/Marlin.h:23:0,
  484. from sketch/ConfigurationStore.cpp:1:
  485. sketch/pins.h:445:0: note: this is the location of the previous definition
  486. #define X_MAX_PIN 2
  487. ^
  488. In file included from sketch/Marlin.h:23:0,
  489. from sketch/ConfigurationStore.cpp:1:
  490. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  491. #define Y_MAX_PIN -1
  492. ^
  493. In file included from sketch/Marlin.h:23:0,
  494. from sketch/ConfigurationStore.cpp:1:
  495. sketch/pins.h:451:0: note: this is the location of the previous definition
  496. #define Y_MAX_PIN 15
  497. ^
  498. In file included from sketch/Marlin.h:23:0,
  499. from sketch/ConfigurationStore.cpp:1:
  500. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  501. #define Z_MAX_PIN -1
  502. ^
  503. In file included from sketch/Marlin.h:23:0,
  504. from sketch/ConfigurationStore.cpp:1:
  505. sketch/pins.h:457:0: note: this is the location of the previous definition
  506. #define Z_MAX_PIN 19
  507. ^
  508. In file included from sketch/Marlin.h:23:0,
  509. from sketch/stepper.cpp:24:
  510. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  511. #define X_MAX_PIN -1
  512. ^
  513. In file included from sketch/Marlin.h:23:0,
  514. from sketch/stepper.cpp:24:
  515. sketch/pins.h:445:0: note: this is the location of the previous definition
  516. #define X_MAX_PIN 2
  517. ^
  518. In file included from sketch/Marlin.h:23:0,
  519. from sketch/stepper.cpp:24:
  520. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  521. #define Y_MAX_PIN -1
  522. ^
  523. In file included from sketch/Marlin.h:23:0,
  524. from sketch/stepper.cpp:24:
  525. sketch/pins.h:451:0: note: this is the location of the previous definition
  526. #define Y_MAX_PIN 15
  527. ^
  528. In file included from sketch/Marlin.h:23:0,
  529. from sketch/stepper.cpp:24:
  530. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  531. #define Z_MAX_PIN -1
  532. ^
  533. In file included from sketch/Marlin.h:23:0,
  534. from sketch/stepper.cpp:24:
  535. sketch/pins.h:457:0: note: this is the location of the previous definition
  536. #define Z_MAX_PIN 19
  537. ^
  538. In file included from sketch/Marlin.h:23:0,
  539. from sketch/BlinkM.cpp:5:
  540. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  541. #define X_MAX_PIN -1
  542. ^
  543. In file included from sketch/Marlin.h:23:0,
  544. from sketch/BlinkM.cpp:5:
  545. sketch/pins.h:445:0: note: this is the location of the previous definition
  546. #define X_MAX_PIN 2
  547. ^
  548. In file included from sketch/Marlin.h:23:0,
  549. from sketch/BlinkM.cpp:5:
  550. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  551. #define Y_MAX_PIN -1
  552. ^
  553. In file included from sketch/Marlin.h:23:0,
  554. from sketch/BlinkM.cpp:5:
  555. sketch/pins.h:451:0: note: this is the location of the previous definition
  556. #define Y_MAX_PIN 15
  557. ^
  558. In file included from sketch/Marlin.h:23:0,
  559. from sketch/BlinkM.cpp:5:
  560. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  561. #define Z_MAX_PIN -1
  562. ^
  563. In file included from sketch/Marlin.h:23:0,
  564. from sketch/BlinkM.cpp:5:
  565. sketch/pins.h:457:0: note: this is the location of the previous definition
  566. #define Z_MAX_PIN 19
  567. ^
  568. sketch/Marlin_main.cpp: In function 'void loop()':
  569. sketch/Marlin_main.cpp:588:49: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  570. card.openFile("robo~1.gco",true);
  571. ^
  572. sketch/Marlin_main.cpp: In function 'void set_bed_level_equation_lsq(double*)':
  573. sketch/Marlin_main.cpp:884:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  574. planeNormal.debug("planeNormal");
  575. ^
  576. In file included from sketch/Marlin.h:23:0,
  577. from sketch/SdFatUtil.cpp:20:
  578. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  579. #define X_MAX_PIN -1
  580. ^
  581. In file included from sketch/Marlin.h:23:0,
  582. from sketch/SdFatUtil.cpp:20:
  583. sketch/pins.h:445:0: note: this is the location of the previous definition
  584. #define X_MAX_PIN 2
  585. ^
  586. In file included from sketch/Marlin.h:23:0,
  587. from sketch/SdFatUtil.cpp:20:
  588. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  589. #define Y_MAX_PIN -1
  590. ^
  591. In file included from sketch/Marlin.h:23:0,
  592. from sketch/SdFatUtil.cpp:20:
  593. sketch/pins.h:451:0: note: this is the location of the previous definition
  594. #define Y_MAX_PIN 15
  595. ^
  596. In file included from sketch/Marlin.h:23:0,
  597. from sketch/SdFatUtil.cpp:20:
  598. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  599. #define Z_MAX_PIN -1
  600. ^
  601. In file included from sketch/Marlin.h:23:0,
  602. from sketch/SdFatUtil.cpp:20:
  603. sketch/pins.h:457:0: note: this is the location of the previous definition
  604. #define Z_MAX_PIN 19
  605. ^
  606. In file included from sketch/Marlin.h:23:0,
  607. from sketch/cardreader.cpp:1:
  608. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  609. #define X_MAX_PIN -1
  610. ^
  611. In file included from sketch/Marlin.h:23:0,
  612. from sketch/cardreader.cpp:1:
  613. sketch/pins.h:445:0: note: this is the location of the previous definition
  614. #define X_MAX_PIN 2
  615. ^
  616. In file included from sketch/Marlin.h:23:0,
  617. from sketch/cardreader.cpp:1:
  618. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  619. #define Y_MAX_PIN -1
  620. ^
  621. In file included from sketch/Marlin.h:23:0,
  622. from sketch/cardreader.cpp:1:
  623. sketch/pins.h:451:0: note: this is the location of the previous definition
  624. #define Y_MAX_PIN 15
  625. ^
  626. In file included from sketch/Marlin.h:23:0,
  627. from sketch/thermistortables.h:4,
  628. from sketch/Configuration.h:710,
  629. from sketch/Servo.cpp:44:
  630. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  631. #define X_MAX_PIN -1
  632. ^
  633. In file included from sketch/Marlin.h:23:0,
  634. from sketch/thermistortables.h:4,
  635. from sketch/Configuration.h:710,
  636. from sketch/Servo.cpp:44:
  637. sketch/pins.h:445:0: note: this is the location of the previous definition
  638. #define X_MAX_PIN 2
  639. ^
  640. In file included from sketch/Marlin.h:23:0,
  641. from sketch/thermistortables.h:4,
  642. from sketch/Configuration.h:710,
  643. from sketch/Servo.cpp:44:
  644. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  645. #define Y_MAX_PIN -1
  646. ^
  647. In file included from sketch/Marlin.h:23:0,
  648. from sketch/thermistortables.h:4,
  649. from sketch/Configuration.h:710,
  650. from sketch/Servo.cpp:44:
  651. sketch/pins.h:451:0: note: this is the location of the previous definition
  652. #define Y_MAX_PIN 15
  653. ^
  654. In file included from sketch/Marlin.h:23:0,
  655. from sketch/thermistortables.h:4,
  656. from sketch/Configuration.h:710,
  657. from sketch/Servo.cpp:44:
  658. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  659. #define Z_MAX_PIN -1
  660. ^
  661. In file included from sketch/Marlin.h:23:0,
  662. from sketch/thermistortables.h:4,
  663. from sketch/Configuration.h:710,
  664. from sketch/Servo.cpp:44:
  665. sketch/pins.h:457:0: note: this is the location of the previous definition
  666. #define Z_MAX_PIN 19
  667. ^
  668. In file included from sketch/Marlin.h:23:0,
  669. from sketch/vector_3.cpp:20:
  670. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  671. #define X_MAX_PIN -1
  672. ^
  673. In file included from sketch/Marlin.h:23:0,
  674. from sketch/vector_3.cpp:20:
  675. sketch/pins.h:445:0: note: this is the location of the previous definition
  676. #define X_MAX_PIN 2
  677. ^
  678. In file included from sketch/Marlin.h:23:0,
  679. from sketch/vector_3.cpp:20:
  680. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  681. #define Y_MAX_PIN -1
  682. ^
  683. In file included from sketch/Marlin.h:23:0,
  684. from sketch/vector_3.cpp:20:
  685. sketch/pins.h:451:0: note: this is the location of the previous definition
  686. #define Y_MAX_PIN 15
  687. ^
  688. In file included from sketch/Marlin.h:23:0,
  689. from sketch/vector_3.cpp:20:
  690. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  691. #define Z_MAX_PIN -1
  692. ^
  693. In file included from sketch/Marlin.h:23:0,
  694. from sketch/vector_3.cpp:20:
  695. sketch/pins.h:457:0: note: this is the location of the previous definition
  696. #define Z_MAX_PIN 19
  697. ^
  698. In file included from sketch/Marlin.h:23:0,
  699. from sketch/cardreader.cpp:1:
  700. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  701. #define Z_MAX_PIN -1
  702. ^
  703. In file included from sketch/Marlin.h:23:0,
  704. from sketch/cardreader.cpp:1:
  705. sketch/pins.h:457:0: note: this is the location of the previous definition
  706. #define Z_MAX_PIN 19
  707. ^
  708. In file included from sketch/Marlin.h:23:0,
  709. from sketch/Sd2Card.cpp:20:
  710. sketch/pins.h:2564:0: warning: "X_MAX_PIN" redefined
  711. #define X_MAX_PIN -1
  712. ^
  713. In file included from sketch/Marlin.h:23:0,
  714. from sketch/Sd2Card.cpp:20:
  715. sketch/pins.h:445:0: note: this is the location of the previous definition
  716. #define X_MAX_PIN 2
  717. ^
  718. In file included from sketch/Marlin.h:23:0,
  719. from sketch/Sd2Card.cpp:20:
  720. sketch/pins.h:2565:0: warning: "Y_MAX_PIN" redefined
  721. #define Y_MAX_PIN -1
  722. ^
  723. In file included from sketch/Marlin.h:23:0,
  724. from sketch/Sd2Card.cpp:20:
  725. sketch/pins.h:451:0: note: this is the location of the previous definition
  726. #define Y_MAX_PIN 15
  727. ^
  728. In file included from sketch/Marlin.h:23:0,
  729. from sketch/Sd2Card.cpp:20:
  730. sketch/pins.h:2566:0: warning: "Z_MAX_PIN" redefined
  731. #define Z_MAX_PIN -1
  732. ^
  733. In file included from sketch/Marlin.h:23:0,
  734. from sketch/Sd2Card.cpp:20:
  735. sketch/pins.h:457:0: note: this is the location of the previous definition
  736. #define Z_MAX_PIN 19
  737. ^
  738. In file included from sketch/SdFile.h:27:0,
  739. from sketch/SdFile.cpp:23:
  740. SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'
  741. struct fpos_t {
  742. ^
  743. In file included from sketch/Marlin.h:10:0,
  744. from sketch/SdFile.cpp:20:
  745. /Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  746. __extension__ typedef long long fpos_t;
  747. ^
  748. In file included from sketch/SdFile.h:27:0,
  749. from sketch/cardreader.h:8,
  750. from sketch/cardreader.cpp:2:
  751. SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'
  752. struct fpos_t {
  753. ^
  754. In file included from sketch/Marlin.h:10:0,
  755. from sketch/cardreader.cpp:1:
  756. /Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  757. __extension__ typedef long long fpos_t;
  758. ^
  759. In file included from sketch/SdFile.h:27:0,
  760. from sketch/cardreader.h:8,
  761. from sketch/stepper.cpp:30:
  762. SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'
  763. struct fpos_t {
  764. ^
  765. In file included from sketch/Marlin.h:10:0,
  766. from sketch/stepper.cpp:24:
  767. /Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  768. __extension__ typedef long long fpos_t;
  769. ^
  770. exit status 1
  771. In file included from sketch/SdFile.h:27:0,
  772. from sketch/cardreader.h:8,
  773. from sketch/ultralcd.cpp:6:
  774. SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'
  775. struct fpos_t {
  776. ^
  777. In file included from sketch/Marlin.h:10:0,
  778. from sketch/temperature.h:24,
  779. from sketch/ultralcd.cpp:1:
  780. /Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  781. __extension__ typedef long long fpos_t;
  782. ^
  783. using typedef-name 'fpos_t' after 'struct'
  784. Invalid library found in /Users/jake/Documents/Arduino/libraries/examples: no headers files (.h) found in /Users/jake/Documents/Arduino/libraries/examples
  785. Invalid library found in /Users/jake/Documents/Arduino/libraries/examples: no headers files (.h) found in /Users/jake/Documents/Arduino/libraries/examples
  786.  
  787. This report would have more information with
  788. "Show verbose output during compilation"
  789. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement