Hi Jatin, A recent failure on Powerpc has been patched. Please see:
http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/include/powerpc.in?r1=1.6&r2=1.7, You need to make similar entries by finding out the corresponding syscall no. on arm and update the following file in ltp. If that solves your problem, send the patch to LTP: http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/include/arm.in Regards-- Subrata On Tue, 2009-07-07 at 12:30 -0700, Jatin Sharma wrote: > Cross-compilation of the ltp-full-20090630 for ARM architecture fails > in the following code. Is there a patch for this code for ARM > architecture? > > #ifndef __NR_eventfd2 > #if defined(__x86_64__) > #define __NR_eventfd2 290 > #elif defined(__i386__) > #define __NR_eventfd2 328 > #else > #error Cannot detect your architecture! > #endif > #endif > > > Thanks, > Jatin > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/blackberry > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
