including printf-stdarg.c in Mplab X project

chaabanemalki wrote on Friday, June 13, 2014:

Hello,
This is almost a C/Mplab question but I’m hoping that someone has solved this before.
I have some random behaviors when using printf with freeRTOS, so I’m trying to use printf/ sprintf functions in my project but I have an error saying that printf/sprintf is already defined in libc.a

I didn’t include libc.a library in my project and I started from a demo project.

How can I use printf-stdarg.c rather than libc.a ?

davedoors wrote on Friday, June 13, 2014:

This is what google gave me as a first suggestion
https://sourceware.org/binutils/docs-2.22/ld/Options.html#index-g_t_002d_002dallow_002dmultiple_002ddefinition-190