Open Salamandar opened 8 years ago
While linking Marlin :
[ 83%] Linking CXX static library libmega_U8glib.a [ 83%] Built target mega_U8glib Scanning dependencies of target Marlin […] [100%] Linking CXX executable Marlin.elf /usr/share/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ld: cannot find -lU8glib
This should not be -lU8glib but -lmega_U8glib, right ?
-lU8glib
-lmega_U8glib
I am not able to replicate this, could you dump the complete debug info to a file and post it?
While linking Marlin :
This should not be
-lU8glib
but-lmega_U8glib
, right ?