Re: [LTP] LTP for ARM64

2017-01-15 Thread Senthil K
OS – Linux. Kernel Space is ARM 64 bit Userspace is ARM 32 bit I have compiled LTP using ARM 32 bit tool chain. From: $rik@nth [mailto:srikanth0...@gmail.com] Sent: Sunday, January 15, 2017 6:23 AM To: Senthil K <senthi...@aricent.com>; ltp-list@lists.sourceforge.net Subject: Re: [LT

Re: [LTP] LTP for ARM64

2017-01-15 Thread $rik@nth
Is this for which OS? On Fri, Jan 6, 2017 at 7:53 AM Senthil K wrote: > > > > > > > > > > > > > > > > > Hi All, > > > > > > We are using user space 32bit and kernel space 64 bit for ARMV8 platform. > > > > > > We have compiled the LTP using 32 bit tool chain. Follwoing are

[LTP] LTP for ARM64

2017-01-05 Thread Senthil K
Hi All, We are using user space 32bit and kernel space 64 bit for ARMV8 platform. We have compiled the LTP using 32 bit tool chain. Follwoing are the steps we have followed export AR=arm-buildroot-linux-ar export LD=arm-buildroot-linux-ld export CC=arm-buildroot-linux-gcc ./configure