Re: [LTP] Syscall/io_* tests failing to compile

2015-09-03 Thread Cyril Hrubis
Hi! > 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

Re: [LTP] Syscall/io_* tests failing to compile

2015-09-03 Thread $rik@nth
I haven't modified any of the config files at all. Even i cross checked on couple machines and faced similar issues. On Thu, Sep 3, 2015 at 4:45 PM, Cyril Hrubis wrote: > Hi! >> I am seeing below errors while compiling syscalls from the latest >> available LTP tar ball from

Re: [LTP] Syscall/io_* tests failing to compile

2015-09-03 Thread Cyril Hrubis
Hi! > I haven't modified any of the config files at all. Even i cross > checked on couple machines and faced similar issues. Hmm, you are cross compiling right? Have you installed the libaio-dev on the host machine? Because that will not work since that contains native binaries and you cannot

Re: [LTP] Syscall/io_* tests failing to compile

2015-09-03 Thread $rik@nth
Yes i am trying to cross compile it for ARM and installed libaio-dev on hostmachine. Ok.. i will try cross compiling libaio and try to compile it again by pointing to the right path. On Thu, Sep 3, 2015 at 5:47 PM, Cyril Hrubis wrote: > Hi! >> I haven't modified any of the