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
