Skip to content

Instantly share code, notes, and snippets.

@unlimitedbacon
Created December 7, 2017 23:50
Show Gist options
  • Save unlimitedbacon/8128d9160069e43f432aac243e0bdd46 to your computer and use it in GitHub Desktop.
Save unlimitedbacon/8128d9160069e43f432aac243e0bdd46 to your computer and use it in GitHub Desktop.
Common Errors While Flashing Firmware
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
An error occurred while uploading the sketch
C:\Users\PRINTS~1\AppData\Local\Temp\build9f2973ad7f26c2eb7777dd94532da92a.tmp\sketch\Printer.h: In static member function 'static bool Printer::isZProbeHit()':
fastio.h:27: error: 'DIOZ_PROBE_PIN_RPORT' was not declared in this scope
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
/mnt/testsupport/Firmware Files/Marlin for TAZ/Marlin/Marlin.ino:44:101: fatal error: U8glib.h: No such file or directory
#include <U8glib.h> // library for graphics LCD by Oli Kraus (https://code.google.com/p/u8glib/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment