I'm getting error:
error: implicit declaration of function 'localtime'
When trying to use any of the time related functions: localtime,strftime etc. I have the
"#include <time.h>" in the file, but armgcc is acting like the functions were unavailable.
I suspect I'm missing something obvious in the sdk_config or Makefile, can you give me a hint?