Content originally posted in LPCWare by MX21 on Mon Apr 30 12:28:13 MST 2012
I'm using the small_printf library. The printf function works fine, but if I try to use snprintf, the linker fails, saying "undefined reference to `snprintf_nofloat'".
It's in the header file, but apparently needs something to enable it in the library? Any help on how to make that work?
Thanks,
MX21