snprintf won't link

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

snprintf won't link

694 Views
lpcware
NXP Employee
NXP Employee
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
0 Kudos
Reply
1 Reply

675 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by researchinnovation on Wed May 02 03:52:11 MST 2012
@MX21.....Hi...!!!

Try debug_printf("MX21");


Thanks & Regards....:)
0 Kudos
Reply