Troubles with first build of 4.6.0pre5 C
g.rtems.a at gscott.co.uk
g.rtems.a at gscott.co.uk
Thu Jan 29 19:25:05 UTC 2004
Hi,
I've been struggling with this for a while and still hitting problems.
I'm pretty sure this must be operator error, but I'm struggling at the
moment. Hopefully soemone will see the problem.
I have the various tools installed like this:
/Toolsets/RTEMS/rtems-4.6.0pre5 // RTEMS source
/opt/rtems-4.6/bin // tools
/Toolsets/RTEMS/m5200-rtems-4.6.0pre5/mcf5206elite // build area
I can build the f.c test OK.
This is the command I'm running, from the build area:
../../rtems-4.6.0pre5/configure \
--prefix=/Toolsets/m5200-rtems-4.6.0pre5-mcf5206elite \
--program-prefix=m68k-rtems- \
--enable-posix \
--enable-rtemsbsp=mcf5206elite
This configure always fails (and I've tried some other CPU/BSP combinations)
at the same place (#1063) in: /Toolsets/RTEMS/rtems-4.6.0pre5/c/configure
--------8<--------------------------------------------------------
if test -s confdefs.h; then
cat <<\_ASBOX
## ----------- ##
## confdefs.h. ##
## ----------- ##
_ASBOX
echo
sed "/^$/d" confdefs.h | sort
echo
fi
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal"
-> echo "$as_me: exit $exit_status"
} >&5
rm -f core core.* *.core &&
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
exit $exit_status
' 0
--------8<--------------------------------------------------------
Like this:
--------8<--------------------------------------------------------
+ test -s confdefs.h
+ cat
+ echo
+ sed '/^$/d' confdefs.h
+ sort
+ echo
+ test 0 '!=' 0
+ echo 'configure: exit 1'
+ rm -f core 'core.*' '*.core'
+ rm -rf 'conftest*' confdefs.h 'conf25460*'
+ exit 1
configure: error: /bin/sh '../../../rtems-4.6.0pre5/c/configure' failed for c
--------8<--------------------------------------------------------
Can anyone see what I'm doing wrong here, please?
Thanks.
Gordon.
--
Gordon Scott http://www.gscott.co.uk
Linux ... Because I like to *get* there today.
Hey, I'm looking for a new job! See -> http://www.gscott.co.uk
More information about the users
mailing list