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.

TMS570LS3137: warning #1853-D: declaration hides built-in function "memcpy"

Part Number: TMS570LS3137


Hi Ti Experts,

From ARM Compiler document i found that there is an inbuilt method "memcpy".

I am trying to use my own memcpy file which is written in Cpp template class, when i try to extern it i am getting "external C linkage" problem.

If i create memcpy.c file and try to use, i am getting warning "#1853-D: declaration hides built-in function "memcpy""

How can i disable this option.

Regards,

Somesh