Update of bug #19771 (project avr-libc):
Status: None => Duplicate
Assigned to: None => joerg_wunsch
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
This is essentially a duplicate for bug #3485.
In your particular case, your fault was to add -lm *before*
forcing the undefined reference to the floating-point version
of vfprintf. Reorder that to
LDFLAGS = -Wl,-u,vfprintf -lprintf_flt -lm
and it should work.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?19771>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev