Hello Rishikesh,

1.All LTP application has to compiled against Android bionic library.
2.Use Android Target Cross compiler for building Testcases executables(That
use compiler builtin API also).
3.Android libraray dont have -lrt and -lpthread library,Real time
library(rt) and Thread library(pthread) are not defined inside Bionic,so
just remove these entries from Makefile because these library function are
being moved to bionic C library and for thread API include proper header
file only.
4.Header files are placed to different location in bionic ,So update the
source as per requirement.
5.to run LTP on android based target,use busybox(Cross compiled for
android:Path-http://benno.id.au/blog/2007/11/14/android-busybox).Push to
target and use.
6.Modify script as per requirement because android based target has
different interpretation.
7.Push only scripts and binary of the executables(because of memory
constraints) inside target.
8.Run runltp


The above steps anyone can follow to cross compile LTP to ANDROID and run on
target.

My Job was not to add new test cases(To check kernel stability only),so i
didnt think about that so far.

But i would like to contribute new test case to LTP in the future.LTP is
very good project,If any one would add test cases that can show benchmark of
different interrupt latency ,that will be big advantage for LTP future and
it can make LTP popular among developers.

Thank you

Regards

md zafar ziya


On Wed, Feb 17, 2010 at 5:37 PM, Rishikesh K Rajak <
rishik...@rishikesh.in.ibm.com> wrote:

> On Wed, Feb 17, 2010 at 02:05:38PM +0530, md zafar ziya wrote:
> > Hello Rishikesh,
> >
> > Thanks for support.
> >
> > LTP cross compilation is being done(Specific test cases for Testing linux
> > kernel features only).
> >
> > If any one want assistance, Contact on zafar.z...@samsung.com or
> > md.zafar.z...@gmail.com
> Hi Zafar,
>
> Good to know that it worked for you. It will helpful if you could
> explain the steps here so that everyone over can take the advantage. Also
> let
> us know if you have have faced some hurdles while solving this issue.
>
> And also any plans for new contribution to ltp with new testcases ?
>
> Thanks
> -Rishi
> >
> > Thank you again.
> >
> > regards
> >
> > Zafar ziya
> >
> > On Wed, Feb 17, 2010 at 1:51 PM, Rishikesh <risra...@linux.vnet.ibm.com
> >wrote:
> >
> > > Hi All,
> > >
> > > Please help Zafar, if anyone has compiled LTP on andriod .
> > >
> > > Ref Mail:
> > > http://marc.info/?l=ltp-list&m=126286998319361&w=2
> > >
> > > --
> > > Thanks&  Regards
> > > Rishi Kesh K Rajak
> > > IBM LTC, Bangalore
> > > LTP Maintainer
> > > Please join IRC: #ltp @ freenode.net
> > >
> > >
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to