The error "ArrayIndexOutOfBound" depends on the fact that you didn't plug the arduino usb befor running the GUI. When the software doesn't find any serial, the array with the list of all serial devices is empty thus this error occurs. Retry and let me konw.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `gc'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ld.exe: Disabling relaxation: it will not work with multiple definitions
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `tool'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `cncrt'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `new_line'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `loop'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `setup'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
Last edit: martin johansen 2016-08-22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thanks to developers of ecnc softeware
I am getting problem compiling GUI
when I use the GUI source from the Git I get this error
https://drive.google.com/file/d/0B5Ct1V0x1-jaZTN6WDZmWThHNkk/view?usp=sharing
When I use the GUI source associated with ecnc V0.1.1, I get this error
https://drive.google.com/open?id=0B5Ct1V0x1-jaX1Yyd1JXOG1rd0U
Keeping in mind I have tried both java 7 and java 8
also I cant find the compiled version of the GUI
The error "ArrayIndexOutOfBound" depends on the fact that you didn't plug the arduino usb befor running the GUI. When the software doesn't find any serial, the array with the list of all serial devices is empty thus this error occurs. Retry and let me konw.
I got problems uploading ecnc to my arduino-mega.
What must i do?
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `gc'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ld.exe: Disabling relaxation: it will not work with multiple definitions
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `tool'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `cncrt'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `new_line'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `loop'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
sketch\easy_CNC.ino.cpp.o (symbol from plugin): In function `gc':
(.text+0x0): multiple definition of `setup'
sketch\easy_CNC.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
Last edit: martin johansen 2016-08-22