tohara / marlin-cmake

0 stars 0 forks source link

Error while linking a library : bad linking name #5

Open Salamandar opened 8 years ago

Salamandar commented 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 ?

tohara commented 8 years ago

I am not able to replicate this, could you dump the complete debug info to a file and post it?