I followed installation instructions
Selected my board and my port
patched IDE (gizduino, and avr)
Used this methods:
File > Open > Sketch
Tried restarting IDE with the board plugged in
Switched USB cables
But I keep on getting this error:
Arduino: 1.6.12 (Windows 7), Board: "Gizduino+ w/ ATmega644"
Sketch uses 1,112 bytes (1%) of program storage space. Maximum is 64,512 bytes.
Global variables use 11 bytes (0%) of dynamic memory, leaving 4,085 bytes for local variables. Maximum is 4,096 bytes.
REMOVE/bin/avrdude -C___REMOVE___/etc/avrdude.conf -v -patmega644p -carduino -PCOM6 -b115200 -D -Uflash:w:C:\Users\Danilo\AppData\Local\Temp\arduino_build_529569/Blink.ino.hex:i
java.io.IOException: Cannot run program "REMOVE/bin/avrdude": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:206)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.SketchController.upload(SketchController.java:707)
at processing.app.SketchController.exportApplet(SketchController.java:680)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2176)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 8 more
An error occurred while uploading the sketch
This report would have more information with
"Show verbose output during compilation"