Link 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. I am using the cygwin tool chain and LPC2124 processor

Link Problem

These functions are defined in the standard library that comes with the compiler.  You need to include the standard C libraries.