From: $<ri...@nt...> - 2015-09-03 04:32:31
|
Hi All, I am seeing below errors while compiling syscalls from the latest available LTP tar ball from sourceforge. My system is having latest libaio-dev library as well. the same issue even observed for other io syscalls(io_getevents etc..) as well. Do i need to setup any other environment to compile it successfully. /usr/bin/arm-linux-gnueabihf-gcc -static -g -O2 -fno-strict-aliasing -pipe -Wall -W -static -Wold-style-definition -I/home/LTP/ltp-full-20150420/testcases/kernel/include -I../../../../include -I../../../../include -static -pthread -L../../../../lib io_destroy01.c -lltp -o io_destroy01 /tmp/cc0f3RO7.o: In function `main': /home/LTP/ltp-full-20150420/testcases/kernel/syscalls/io_destroy/io_destroy01.c:77: undefined reference to `io_destroy' collect2: ld returned 1 exit status make: *** [io_destroy01] Error 1 -- Thanks & Regards, M.Srikanth Kumar. |