We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 ..