[LTP] About to cross compile LTP...

2015-09-22 Thread kamal p
Hi, I want to cross compile LTP test suite and test it on my target embedded linux system.can I compile like this?.If we can do please tell me the procedure ( i.e cross compilation tool & other components required) to accomplish these task. Regards, Kamal bhaskar.

Re: [LTP] About to cross compile LTP...

2015-09-22 Thread $rik@nth
You can cross compile LTP either in chroot environment or with ARM toolchain. If it is with toolchain, then make sure you are setting them in the environment before compiling. configure AR=arm-linux-gnueabi-ar CC=arm-linux-gnueabi-gcc RANLIB=arm-linux-gnueabi-gcc-ranlib-4.7