Re: Running 'make check'

2008-01-27 Thread Ricard Wanderlof
On Fri, 25 Jan 2008, Mike Frysinger wrote: > On Thursday 17 January 2008, Ricard Wanderlof wrote: >> When doing a 'make check' in uClibc in a cross compilation environment, it >> builds a number of test apps and then tries to run them, which fails if >> not running on the target system. After a q

Re: Running 'make check'

2008-01-25 Thread Mike Frysinger
On Thursday 17 January 2008, Ricard Wanderlof wrote: > When doing a 'make check' in uClibc in a cross compilation environment, it > builds a number of test apps and then tries to run them, which fails if > not running on the target system. After a quick look I couldn't see > anything obvious; is th

RE: Running 'make check'

2008-01-17 Thread Ricard Wanderlof
On Thu, 17 Jan 2008, Filippo ARCIDIACONO wrote: >>> You can only cross compile tests on the host doing the command: >>> - Make -C test COMPILE_ONLY=y UCLIBC_ONLY=y >> >> Ok thanks. >> >>> UCLIB_LDSO=/lib/ld-uClibc.so.0 >>> UCLIBC_LDSO variable to set the dinamic linker that the >> tests will use.

Running 'make check'

2008-01-17 Thread Ricard Wanderlof
When doing a 'make check' in uClibc in a cross compilation environment, it builds a number of test apps and then tries to run them, which fails if not running on the target system. After a quick look I couldn't see anything obvious; is there any way to build the tests on one host and then auto