[LTP] how to cross compile ltp for arm with statically linking?

2013-11-19 Thread yesuraj abraham
Hi I want to cross compile ltp for arm platform also my entire executable should be statically linked: My ARM tool chain is installed in /usr/local/arm/arm-2009q3/ My LTP source is in /home/user/test_apps/ltp/arm/ltp-full-20130904/. I followed the below steps,

[LTP] error while compiling ltp statically

2015-10-28 Thread Yesuraj Abraham
Hi I tried compiling ltp statically using arm toolchain, as follows export CC=/home/ltblr/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/arm-none-linux-gnueabi-gcc export LD=/home/ltblr/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/arm-none-linux-gnueabi-ld export