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