Hi,
I am using Code composer Version: 4.2.4.00033 , And I am including "rtsv7R4_T_be_v3D16_eabi.lib"
After the build of the project , I am able to see memset, memcpy in the objs of the files where the memset/memcpy are not used/called at all.
This is creating problems during testing as the objs are used to test the files, It is throwing an error stating undefined symbol.
Can Anyone tel me why the memset/memcpy is getting included in my build even though I am not using these libraray files anywhere.
Thanks in Advance,
Vivek