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.

Compiler/TMS570LS3137: ti-cgt-arm_18.1.1.LTS Compiler options

Part Number: TMS570LS3137

Tool/software: TI C/C++ Compiler

Hi,

In my project we are using both C and C++ files, We are not using the Ti library files.

We have written our own program for memcpy and memset, while compiling getting below errors

unresolved symbol : memcpy x.cpp

though i am not using memcpy in x.xpp, not sure why compiler is throwing this link error.

When i searched in the x.obj file i could find "this memcpy" text.

Please help me why it is throwing error

Regards,

Somesh