Re: [LTP] how to cross compile linux test project?

2015-10-21 Thread vichy
hi Strik: 2015-10-21 23:59 GMT+08:00 $rik@nth : > you need to run autoconf program with no arguments and then autoconf > processes `configure.ac' to generate configure file. when i use autoconf I get below error message # autoconf configure.ac:4: error: possibly undefined

Re: [LTP] how to cross compile linux test project?

2015-10-21 Thread vichy
hi all: 2015-10-22 13:41 GMT+08:00 vichy : > hi Strik: > > 2015-10-21 23:59 GMT+08:00 $rik@nth : >> you need to run autoconf program with no arguments and then autoconf >> processes `configure.ac' to generate configure file. > when i use autoconf I get

Re: [LTP] how to cross compile linux test project?

2015-10-21 Thread $rik@nth
you need to run autoconf program with no arguments and then autoconf processes `configure.ac' to generate configure file. On Wed, Oct 21, 2015 at 9:05 PM, vichy wrote: > hi All: > I try to compile linux test project for Arm platform. > And below is the link suggest how to

[LTP] how to cross compile linux test project?

2015-10-21 Thread vichy
hi All: I try to compile linux test project for Arm platform. And below is the link suggest how to configure it. http://sourceforge.net/p/ltp/mailman/message/34480155/ But when I git clone https://github.com/linux-test-project/ltp it seems no configure in the git repository. Should I run and