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.

LP-CC1352P7: Missing Standard C Function on TI Clang 3.2.0 LTS Compiler

Part Number: LP-CC1352P7


Tool/software:

Hello Everyone, I have been trying to use some standard C library function, strtok and strnlen from string.h. However, my linker does not find the function definition. In addition, I also could not find a corresponding declaration and definition on the compiler library as well. Is there other equivalent function available in the library? Currently, I am implicitly declaring the function on my poject. Let me know if, if there is an alternative solution. Thank you for your time.