Re: [LTP] LTP make failed

2015-08-01 Thread $rik@nth
local workspace got messed up. Tried on another machine and successfully compiled the LTP. On Fri, Jul 31, 2015 at 8:50 AM, $rik@nth srikanth0...@gmail.com wrote: Yes. It says the test is to meant for stress testing the ram for errors. Actually in earlier threads you have mentioned that

Re: [LTP] LTP make failed

2015-07-30 Thread $rik@nth
Yes. It says the test is to meant for stress testing the ram for errors. Actually in earlier threads you have mentioned that something went wrong with my system. But i was able to compile the kernel with out any issues. So thats why i am thinking about the memtest that you suggested to rule out

Re: [LTP] LTP make failed

2015-07-30 Thread Cyril Hrubis
Hi! Can you tell me what kind of steps you followed to cross compile LTP for arm? Does it make any difference from the configure what i am using and you. I've just installed arm cross compiler and used the configure parameters you send. But I've removed the CFLAGS=-static, passing -static to

Re: [LTP] LTP make failed

2015-07-30 Thread Li Wang
- Original Message - Can you tell me what kind of steps you followed to cross compile LTP for arm? Does it make any difference from the configure what i am using and you. memtest suite? can you point me to the location http://pyropus.ca/software/memtester/ --- Li Wang On Thu,

Re: [LTP] LTP make failed

2015-07-30 Thread Cyril Hrubis
Hi! Can i know the purpose of running this memtester to rule out the HW or kernel issue? Its been running since 5hrs without any issues. Have you actually read the link to wikipedia I've send you? -- Cyril Hrubis chru...@suse.cz

Re: [LTP] LTP make failed

2015-07-30 Thread $rik@nth
Can i know the purpose of running this memtester to rule out the HW or kernel issue? Its been running since 5hrs without any issues. On Thu, Jul 30, 2015 at 1:21 PM, Li Wang liw...@redhat.com wrote: - Original Message - Can you tell me what kind of steps you followed to cross compile

Re: [LTP] LTP make failed

2015-07-29 Thread Jan Stancek
- Original Message - From: Cyril Hrubis chru...@suse.cz To: $rik@nth srikanth0...@gmail.com Cc: ltp-list@lists.sourceforge.net Sent: Wednesday, 29 July, 2015 5:29:49 PM Subject: Re: [LTP] LTP make failed Hi! arm-linux-gnueabi-gcc -static -g -O2 -fno-strict-aliasing -pipe

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! arm-linux-gnueabi-gcc -static -g -O2 -fno-strict-aliasing -pipe -Wall -W -static -Wold-style-definition -I/local/mnt2/workspace2/LTP/ltp-full-20150420/testcases/kernel/lib/../include -I../../../include -I../../../include -c -o numa_helper.o numa_helper.c numa_helper.c: In function

Re: [LTP] LTP make failed

2015-07-29 Thread $rik@nth
FYI, Here is my host configuration. Linux srikanth-linux 3.15.0-031500rc2-generic #201404201435 SMP Sun Apr 20 18:36:18 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux @Cyril - libkerntest.a got generated with your suggested changes. Does that make any difference between INTERNAL_LIB to LIB? Should i

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! One thing I noticed is that those libraries which failed were INTERNAL_LIB. Can you try this: 1. cd $LTP/testcases/kernel/lib 2. edit Makefile and change this line: INTERNAL_LIB:= libkerntest.a to: LIB:= libkerntest.a 3. run make Does that

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! FYI, Here is my host configuration. Linux srikanth-linux 3.15.0-031500rc2-generic #201404201435 SMP Sun Apr 20 18:36:18 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux @Cyril - libkerntest.a got generated with your suggested changes. Does that make any difference between INTERNAL_LIB to LIB?

Re: [LTP] LTP make failed

2015-07-29 Thread $rik@nth
Can you tell me what kind of steps you followed to cross compile LTP for arm? Does it make any difference from the configure what i am using and you. memtest suite? can you point me to the location On Thu, Jul 30, 2015 at 1:15 AM, Cyril Hrubis chru...@suse.cz wrote: Hi! FYI, Here is my host

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! make[1]: Entering directory `/local/mnt2/workspace2/LTP/ltp-full-20150420/testcases/kernel/mem/hugetlb/hugemmap' make -C /local/mnt2/workspace2/LTP/ltp-full-20150420/lib -f /local/mnt2/workspace2/LTP/ltp-full-20150420/lib/Makefile all make[2]: Entering directory

Re: [LTP] LTP make failed

2015-07-29 Thread Jan Stancek
- Original Message - From: $rik@nth srikanth0...@gmail.com To: ltp-list@lists.sourceforge.net Sent: Wednesday, 29 July, 2015 3:32:32 PM Subject: [LTP] LTP make failed Hi, I am trying to cross compile LTP and observing some issue. Any help or suggestions to overcome from

[LTP] LTP make failed

2015-07-29 Thread $rik@nth
Hi, I am trying to cross compile LTP and observing some issue. Any help or suggestions to overcome from these errors. TIA make[1]: Entering directory `/local/mnt2/workspace2/LTP/ltp-full-20150420/testcases/kernel/mem/hugetlb/hugemmap' make -C /local/mnt2/workspace2/LTP/ltp-full-20150420/lib -f

[LTP] LTP make failed in recent git

2010-10-28 Thread Mitani
Hi, I found that make of LTP failed with recent git ltp-332cdb8.tar.gz. gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall -I../../../include -I../../../include -L../../../lib ebizzy.c -lpthread -o ebizzy make[3]: Leaving directory

Re: [LTP] LTP make failed in recent git

2010-10-28 Thread Garrett Cooper
On Wed, Oct 27, 2010 at 11:59 PM, Mitani mit...@ryobi.co.jp wrote: Hi, I found that make of LTP failed with recent git ltp-332cdb8.tar.gz. It's fixed now on the latest git with javac detection added. Thanks! -Garrett