Re: [LTP] ltp-pan: cannot execute binary file

2011-10-18 Thread Josh!
Hi Garrett .., Thank you for inputs, I removed strip under /usr/bin/ and created symbolic link to the cross_compiler strip command and exported the PATH. --- [Joshi@myserver ltp-full-20110915]$ ls -l /usr/bin/strip lrwxrwxrwx 1 root root 82 Oct 18 14:34 /usr/bin/strip -> /usr/local/arm-linux-g

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-16 Thread Garrett Cooper
On Oct 16, 2011, at 10:47 PM, Josh! wrote: > Thank you Garrett for inputs. > > * Now I am able to Cross_Compile properly for arm architecture. i Did the > following steps. > > - Export the PATH > export PATH=/usr/local/arm-sony-linux-gnueabi/devel/bi

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-16 Thread Josh!
Thank you Garrett for inputs. * Now I am able to Cross_Compile properly for arm architecture. i Did the following steps. - Export the PATH export PATH=/usr/local/arm-sony-linux-gnueabi/devel/bin/:$PATH export CROSS_COMPILER=arm-linux-gnueabi-dev- - Con

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-13 Thread Garrett Cooper
On Thu, Oct 13, 2011 at 9:07 AM, Garrett Cooper wrote: > On Thu, Oct 13, 2011 at 4:46 AM, Josh! wrote: >> Hi.. >> >> Yes i need modify Make-file to my Cross_Compiler platform. > >    You're doing it wrong then. Back when I built LTP on a more > regular linux with a group that I used to work with,

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-13 Thread Garrett Cooper
On Thu, Oct 13, 2011 at 4:46 AM, Josh! wrote: > Hi.. > > Yes i need modify Make-file to my Cross_Compiler platform. You're doing it wrong then. Back when I built LTP on a more regular linux with a group that I used to work with, I cross-compiled for i386, mips, powerpc, and x86_64 on an x86_6

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-13 Thread Josh!
Hi , Yes I Did that. +++ [Joshi@myserver ltp-full-20110915]$ sudo ./configure --prefix=/tftpboot/arm/beagleboard/ltp-full-20110915 +++ Still having Problem with Cross_Compilation. -Joshi On Thu, Oct 13, 2011 at 5:47 PM, Cyril Hrubis wrote: > Hi! > > I exported CROSS_CO

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-13 Thread Cyril Hrubis
Hi! > I exported CROSS_COMPILER path and ran configure the path from where LTP > execute. > and did make and make install as *ROOT* user. > > I think , i want to modify Make-file in latest LTP for setting to my tool > chain. > > Could any one share Knowledge on 'How to modify the LTP-Make-file to

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-13 Thread Josh!
Hi.. Yes i need modify Make-file to my Cross_Compiler platform. Joshi On Wed, Oct 12, 2011 at 8:24 PM, Garrett Cooper wrote: > On Wed, Oct 12, 2011 at 6:41 AM, Cyril Hrubis wrote: > > Hi! > >> > > >> > I'm sharing you following info regarding your last comment > >> > > >> > + > >> > /opt/

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-13 Thread Josh!
Hi , I exported CROSS_COMPILER path and ran configure the path from where LTP execute. and did make and make install as *ROOT* user. I think , i want to modify Make-file in latest LTP for setting to my tool chain. Could any one share Knowledge on 'How to modify the LTP-Make-file to our cross_com

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-12 Thread Garrett Cooper
On Wed, Oct 12, 2011 at 6:41 AM, Cyril Hrubis wrote: > Hi! >> > >> > I'm sharing you following info regarding your last comment >> > >> > + >> > /opt/Joshi_LTP4/bin # file ltp-pan >> > ltp-pan: ELF 32-bit LSB execable, Intel 80386SYSV), for GNU/Li dynamically >> > linkhared libs), not stripped

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-12 Thread Cyril Hrubis
Hi! > > > > I'm sharing you following info regarding your last comment > > > > + > > /opt/Joshi_LTP4/bin # file ltp-pan > > ltp-pan: ELF 32-bit LSB execable, Intel 80386SYSV), for GNU/Li dynamically > > linkhared libs), not stripped > > + > > > > Even though exporting CROSS_COMPILER it stil

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-07 Thread Josh!
Hi Maxin, > > I'm sharing you following info regarding your last comment > > + > /opt/Joshi_LTP4/bin # file ltp-pan > ltp-pan: ELF 32-bit LSB execable, Intel 80386SYSV), for GNU/Li dynamically > linkhared libs), not stripped > + > > Even though exporting CROSS_COMPILER it still compiling f

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-04 Thread Subrata Modak
Are you sure that you have the 'glibc'(on linux) type counterpart installed on your system ?? Without glibc your binaries will not run. Regards-- Subrata On Tue, 2011-10-04 at 18:11 +0530, Josh! wrote: > Hi, > > Any Inputs ? > > Joshi > > On Fri, Sep 30, 2011 at 2:22 PM, Josh! wrote: >

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-04 Thread Maxin B John
Hi Joshi, On Tue, Oct 4, 2011 at 3:41 PM, Josh! wrote: > Hi, > > Any Inputs ? > Please share the output of this command: # file /mnt/HDD/ltp-full-20110915/Joshi_LTP/bin/ltp-pan WBR, Maxin B. John > On Fri, Sep 30, 2011 at 2:22 PM, Josh! wrote: > >> Hi folks , >> >> I am running 3.0 Kerne

Re: [LTP] ltp-pan: cannot execute binary file

2011-10-04 Thread Josh!
Hi, Any Inputs ? Joshi On Fri, Sep 30, 2011 at 2:22 PM, Josh! wrote: > Hi folks , > > I am running 3.0 Kernel for armv7a on *Beagle Board* target. > > Meanwhile I'm testing kernel with ltp-full-20110915. I did the Make and > Make Install properly. > But while running ./runltp script I am faci