This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200: SDK 1.3.0 - ltoa() in OtaClient.c - function declared implicitly

Part Number: CC3200

I'm not able to compile the OTA library in the SDK 1.3.0 because of this error:

"function ltoa" declared implicitly" (2x)

I've added an include to "stdlib", "stdio.h" and ""string.h" without success.

This is one of the failing calls:

ltoa(13 /* {"path": "/"} */ + strlen((const char *)pVendorDir), (char *)&ReqDirCmdBuf[strlen((const char *)ReqDirCmdBuf)]);

Thank you for your help,

Carsten