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 STRIP=arm-linux-gnueabi-strip
--host=arm-linux --target=arm-linux CFLAGS="-static" LDFLAGS="-static
-pthread"

On Tue, Sep 22, 2015 at 1:00 PM, kamal p <[email protected]> wrote:
> 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.
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>



-- 
Thanks & Regards,
M.Srikanth Kumar.

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to