Linking Problem

I have compiled all requisite source files into obj files but during linking the task.o file obtained by compiling the task.c provided in the include directry gives me undefined reference to memset and strncpy functions.

Linking Problem

memset and strncpy should come from the stdlib library with your compiler.  Which tools/processor are you using?

Linking Problem

I am using the cygwin tool chain and LPC2124 processor