Hello,
I tried to use function snprintf in my project,
even though I had included the following H file,
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
but at compile time it prompt "undefined reference to 'vsnprintf'".
Functions snprintf and sprintf are also unavailable.
Test environment:
S32K314,S32DS.3.5,AUTOSAR project