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

2015-11-10 Thread vichy
hi Cyril > > The build system for Open Posix Testsuite is not integrated with the > rest of the build system. But it shouldn't need anything more than > setting up right compiler: > > $ export CC=arm-buildroot-linux-gnueabi-gcc > $ make > it work, and many appreciate your kind help ^^

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

2015-11-09 Thread Cyril Hrubis
Hi! > I can successfully configure the LTP for arm cross-compiling. > But I found even if I enable posix-testsuites with below configs: > ./configure AR=arm-buildroot-linux-gnueabi-ar > CC=arm-buildroot-linux-gnueabi-gcc > RANLIB=arm-buildroot-linux-gnueabi-ranlib >

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

2015-11-08 Thread vichy
hi all: 2015-10-22 20:13 GMT+08:00 Cyril Hrubis : > Hi! >> > Hi! >> > FYI this list has been abandoned, all discussion now happens on >> > l...@lists.linux.it >> if so, would you mind to let me know how to register that mail list? >> thanks a lot, > > It's a mailman at

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

2015-10-22 Thread Zeng Linggang
Hello, On Thu, 2015-10-22 at 13:41 +0800, vichy wrote: > 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

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

2015-10-22 Thread Cyril Hrubis
Hi! FYI this list has been abandoned, all discussion now happens on l...@lists.linux.it -- Cyril Hrubis chru...@suse.cz -- ___ Ltp-list mailing list

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

2015-10-22 Thread vichy
hi Cyril: 2015-10-22 18:55 GMT+08:00 Cyril Hrubis : > Hi! > FYI this list has been abandoned, all discussion now happens on > l...@lists.linux.it if so, would you mind to let me know how to register that mail list? thanks a lot,

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

2015-10-22 Thread Cyril Hrubis
Hi! > > Hi! > > FYI this list has been abandoned, all discussion now happens on > > l...@lists.linux.it > if so, would you mind to let me know how to register that mail list? > thanks a lot, It's a mailman at lists.linux.it: http://lists.linux.it/listinfo/ltp I've updated all LTP documentation

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