<div dir="ltr">Hi,<div><br></div><div><b><u>For X86_64 :</u></b></div><div>if executing testcases on x86_64 "GLIBC_2.14 not found"  giving.</div><div><br></div><div><div># sh network.sh -6</div><div>tst_net_ip_prefix: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by tst_net_ip_prefix)</div><div>tst_net_ip_prefix: /lib64/libc.so.6: version `GLIBC_2.13' not found (required by tst_net_ip_prefix)</div></div><div><br></div><div><b><u>For MIPS:</u></b></div><div>following steps performed for cross compilation.</div><div>1) make autotools</div><div>2) ./configure --prefix=/var/fpwork/rahul_gupta/ltp_ampp/ltp-master/fpt18 CXX=${CROSS_COMPILE}g++ CC=${CROSS_COMPILE}gcc AS=${CROSS_COMPILE}as AR=${CROSS_COMPILE}ar LD=${CROSS_COMPILE}ld NM=${CROSS_COMPILE}nm  OBJCOPY=${CROSS_COMPILE}objcopy OBJDUMP=${CROSS_COMPILE}objdump RANLIB=${CROSS_COMPILE}ranlib  READELF=${CROSS_COMPILE}readelf STRIP=${CROSS_COMPILE}strip --host=mips-wrs-linux-gnu --build=i586-wrs-linux-gnu</div><div><br></div><div>then configuration part has been failed with following error.</div><div><div>configure: error: in `/var/fpwork/rahul_gupta/ltp_ampp/ltp-master':</div><div>configure: error: cannot run test program while cross compiling</div></div><div><br></div><div>please find the attached config.log file.</div><div><br></div><div>Thanks & Regards,</div><div>Rahul Gupta</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 16, 2018 at 4:08 PM, Cyril Hrubis <span dir="ltr"><<a href="mailto:chrubis@suse.cz" target="_blank">chrubis@suse.cz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<span class="">> we are facing issue while compiling ltp for kernel version 2.6.34.15.<br>
> could you please let me know, does ltp depend on kernel version.<br>
<br>
</span>The build does not depend on the running kernel at all. The usuall<br>
suspects are libc version and version of the kernel-headers.<br>
<br>
Can you append a log of the failing compilation? Without that we cannot<br>
really help here.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Cyril Hrubis<br>
<a href="mailto:chrubis@suse.cz">chrubis@suse.cz</a><br>
</font></span></blockquote></div><br></div>