Ardunio won't complie

Hello,

Im trying to flash my ramps 1.4 with the marlin from the v1 engineering site. I have updated the libraries with u8glib and selected the mega 2560 board. When go to compile the firmware I keep getting this error,

 

/var/folders/pk/t6rgr6cs7zd4z4bnfbxgyvdr0000gn/T/arduino_build_370661/sketch/src/lcd/dogm/lcdprint_u8g.cpp:14:0:
/var/folders/pk/t6rgr6cs7zd4z4bnfbxgyvdr0000gn/T/arduino_build_370661/sketch/src/lcd/dogm/ultralcd_DOGM.h:29:20: fatal error: U8glib.h: No such file or directory
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.

 

Is there something I am missing?

Thanks Tyler

 

It’s still not seeing the u8glib library.

2 Likes

Ok, Im going to try and restart my computer and ardunio see if that makes a difference.

Thanks

Found out I had the wrong library added, once the correct on was added everything complied correctly, thanks.

2 Likes