Re: Re: [android-developers] sreadahead.c application is not compiling with android bionic library

2010-02-05 Thread Dianne Hackborn
Also this really does not belong on android-developers. Please move further discussion to android-porting; thanks! On Thu, Feb 4, 2010 at 8:26 PM, David Turner di...@android.com wrote: As said On Thu, Feb 4, 2010 at 7:11 PM, md.zafar.z...@gmail.com wrote: Hello David all, Thank you for

Re: [android-developers] sreadahead.c application is not compiling with android bionic library

2010-02-04 Thread David Turner
Googling reveals that __sync_fetch_and_add_4 is an x86 and x86_64 specific builtin compiler function. On Thu, Feb 4, 2010 at 4:50 AM, zafar md.zafar.z...@gmail.com wrote: Trying to use sreadahead tool on android target to decrease bootup time . But sreaahesd.c are not getting compiled against

Re: Re: [android-developers] sreadahead.c application is not compiling with android bionic library

2010-02-04 Thread md . zafar . ziya
Hello David all, Thank you for the information. We're trying this sreadahead(http://code.google.com/p/sreadahead/) on ARM based target. As these __sync_fetch_and_add_4 readahead are not part of bionic libc; could you please suggest us any alternatives. Or any other technique to reduce

Re: Re: [android-developers] sreadahead.c application is not compiling with android bionic library

2010-02-04 Thread David Turner
As said On Thu, Feb 4, 2010 at 7:11 PM, md.zafar.z...@gmail.com wrote: Hello David all, Thank you for the information. We're trying this sreadahead( http://code.google.com/p/sreadahead/) on ARM based target. As these __sync_fetch_and_add_4 readahead are not part of bionic libc; could you