Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
1,393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.66 KB | None | 0 0
  1. In file included from C:\Program Files (x86)\Arduino\libraries\grbl/grbl.h:43:0,
  2.  
  3. from C:\Users\JCs E Recycle Sales\Documents\grbl-4axis\grbl\examples\grblUpload\grblUpload.ino:27:
  4.  
  5. C:\Program Files (x86)\Arduino\libraries\grbl/nuts_bolts.h:25:0: warning: "false" redefined
  6.  
  7. #define false 0
  8.  
  9. ^
  10.  
  11. In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:24:0,
  12.  
  13. from sketch\grblUpload.ino.cpp:1:
  14.  
  15. c:\program files (x86)\arduino\hardware\tools\avr\lib\gcc\avr\4.9.2\include\stdbool.h:42:0: note: this is the location of the previous definition
  16.  
  17. #define false false
  18.  
  19. ^
  20.  
  21. In file included from C:\Program Files (x86)\Arduino\libraries\grbl/grbl.h:43:0,
  22.  
  23. from C:\Users\JCs E Recycle Sales\Documents\grbl-4axis\grbl\examples\grblUpload\grblUpload.ino:27:
  24.  
  25. C:\Program Files (x86)\Arduino\libraries\grbl/nuts_bolts.h:26:0: warning: "true" redefined
  26.  
  27. #define true 1
  28.  
  29. ^
  30.  
  31. In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:24:0,
  32.  
  33. from sketch\grblUpload.ino.cpp:1:
  34.  
  35. c:\program files (x86)\arduino\hardware\tools\avr\lib\gcc\avr\4.9.2\include\stdbool.h:43:0: note: this is the location of the previous definition
  36.  
  37. #define true true
  38.  
  39. ^
  40.  
  41. In file included from C:\Program Files (x86)\Arduino\libraries\grbl/grbl.h:43:0,
  42.  
  43. from C:\Users\JCs E Recycle Sales\Documents\grbl-4axis\grbl\examples\grblUpload\grblUpload.ino:27:
  44.  
  45. C:\Program Files (x86)\Arduino\libraries\grbl/nuts_bolts.h:56:0: warning: "max" redefined
  46.  
  47. #define max(a,b) (((a) > (b)) ? (a) : (b))
  48.  
  49. ^
  50.  
  51. In file included from sketch\grblUpload.ino.cpp:1:0:
  52.  
  53. C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:0: note: this is the location of the previous definition
  54.  
  55. #define max(a,b) ((a)>(b)?(a):(b))
  56.  
  57. ^
  58.  
  59. In file included from C:\Program Files (x86)\Arduino\libraries\grbl/grbl.h:43:0,
  60.  
  61. from C:\Users\JCs E Recycle Sales\Documents\grbl-4axis\grbl\examples\grblUpload\grblUpload.ino:27:
  62.  
  63. C:\Program Files (x86)\Arduino\libraries\grbl/nuts_bolts.h:57:0: warning: "min" redefined
  64.  
  65. #define min(a,b) (((a) < (b)) ? (a) : (b))
  66.  
  67. ^
  68.  
  69. In file included from sketch\grblUpload.ino.cpp:1:0:
  70.  
  71. C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:92:0: note: this is the location of the previous definition
  72.  
  73. #define min(a,b) ((a)<(b)?(a):(b))
  74.  
  75. ^
  76.  
  77. In file included from C:\Program Files (x86)\Arduino\libraries\grbl/grbl.h:43:0,
  78.  
  79. from C:\Users\JCs E Recycle Sales\Documents\grbl-4axis\grbl\examples\grblUpload\grblUpload.ino:27:
  80.  
  81. C:\Program Files (x86)\Arduino\libraries\grbl/nuts_bolts.h:61:0: warning: "bit" redefined
  82.  
  83. #define bit(n) (1 << n)
  84.  
  85. ^
  86.  
  87. In file included from sketch\grblUpload.ino.cpp:1:0:
  88.  
  89. C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:123:0: note: this is the location of the previous definition
  90.  
  91. #define bit(b) (1UL << (b))
  92.  
  93. ^
  94.  
  95. libraries\grbl\coolant_control.c.o (symbol from plugin): In function `coolant_get_state':
  96.  
  97. (.text+0x0): multiple definition of `coolant_stop'
  98.  
  99. sketch\coolant_control.c.o (symbol from plugin):(.text+0x0): first defined here
  100.  
  101. libraries\grbl\coolant_control.c.o (symbol from plugin): In function `coolant_get_state':
  102.  
  103. (.text+0x0): multiple definition of `coolant_init'
  104.  
  105. sketch\coolant_control.c.o (symbol from plugin):(.text+0x0): first defined here
  106.  
  107. libraries\grbl\coolant_control.c.o (symbol from plugin): In function `coolant_get_state':
  108.  
  109. (.text+0x0): multiple definition of `coolant_set_state'
  110.  
  111. sketch\coolant_control.c.o (symbol from plugin):(.text+0x0): first defined here
  112.  
  113. libraries\grbl\eeprom.c.o (symbol from plugin): In function `eeprom_get_char':
  114.  
  115. (.text+0x0): multiple definition of `eeprom_get_char'
  116.  
  117. sketch\eeprom.c.o (symbol from plugin):(.text+0x0): first defined here
  118.  
  119. libraries\grbl\eeprom.c.o (symbol from plugin): In function `eeprom_get_char':
  120.  
  121. (.text+0x0): multiple definition of `eeprom_put_char'
  122.  
  123. sketch\eeprom.c.o (symbol from plugin):(.text+0x0): first defined here
  124.  
  125. libraries\grbl\eeprom.c.o (symbol from plugin): In function `eeprom_get_char':
  126.  
  127. (.text+0x0): multiple definition of `memcpy_to_eeprom_with_checksum'
  128.  
  129. sketch\eeprom.c.o (symbol from plugin):(.text+0x0): first defined here
  130.  
  131. libraries\grbl\eeprom.c.o (symbol from plugin): In function `eeprom_get_char':
  132.  
  133. (.text+0x0): multiple definition of `memcpy_from_eeprom_with_checksum'
  134.  
  135. sketch\eeprom.c.o (symbol from plugin):(.text+0x0): first defined here
  136.  
  137. libraries\grbl\gcode.c.o (symbol from plugin): In function `gc_init':
  138.  
  139. (.text+0x0): multiple definition of `gc_init'
  140.  
  141. sketch\gcode.c.o (symbol from plugin):(.text+0x0): first defined here
  142.  
  143. libraries\grbl\gcode.c.o (symbol from plugin): In function `gc_init':
  144.  
  145. (.text+0x0): multiple definition of `gc_sync_position'
  146.  
  147. sketch\gcode.c.o (symbol from plugin):(.text+0x0): first defined here
  148.  
  149. libraries\grbl\gcode.c.o (symbol from plugin): In function `gc_init':
  150.  
  151. (.text+0x0): multiple definition of `gc_execute_line'
  152.  
  153. sketch\gcode.c.o (symbol from plugin):(.text+0x0): first defined here
  154.  
  155. libraries\grbl\limits.c.o (symbol from plugin): In function `limits_init':
  156.  
  157. (.text+0x0): multiple definition of `limits_init'
  158.  
  159. sketch\limits.c.o (symbol from plugin):(.text+0x0): first defined here
  160.  
  161. libraries\grbl\limits.c.o (symbol from plugin): In function `limits_init':
  162.  
  163. (.text+0x0): multiple definition of `limits_soft_check'
  164.  
  165. sketch\limits.c.o (symbol from plugin):(.text+0x0): first defined here
  166.  
  167. libraries\grbl\limits.c.o (symbol from plugin): In function `limits_init':
  168.  
  169. (.text+0x0): multiple definition of `limits_disable'
  170.  
  171. sketch\limits.c.o (symbol from plugin):(.text+0x0): first defined here
  172.  
  173. libraries\grbl\limits.c.o (symbol from plugin): In function `limits_init':
  174.  
  175. (.text+0x0): multiple definition of `limits_get_state'
  176.  
  177. sketch\limits.c.o (symbol from plugin):(.text+0x0): first defined here
  178.  
  179. libraries\grbl\limits.c.o (symbol from plugin): In function `limits_init':
  180.  
  181. (.text+0x0): multiple definition of `__vector_3'
  182.  
  183. sketch\limits.c.o (symbol from plugin):(.text+0x0): first defined here
  184.  
  185. libraries\grbl\limits.c.o (symbol from plugin): In function `limits_init':
  186.  
  187. (.text+0x0): multiple definition of `limits_go_home'
  188.  
  189. sketch\limits.c.o (symbol from plugin):(.text+0x0): first defined here
  190.  
  191. libraries\grbl\main.c.o (symbol from plugin): In function `main':
  192.  
  193. (.text+0x0): multiple definition of `main'
  194.  
  195. sketch\main.c.o (symbol from plugin):(.text+0x0): first defined here
  196.  
  197. libraries\grbl\motion_control.c.o (symbol from plugin): In function `mc_line':
  198.  
  199. (.text+0x0): multiple definition of `mc_line'
  200.  
  201. sketch\motion_control.c.o (symbol from plugin):(.text+0x0): first defined here
  202.  
  203. libraries\grbl\motion_control.c.o (symbol from plugin): In function `mc_line':
  204.  
  205. (.text+0x0): multiple definition of `mc_dwell'
  206.  
  207. sketch\motion_control.c.o (symbol from plugin):(.text+0x0): first defined here
  208.  
  209. libraries\grbl\motion_control.c.o (symbol from plugin): In function `mc_line':
  210.  
  211. (.text+0x0): multiple definition of `mc_homing_cycle'
  212.  
  213. sketch\motion_control.c.o (symbol from plugin):(.text+0x0): first defined here
  214.  
  215. libraries\grbl\motion_control.c.o (symbol from plugin): In function `mc_line':
  216.  
  217. (.text+0x0): multiple definition of `mc_reset'
  218.  
  219. sketch\motion_control.c.o (symbol from plugin):(.text+0x0): first defined here
  220.  
  221. libraries\grbl\motion_control.c.o (symbol from plugin): In function `mc_line':
  222.  
  223. (.text+0x0): multiple definition of `mc_probe_cycle'
  224.  
  225. sketch\motion_control.c.o (symbol from plugin):(.text+0x0): first defined here
  226.  
  227. libraries\grbl\motion_control.c.o (symbol from plugin): In function `mc_line':
  228.  
  229. (.text+0x0): multiple definition of `mc_arc'
  230.  
  231. sketch\motion_control.c.o (symbol from plugin):(.text+0x0): first defined here
  232.  
  233. libraries\grbl\nuts_bolts.c.o (symbol from plugin): In function `read_float':
  234.  
  235. (.text+0x0): multiple definition of `read_float'
  236.  
  237. sketch\nuts_bolts.c.o (symbol from plugin):(.text+0x0): first defined here
  238.  
  239. libraries\grbl\nuts_bolts.c.o (symbol from plugin): In function `read_float':
  240.  
  241. (.text+0x0): multiple definition of `delay_ms'
  242.  
  243. sketch\nuts_bolts.c.o (symbol from plugin):(.text+0x0): first defined here
  244.  
  245. libraries\grbl\nuts_bolts.c.o (symbol from plugin): In function `read_float':
  246.  
  247. (.text+0x0): multiple definition of `delay_us'
  248.  
  249. sketch\nuts_bolts.c.o (symbol from plugin):(.text+0x0): first defined here
  250.  
  251. libraries\grbl\nuts_bolts.c.o (symbol from plugin): In function `read_float':
  252.  
  253. (.text+0x0): multiple definition of `hypot_f'
  254.  
  255. sketch\nuts_bolts.c.o (symbol from plugin):(.text+0x0): first defined here
  256.  
  257. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  258.  
  259. (.text+0x0): multiple definition of `plan_next_block_index'
  260.  
  261. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  262.  
  263. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  264.  
  265. (.text+0x0): multiple definition of `plan_reset'
  266.  
  267. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  268.  
  269. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  270.  
  271. (.text+0x0): multiple definition of `plan_discard_current_block'
  272.  
  273. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  274.  
  275. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  276.  
  277. (.text+0x0): multiple definition of `plan_get_current_block'
  278.  
  279. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  280.  
  281. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  282.  
  283. (.text+0x0): multiple definition of `plan_check_full_buffer'
  284.  
  285. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  286.  
  287. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  288.  
  289. (.text+0x0): multiple definition of `plan_buffer_line'
  290.  
  291. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  292.  
  293. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  294.  
  295. (.text+0x0): multiple definition of `plan_sync_position'
  296.  
  297. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  298.  
  299. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  300.  
  301. (.text+0x0): multiple definition of `plan_get_block_buffer_count'
  302.  
  303. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  304.  
  305. libraries\grbl\planner.c.o (symbol from plugin): In function `plan_next_block_index':
  306.  
  307. (.text+0x0): multiple definition of `plan_cycle_reinitialize'
  308.  
  309. sketch\planner.c.o (symbol from plugin):(.text+0x0): first defined here
  310.  
  311. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  312.  
  313. (.text+0x0): multiple definition of `printString'
  314.  
  315. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  316.  
  317. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  318.  
  319. (.text+0x0): multiple definition of `printPgmString'
  320.  
  321. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  322.  
  323. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  324.  
  325. (.text+0x0): multiple definition of `print_uint8_base10'
  326.  
  327. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  328.  
  329. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  330.  
  331. (.text+0x0): multiple definition of `print_uint32_base10'
  332.  
  333. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  334.  
  335. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  336.  
  337. (.text+0x0): multiple definition of `printInteger'
  338.  
  339. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  340.  
  341. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  342.  
  343. (.text+0x0): multiple definition of `printFloat'
  344.  
  345. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  346.  
  347. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  348.  
  349. (.text+0x0): multiple definition of `printFloat_CoordValue'
  350.  
  351. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  352.  
  353. libraries\grbl\print.c.o (symbol from plugin): In function `printString':
  354.  
  355. (.text+0x0): multiple definition of `printFloat_RateValue'
  356.  
  357. sketch\print.c.o (symbol from plugin):(.text+0x0): first defined here
  358.  
  359. libraries\grbl\probe.c.o (symbol from plugin): In function `probe_configure_invert_mask':
  360.  
  361. (.text+0x0): multiple definition of `probe_configure_invert_mask'
  362.  
  363. sketch\probe.c.o (symbol from plugin):(.text+0x0): first defined here
  364.  
  365. libraries\grbl\probe.c.o (symbol from plugin): In function `probe_configure_invert_mask':
  366.  
  367. (.text+0x0): multiple definition of `probe_state_monitor'
  368.  
  369. sketch\probe.c.o (symbol from plugin):(.text+0x0): first defined here
  370.  
  371. libraries\grbl\probe.c.o (symbol from plugin): In function `probe_configure_invert_mask':
  372.  
  373. (.text+0x0): multiple definition of `probe_init'
  374.  
  375. sketch\probe.c.o (symbol from plugin):(.text+0x0): first defined here
  376.  
  377. libraries\grbl\probe.c.o (symbol from plugin): In function `probe_configure_invert_mask':
  378.  
  379. (.text+0x0): multiple definition of `probe_get_state'
  380.  
  381. sketch\probe.c.o (symbol from plugin):(.text+0x0): first defined here
  382.  
  383. libraries\grbl\protocol.c.o (symbol from plugin): In function `protocol_auto_cycle_start':
  384.  
  385. (.text+0x0): multiple definition of `protocol_auto_cycle_start'
  386.  
  387. sketch\protocol.c.o (symbol from plugin):(.text+0x0): first defined here
  388.  
  389. libraries\grbl\protocol.c.o (symbol from plugin): In function `protocol_auto_cycle_start':
  390.  
  391. (.text+0x0): multiple definition of `protocol_execute_realtime'
  392.  
  393. sketch\protocol.c.o (symbol from plugin):(.text+0x0): first defined here
  394.  
  395. libraries\grbl\protocol.c.o (symbol from plugin): In function `protocol_auto_cycle_start':
  396.  
  397. (.text+0x0): multiple definition of `protocol_main_loop'
  398.  
  399. sketch\protocol.c.o (symbol from plugin):(.text+0x0): first defined here
  400.  
  401. libraries\grbl\protocol.c.o (symbol from plugin): In function `protocol_auto_cycle_start':
  402.  
  403. (.text+0x0): multiple definition of `protocol_buffer_synchronize'
  404.  
  405. sketch\protocol.c.o (symbol from plugin):(.text+0x0): first defined here
  406.  
  407. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  408.  
  409. (.text+0x0): multiple definition of `report_status_message'
  410.  
  411. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  412.  
  413. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  414.  
  415. (.text+0x0): multiple definition of `report_alarm_message'
  416.  
  417. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  418.  
  419. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  420.  
  421. (.text+0x0): multiple definition of `report_feedback_message'
  422.  
  423. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  424.  
  425. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  426.  
  427. (.text+0x0): multiple definition of `report_init_message'
  428.  
  429. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  430.  
  431. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  432.  
  433. (.text+0x0): multiple definition of `report_grbl_help'
  434.  
  435. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  436.  
  437. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  438.  
  439. (.text+0x0): multiple definition of `report_grbl_settings'
  440.  
  441. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  442.  
  443. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  444.  
  445. (.text+0x0): multiple definition of `report_probe_parameters'
  446.  
  447. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  448.  
  449. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  450.  
  451. (.text+0x0): multiple definition of `report_ngc_parameters'
  452.  
  453. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  454.  
  455. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  456.  
  457. (.text+0x0): multiple definition of `report_gcode_modes'
  458.  
  459. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  460.  
  461. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  462.  
  463. (.text+0x0): multiple definition of `report_startup_line'
  464.  
  465. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  466.  
  467. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  468.  
  469. (.text+0x0): multiple definition of `report_build_info'
  470.  
  471. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  472.  
  473. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  474.  
  475. (.text+0x0): multiple definition of `report_echo_line_received'
  476.  
  477. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  478.  
  479. libraries\grbl\report.c.o (symbol from plugin): In function `report_status_message':
  480.  
  481. (.text+0x0): multiple definition of `report_realtime_status'
  482.  
  483. sketch\report.c.o (symbol from plugin):(.text+0x0): first defined here
  484.  
  485. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  486.  
  487. (.text+0x0): multiple definition of `serial_rx_buffer_tail'
  488.  
  489. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  490.  
  491. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  492.  
  493. (.text+0x0): multiple definition of `serial_rx_buffer_head'
  494.  
  495. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  496.  
  497. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  498.  
  499. (.text+0x0): multiple definition of `serial_get_rx_buffer_count'
  500.  
  501. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  502.  
  503. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  504.  
  505. (.text+0x0): multiple definition of `serial_get_tx_buffer_count'
  506.  
  507. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  508.  
  509. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  510.  
  511. (.text+0x0): multiple definition of `serial_tx_buffer_tail'
  512.  
  513. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  514.  
  515. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  516.  
  517. (.text+0x0): multiple definition of `serial_tx_buffer_head'
  518.  
  519. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  520.  
  521. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  522.  
  523. (.text+0x0): multiple definition of `serial_init'
  524.  
  525. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  526.  
  527. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  528.  
  529. (.text+0x0): multiple definition of `serial_write'
  530.  
  531. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  532.  
  533. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  534.  
  535. (.text+0x0): multiple definition of `__vector_19'
  536.  
  537. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  538.  
  539. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  540.  
  541. (.text+0x0): multiple definition of `serial_read'
  542.  
  543. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  544.  
  545. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  546.  
  547. (.text+0x0): multiple definition of `__vector_18'
  548.  
  549. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  550.  
  551. libraries\grbl\serial.c.o (symbol from plugin): In function `serial_get_rx_buffer_available':
  552.  
  553. (.text+0x0): multiple definition of `serial_reset_read_buffer'
  554.  
  555. sketch\serial.c.o (symbol from plugin):(.text+0x0): first defined here
  556.  
  557. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  558.  
  559. (.text+0x0): multiple definition of `read_global_settings'
  560.  
  561. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  562.  
  563. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  564.  
  565. (.text+0x0): multiple definition of `settings_store_startup_line'
  566.  
  567. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  568.  
  569. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  570.  
  571. (.text+0x0): multiple definition of `settings_store_build_info'
  572.  
  573. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  574.  
  575. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  576.  
  577. (.text+0x0): multiple definition of `settings_write_coord_data'
  578.  
  579. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  580.  
  581. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  582.  
  583. (.text+0x0): multiple definition of `settings_read_coord_data'
  584.  
  585. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  586.  
  587. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  588.  
  589. (.text+0x0): multiple definition of `write_global_settings'
  590.  
  591. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  592.  
  593. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  594.  
  595. (.text+0x0): multiple definition of `settings_store_global_setting'
  596.  
  597. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  598.  
  599. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  600.  
  601. (.text+0x0): multiple definition of `settings_restore'
  602.  
  603. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  604.  
  605. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  606.  
  607. (.text+0x0): multiple definition of `settings_init'
  608.  
  609. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  610.  
  611. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  612.  
  613. (.text+0x0): multiple definition of `settings_read_startup_line'
  614.  
  615. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  616.  
  617. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  618.  
  619. (.text+0x0): multiple definition of `settings_read_build_info'
  620.  
  621. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  622.  
  623. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  624.  
  625. (.text+0x0): multiple definition of `get_step_pin_mask'
  626.  
  627. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  628.  
  629. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  630.  
  631. (.text+0x0): multiple definition of `get_direction_pin_mask'
  632.  
  633. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  634.  
  635. libraries\grbl\settings.c.o (symbol from plugin): In function `read_global_settings':
  636.  
  637. (.text+0x0): multiple definition of `get_limit_pin_mask'
  638.  
  639. sketch\settings.c.o (symbol from plugin):(.text+0x0): first defined here
  640.  
  641. libraries\grbl\spindle_control.c.o (symbol from plugin): In function `spindle_get_state':
  642.  
  643. (.text+0x0): multiple definition of `spindle_stop'
  644.  
  645. sketch\spindle_control.c.o (symbol from plugin):(.text+0x0): first defined here
  646.  
  647. libraries\grbl\spindle_control.c.o (symbol from plugin): In function `spindle_get_state':
  648.  
  649. (.text+0x0): multiple definition of `spindle_init'
  650.  
  651. sketch\spindle_control.c.o (symbol from plugin):(.text+0x0): first defined here
  652.  
  653. libraries\grbl\spindle_control.c.o (symbol from plugin): In function `spindle_get_state':
  654.  
  655. (.text+0x0): multiple definition of `spindle_set_state'
  656.  
  657. sketch\spindle_control.c.o (symbol from plugin):(.text+0x0): first defined here
  658.  
  659. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  660.  
  661. (.text+0x0): multiple definition of `st_go_idle'
  662.  
  663. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  664.  
  665. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  666.  
  667. (.text+0x0): multiple definition of `st_prep_buffer'
  668.  
  669. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  670.  
  671. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  672.  
  673. (.text+0x0): multiple definition of `st_wake_up'
  674.  
  675. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  676.  
  677. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  678.  
  679. (.text+0x0): multiple definition of `__vector_11'
  680.  
  681. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  682.  
  683. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  684.  
  685. (.text+0x0): multiple definition of `__vector_16'
  686.  
  687. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  688.  
  689. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  690.  
  691. (.text+0x0): multiple definition of `st_generate_step_dir_invert_masks'
  692.  
  693. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  694.  
  695. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  696.  
  697. (.text+0x0): multiple definition of `st_reset'
  698.  
  699. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  700.  
  701. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  702.  
  703. (.text+0x0): multiple definition of `stepper_init'
  704.  
  705. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  706.  
  707. libraries\grbl\stepper.c.o (symbol from plugin): In function `st_go_idle':
  708.  
  709. (.text+0x0): multiple definition of `st_update_plan_block_parameters'
  710.  
  711. sketch\stepper.c.o (symbol from plugin):(.text+0x0): first defined here
  712.  
  713. libraries\grbl\system.c.o (symbol from plugin): In function `system_init':
  714.  
  715. (.text+0x0): multiple definition of `system_init'
  716.  
  717. sketch\system.c.o (symbol from plugin):(.text+0x0): first defined here
  718.  
  719. libraries\grbl\system.c.o (symbol from plugin): In function `system_init':
  720.  
  721. (.text+0x0): multiple definition of `__vector_4'
  722.  
  723. sketch\system.c.o (symbol from plugin):(.text+0x0): first defined here
  724.  
  725. libraries\grbl\system.c.o (symbol from plugin): In function `system_init':
  726.  
  727. (.text+0x0): multiple definition of `system_check_safety_door_ajar'
  728.  
  729. sketch\system.c.o (symbol from plugin):(.text+0x0): first defined here
  730.  
  731. libraries\grbl\system.c.o (symbol from plugin): In function `system_init':
  732.  
  733. (.text+0x0): multiple definition of `system_execute_startup'
  734.  
  735. sketch\system.c.o (symbol from plugin):(.text+0x0): first defined here
  736.  
  737. libraries\grbl\system.c.o (symbol from plugin): In function `system_init':
  738.  
  739. (.text+0x0): multiple definition of `system_convert_axis_steps_to_mpos'
  740.  
  741. sketch\system.c.o (symbol from plugin):(.text+0x0): first defined here
  742.  
  743. libraries\grbl\system.c.o (symbol from plugin): In function `system_init':
  744.  
  745. (.text+0x0): multiple definition of `system_convert_array_steps_to_mpos'
  746.  
  747. sketch\system.c.o (symbol from plugin):(.text+0x0): first defined here
  748.  
  749. libraries\grbl\system.c.o (symbol from plugin): In function `system_init':
  750.  
  751. (.text+0x0): multiple definition of `system_execute_line'
  752.  
  753. sketch\system.c.o (symbol from plugin):(.text+0x0): first defined here
  754.  
  755. sketch\serial.c:25:9: warning: type of 'serial_rx_buffer' does not match original declaration
  756.  
  757. uint8_t serial_rx_buffer[RX_BUFFER_SIZE];
  758.  
  759. ^
  760.  
  761. C:\Program Files (x86)\Arduino\libraries\grbl\serial.c:27:9: note: previously declared here
  762.  
  763. uint8_t serial_rx_buffer[RX_RING_BUFFER];
  764.  
  765. ^
  766.  
  767. sketch\serial.c:29:9: warning: type of 'serial_tx_buffer' does not match original declaration
  768.  
  769. uint8_t serial_tx_buffer[TX_BUFFER_SIZE];
  770.  
  771. ^
  772.  
  773. C:\Program Files (x86)\Arduino\libraries\grbl\serial.c:31:9: note: previously declared here
  774.  
  775. uint8_t serial_tx_buffer[TX_RING_BUFFER];
  776.  
  777. ^
  778.  
  779. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  780.  
  781. extern settings_t settings;
  782.  
  783. ^
  784.  
  785. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  786.  
  787. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  788.  
  789. extern settings_t settings;
  790.  
  791. ^
  792.  
  793. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  794.  
  795. extern settings_t settings;
  796.  
  797. ^
  798.  
  799. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  800.  
  801. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  802.  
  803. extern settings_t settings;
  804.  
  805. ^
  806.  
  807. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  808.  
  809. extern settings_t settings;
  810.  
  811. ^
  812.  
  813. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  814.  
  815. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  816.  
  817. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  818.  
  819. extern settings_t settings;
  820.  
  821. ^
  822.  
  823. C:\Program Files (x86)\Arduino\libraries\grbl\settings.c:24:12: warning: type of 'settings' does not match original declaration
  824.  
  825. settings_t settings;
  826.  
  827. ^
  828.  
  829. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  830.  
  831. extern settings_t settings;
  832.  
  833. ^
  834.  
  835. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  836.  
  837. C:\Program Files (x86)\Arduino\libraries\grbl\settings.h:105:19: warning: type of 'settings' does not match original declaration
  838.  
  839. extern settings_t settings;
  840.  
  841. ^
  842.  
  843. sketch\settings.c:24:12: note: previously declared here
  844.  
  845. settings_t settings;
  846.  
  847. ^
  848.  
  849. C:\Program Files (x86)\Arduino\libraries\grbl\gcode.c:37:16: warning: type of 'gc_block' does not match original declaration
  850.  
  851. parser_block_t gc_block;
  852.  
  853. ^
  854.  
  855. sketch\gcode.c:36:16: note: previously declared here
  856.  
  857. parser_block_t gc_block;
  858.  
  859. ^
  860.  
  861. C:\Program Files (x86)\Arduino\libraries\grbl\gcode.c:36:16: warning: type of 'gc_state' does not match original declaration
  862.  
  863. parser_state_t gc_state;
  864.  
  865. ^
  866.  
  867. C:\Program Files (x86)\Arduino\libraries\grbl\gcode.h:229:23: warning: type of 'gc_state' does not match original declaration
  868.  
  869. extern parser_state_t gc_state;
  870.  
  871. ^
  872.  
  873. C:\Program Files (x86)\Arduino\libraries\grbl\gcode.h:229:23: warning: type of 'gc_state' does not match original declaration
  874.  
  875. extern parser_state_t gc_state;
  876.  
  877. ^
  878.  
  879. sketch\gcode.c:35:16: note: previously declared here
  880.  
  881. parser_state_t gc_state;
  882.  
  883. ^
  884.  
  885. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  886.  
  887. extern system_t sys;
  888.  
  889. ^
  890.  
  891. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  892.  
  893. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  894.  
  895. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  896.  
  897. C:\Program Files (x86)\Arduino\libraries\grbl\main.c:26:10: warning: type of 'sys' does not match original declaration
  898.  
  899. system_t sys;
  900.  
  901. ^
  902.  
  903. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  904.  
  905. extern system_t sys;
  906.  
  907. ^
  908.  
  909. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  910.  
  911. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  912.  
  913. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  914.  
  915. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  916.  
  917. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  918.  
  919. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  920.  
  921. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  922.  
  923. C:\Program Files (x86)\Arduino\libraries\grbl\system.h:147:17: warning: type of 'sys' does not match original declaration
  924.  
  925. sketch\main.c:26:10: note: previously declared here
  926.  
  927. system_t sys;
  928.  
  929. ^
  930.  
  931. collect2.exe: error: ld returned 1 exit status
  932.  
  933. exit status 1
  934. Error compiling for board Arduino/Genuino Uno.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement