Menu

Compiled GUI

2016-06-11
2016-08-22
  • Sajjad khalil

    Sajjad khalil - 2016-06-11

    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

     
    • Hawk

      Hawk - 2016-06-27

      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.

       
  • martin johansen

    martin johansen - 2016-08-22

    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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.