new snapshot (ss-20021118), etc

Ralf Corsepius corsepiu at faw.uni-ulm.de
Mon Nov 18 22:40:56 UTC 2002


Am Mon, 2002-11-18 um 22.46 schrieb Joel Sherrill:
> Stephen Holford wrote:
> > 
> > Hi
> > 
> > As with the 20021111 snapshot, I get the following non-fatal configure
> > errors with the 20021118 snapshot. I'm running redhat 7.1 with the
> > latest autoconf (2.52) and automake (1.62) from the OAR site. The build
> > process completes in spite of the errors. The 20021007 snapshot does not
> > exhibit this behaviour.
> 
> Thanks for reporting this last time.  Ralf is looking into it.  He is
> trying
> to resolve conflicts between various versions of automake/autoconf and
> this
> is unfortunately a side-effect.
True. However this problem only occurs if using whitespace separated
lists as arguments to configure options,

eg. 
configure .. --enable-rtemsbsp="foo bar"
or
configure .. --enable-bare-cpu-cflags="-Dfoo -Dbar"

If not using whitespaces, everything should work out fine.

>   This will be fixed before we branch.
> 
> > I used the following command line:
> > 
> >   $ /home/rtems/tools/rtems-ss-20021118/configure --prefix=/opt/rtems
> > --target=powerpc-rtems --disable-networking --disable-posix
> > --disable-docs --disable-itron --disable-tests
> > --enable-bare-cpu-cflags=-mcpu=603e -mstrict-align -Dmpc8260
> > -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF

This is quoted improperly. it should be
--enable-bare-cpu-cflags="-mcpu=603e -mstrict-align -Dmpc8260
-DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF"

> > --enable-bare-cpu-model=mpc8260 --enable-maintainer-mode
> > --enable-rtemsbsp=bare

Ralf





More information about the users mailing list