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
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
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
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
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
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
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