On Wed, Aug 4, 2010 at 2:56 PM, Garrett Cooper <[email protected]> wrote: > On Wed, Aug 4, 2010 at 3:04 AM, Boari, Doug <[email protected]> wrote: >> Hi Garrett, >> >> Sorry I forgot to attach the zip (now enclosed) >> >> Here is the make --version: >> >> GNU Make 3.81 >> Copyright (C) 2006 Free Software Foundation, Inc. >> This is free software; see the source for copying conditions. >> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A >> PARTICULAR PURPOSE. >> This program built for i486-pc-linux-gnu >> >> Hmmmmm After poking around a bit, I'm thinking that maybe LTP may not be >> suitable for our board after all... >> I was reading through some of the test_realtime scripts and it looks >> like the tests need to build libs before running. Unfortunately we have >> no on-board compiler, everything is cross compiled on a separate PC. Is >> there anyway round this? I'm especially interested in the scheduling >> sub-set of tests. > > Here's your problem: > > configure:7160: running /bin/bash ./configure > --disable-option-checking '--prefix=/opt/ltp' > 'CFLAGS=-fno-short-enums' '--target=arm-iwmmxt-linux-gnueabi' > '--host=arm-iwmmxt-linux-gnueabi' > 'host_alias=arm-iwmmxt-linux-gnueabi' > 'target_alias=arm-iwmmxt-linux-gnueabi' --cache-file=/dev/null > --srcdir=. > > Don't specify --srcdir=. and things should work a lot better (I'm not > sure why anal retentive autotools didn't whine about that like it > usually does.
Well, the alternative when doing out-of-build tree is to specify an absolute path. If a path is non-relative autoconf, et all should have bailed instantly. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
