Hi All,
I am facing some problem with one of my DLL. When I am compliling it for ARMV5, I am getting some linker errors for multiple defination Linker Errors like:
Error: L6200E: Symbol __aeabi_memmove multiply defined (by rt_memmove.o and drtaeabi{000a0000}-149.o).
Error: L6200E: Symbol __aeabi_memcpy4 multiply defined (by rt_memcpy_w.o and drtaeabi{000a0000}-147.o).
Error: L6200E: Symbol __memmove_aligned multiply defined (by rt_memmove_w.o and drtrvct2_2{000a0000}-13.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 3 error messages.
make[1]: *** [..\..\..\..\EPOC32\RELEASE\ARMV5\UREL\STDCpp.dll] Error 1
As you can see, those .o's are not mine and I have commented all memmove, memcpy from my code. Still I am getting these errors.
Can some one help me in rectifying these Erros. That will be of great help.
Thanks a lot
Girish