[LTP] ltp for android

2014-05-29 Thread Asha Gowda
Hi , I am able to cross compile for android but not able to execute it on android platform. I if execute any of the binaries i am getting " no such file or directory" I checked that the issue with dynamic linker : readelf --program Elf file type is EXEC (Executable file) Entry point 0x87e8 There

Re: [LTP] LTP for Android

2014-05-05 Thread Asha Gowda
Hi, Thanks for the hint. Regards, Asha On Mon, May 5, 2014 at 3:26 PM, wrote: > Hi! > > Hi , > > As of now I am using LTP for linux, but I would like to use it for > Android > > too. > > Can you please let me know from where can I get the source code and other > > details to build it. > > Whi

Re: [LTP] LTP for Android

2014-05-05 Thread chrubis
Hi! > Hi , > As of now I am using LTP for linux, but I would like to use it for Android > too. > Can you please let me know from where can I get the source code and other > details to build it. While there were several attempts to port LTP to Android and even some patches merged upstream I don't t

Re: [LTP] LTP for Android

2014-05-05 Thread THEROND Quentin
I am interesting too. Thank you - Original Message - From: "Asha Gowda" To: ltp-list@lists.sourceforge.net Sent: Friday, 2 May, 2014 1:32:39 PM Subject: [LTP] LTP for Android Hi , As of now I am using LTP for linux, but I would like to use it for Android too. Can

[LTP] LTP for Android

2014-05-05 Thread Asha Gowda
Hi , As of now I am using LTP for linux, but I would like to use it for Android too. Can you please let me know from where can I get the source code and other details to build it. Thanks, Asha -- Is your legacy SCM system

Re: [LTP] LTP for Android

2013-04-03 Thread chrubis
Hi! > I am trying to test android kernel with LTP without any success. > What I have tried: > environment setup: > ARCH=arm-eabi > CROSS_COMPILER=/home/sagar/mytoolchain/bin/arm-linux-androideabi > NDK_ROOT=/home/sagar/android-ndk-r8d > CC=$CROSS_COMPILER-gcc > LD=$CROSS_COMPILER-ld > AR=$CROSS_COM

[LTP] LTP for Android

2013-04-03 Thread Sagar Padhye
Hi, I am trying to test android kernel with LTP without any success. What I have tried: environment setup: ARCH=arm-eabi CROSS_COMPILER=/home/sagar/mytoolchain/bin/arm-linux-androideabi NDK_ROOT=/home/sagar/android-ndk-r8d CC=$CROSS_COMPILER-gcc LD=$CROSS_COMPILER-ld AR=$CROSS_COMPILER-ar STRIP=$CR