Posted on May 17, 2011 at 12:42Thanks for the reply and I'm sorry for the missing info. I didn't mention it, but of course strncpy() is not calling itself. It is called in main application, where strncpy() is called with Num=4. Yes, lr is set to r2...
Posted on May 17, 2011 at 12:42Hello ! I encountered to following problem with object code for STM32 generated by codesourcery toolchain arm-2008q1, while trying to compile given C file. Here it is its contents: //strncpy.c char *strncpy(char *pDest...