i have used the memcpy function to copy an array to another one .. uVision3 keil shows error as UNDEFINED REFERENCE TO memcpy ... i have included memory.h and string .h ..
"UNDEFINED REFERENCE TO memcpy"
That'd be a linker error then. Libraries not getting linked in?
the prob is solved .. in target options "do not use the system libraries" box is checked .. thatz the problem ..