After following the instructions to flash ramps getting error: “exit status 1”, can anyone advise?
There should be more to it than that, try opening up the error window a bit more.
What ide are you using? What os are you using it from?
using windows 10 with the ARDUINO 1.8.5 , will try opening error window again
Also what firmware are you flashing Marlin 1 or 2?
using windows 10 with the ARDUINO 1.8.5 , will try opening error window again
Don’t know my way around windows too well anymore, but the Linux beta 1.9.0 ide will let me flash marlin 2.0. Try updating your ide
Arduino: 1.8.5 (Windows 10), Board: “Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)”
C:\Users\User\Desktop\DESKTOP\cnc\MPCNC813_GLCD_T8\MPCNC813_GLCD_T8.ino:45:110: fatal error: U8glib.h: No such file or directory
#include <U8glib.h> // library for graphics LCD by Oli Kraus (https://github.com/olikraus/U8glib_Arduino)
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib: C:\Users\User\Documents\Arduino\libraries\u8glib
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib-master: C:\Users\User\Documents\Arduino\libraries\u8glib-master
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib: C:\Users\User\Documents\Arduino\libraries\u8glib
Using the MPCNC813_GLCD_T8 pre-configured firmware provided in software section for ramps 1.4. Followed the instructions currently on https://www.v1engineering.com/marlin-firmware/
How to flash firmware on the Ramps 1.4
Copied error message:
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib-master: C:\Users\User\Documents\Arduino\libraries\u8glib-master
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib: C:\Users\User\Documents\Arduino\libraries\u8glib
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib-master: C:\Users\User\Documents\Arduino\libraries\u8glib-master
This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences.
Using the MPCNC813_GLCD_T8 pre-configured firmware provided in software section for ramps 1.4. Followed the instructions currently on https://www.v1engineering.com/marlin-firmware/
“How to flash firmware on the Ramps 1.4”
Copied error message:
Arduino: 1.8.5 (Windows 10), Board: “Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)”
C:\Users\User\Desktop\DESKTOP\cnc\MPCNC813_GLCD_T8\MPCNC813_GLCD_T8.ino:45:110: fatal error: U8glib.h: No such file or directory
#include <U8glib.h> // library for graphics LCD by Oli Kraus (https://github.com/olikraus/U8glib_Arduino)
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib: C:\Users\User\Documents\Arduino\libraries\u8glib
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib-master: C:\Users\User\Documents\Arduino\libraries\u8glib-master
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib: C:\Users\User\Documents\Arduino\libraries\u8glib
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib-master: C:\Users\User\Documents\Arduino\libraries\u8glib-master
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib: C:\Users\User\Documents\Arduino\libraries\u8glib
Invalid library found in C:\Users\User\Documents\Arduino\libraries\u8glib-master: C:\Users\User\Documents\Arduino\libraries\u8glib-master
This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences.
Did you do the “add u8glib” part in the howto? https://www.v1engineering.com/marlin-firmware/
Edit: the pertinent info will be like dead center in my screenshot…
sure… followed instructions provided
The error says you don’t have the U8glib. In arduino-include-library menu what does it say at the bottom.
Managed to manually copy u8glib_arduino_v1.18.1.zip into documents> arduino > library and it now seems to work.