----- 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 -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 ??get_nodemask_allnodes??:
> > numa_helper.c:68:16: warning: comparison between signed and unsigned
> > integer expressions [-Wsign-compare]
> > numa_helper.c:71:4: warning: implicit declaration of function
> > ??nodemask_set?? [-Wimplicit-function-declaration]
> > numa_helper.c: In function ??cpumask_has_cpus??:
> > numa_helper.c:107:16: warning: comparison between signed and unsigned
> > integer expressions [-Wsign-compare]
> > numa_helper.c: In function ??filter_nodemask_cpu??:
> > numa_helper.c:125:16: warning: comparison between signed and unsigned
> > integer expressions [-Wsign-compare]
> > numa_helper.c:126:3: warning: implicit declaration of function
> > ??nodemask_isset?? [-Wimplicit-function-declaration]
> > numa_helper.c:133:5: warning: implicit declaration of function
> > ??nodemask_clr?? [-Wimplicit-function-declaration]
> > numa_helper.c: In function ??get_allowed_nodes_arr??:
> > numa_helper.c:190:17: warning: comparison between signed and unsigned
> > integer expressions [-Wsign-compare]
> > if [ -z "numa_helper.o" ] ; then \
> > echo "Cowardly refusing to create empty archive"; \
> > exit 1; \
> > fi
> > arm-linux-gnueabi-ar -rc "/prj/vlsi/tools/libraries" numa_helper.o
> > arm-linux-gnueabi-ar: /prj/vlsi/tools/libraries: No such file or directory
> > make: *** [/prj/vlsi/tools/libraries] Error 1
>
> Now this is pretty much random filesystem path.
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 make any difference?
Regards,
Jan
>
> This looks like a hardware/kernel bug to me.
>
> --
> Cyril Hrubis
> chru...@suse.cz
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list