more bsp question (was Bsp and CPU porting )

Feng, Shuchen feng at bnl.gov
Wed Nov 19 19:57:14 UTC 2003


Joel Sherrill wrote :

>Did you create a make/custom/mvme5500.cfg?  That is one basic step that
>you apparently missed.

I had the make/custom/mvme5500.cfg (attached).  In fact, it was read during
the process of "gmake RTEMS_BSP=mvme5500" (log file is attached as well).

>Is the mvme5500 sufficiently different from the other motorola_powerpc
>BSP variant's that it justifies a new BSP?  I thought it was just a new
>memory/interrupt controller and maybe a new NIC.

I wish I did not have to create another variant.  At least it is easier
for me to create another one for now.  
Every interface (memory/interrupt controller, 
NIC,PCI bus ....., except CPU and L3) is intergated into the
GT64260B system controller, of which datasheet
takes 665 pages.  Motorola does not
claim 5500 to be PREP compliant, although it is based loosely
on the prep.  The VPD (residual data) is not pointed to r3 at boot.
Instead it needs to be read out of the EEPROM via the two-wire interface
of the GT64260.   The bootloader 
needs to be modified to read out the SPD EEPROMS, which conatins timing
parameters to program the SDRAM into operation mode before moving the codes.
The motorola_powerpc/motorola is completely
gone.  Instead it is replaced by mvme5500/GT64260......
I need prayers.

Regards,
Kate



mvme5500.cfg: 

include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU=powerpc
RTEMS_CPU_MODEL=mpc7455
RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new

# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mvme5500

#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it. 
#  if gcc does not regonize 7455 then change -mcpu=750
#
CPU_CFLAGS = -mcpu=750 -Dmpc7455 -mmultiple -mstring -mstrict-align
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi
-msdata=eabi

# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
# NOTE: some level of -O may be actually required by inline assembler
#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
CFLAGS_OPTIMIZE_V = -O4

# debug flags: typically none, but at least -O1 is required due to this
# BSP using inlined code
CFLAGS_DEBUG_V = -O1 -DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER
-DSHOW_MORE_INIT_SETTINGS

# profile flags: typically none, but at least -O1 is required due to this
# BSP using inlined code
CFLAGS_PROFILE_V = -O1   

define make-exe
        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
        $(NM) -g -n $@ > $(basename $@).num
        $(SIZE) $@
#       test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
        $(OBJCOPY) -Obinary $@ $(@:%.exe=%)$(LIB_VARIANT).bin
endef

# Miscellaneous additions go here

# No start file
START_BASE=mvme5500start

****************************************************************************
****************

mvme5500.log

Making all in make
gmake[1]: Entering directory `/usr/local/source/newRTEMS/build/make'
Making all in custom
gmake[2]: Entering directory `/usr/local/source/newRTEMS/build/make/custom'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/local/source/newRTEMS/build/make/custom'
gmake[2]: Entering directory `/usr/local/source/newRTEMS/build/make'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/usr/local/source/newRTEMS/build/make'
gmake[1]: Leaving directory `/usr/local/source/newRTEMS/build/make'
Making all in tools/build
gmake[1]: Entering directory `/usr/local/source/newRTEMS/build/tools/build'
gmake  all-am
gmake[2]: Entering directory `/usr/local/source/newRTEMS/build/tools/build'
if gcc -DHAVE_CONFIG_H -I. -I../../../rtems-4.6.0pre3/tools/build -I.     -g
-O2 -MT cklength.o -MD -MP -MF ".deps/cklength.Tpo" \
  -c -o cklength.o `test -f
'../../../rtems-4.6.0pre3/tools/build/cklength.c' || echo
'../../../rtems-4.6.0pre3/tools/build/'`../../../rtems-4.6.0pre3/tools/build
/cklength.c; \
then mv ".deps/cklength.Tpo" ".deps/cklength.Po"; \
else rm -f ".deps/cklength.Tpo"; exit 1; \
fi
gcc  -g -O2   -o cklength  cklength.o  
if gcc -DHAVE_CONFIG_H -I. -I../../../rtems-4.6.0pre3/tools/build -I.     -g
-O2 -MT eolstrip.o -MD -MP -MF ".deps/eolstrip.Tpo" \
  -c -o eolstrip.o `test -f
'../../../rtems-4.6.0pre3/tools/build/eolstrip.c' || echo
'../../../rtems-4.6.0pre3/tools/build/'`../../../rtems-4.6.0pre3/tools/build
/eolstrip.c; \
then mv ".deps/eolstrip.Tpo" ".deps/eolstrip.Po"; \
else rm -f ".deps/eolstrip.Tpo"; exit 1; \
fi
gcc  -g -O2   -o eolstrip  eolstrip.o  
if gcc -DHAVE_CONFIG_H -I. -I../../../rtems-4.6.0pre3/tools/build -I.     -g
-O2 -MT packhex.o -MD -MP -MF ".deps/packhex.Tpo" \
  -c -o packhex.o `test -f '../../../rtems-4.6.0pre3/tools/build/packhex.c'
|| echo
'../../../rtems-4.6.0pre3/tools/build/'`../../../rtems-4.6.0pre3/tools/build
/packhex.c; \
then mv ".deps/packhex.Tpo" ".deps/packhex.Po"; \
else rm -f ".deps/packhex.Tpo"; exit 1; \
fi
gcc  -g -O2   -o packhex  packhex.o  
if gcc -DHAVE_CONFIG_H -I. -I../../../rtems-4.6.0pre3/tools/build -I.     -g
-O2 -MT unhex.o -MD -MP -MF ".deps/unhex.Tpo" \
  -c -o unhex.o `test -f '../../../rtems-4.6.0pre3/tools/build/unhex.c' ||
echo
'../../../rtems-4.6.0pre3/tools/build/'`../../../rtems-4.6.0pre3/tools/build
/unhex.c; \
then mv ".deps/unhex.Tpo" ".deps/unhex.Po"; \
else rm -f ".deps/unhex.Tpo"; exit 1; \
fi
gcc  -g -O2   -o unhex  unhex.o  
if gcc -DHAVE_CONFIG_H -I. -I../../../rtems-4.6.0pre3/tools/build -I.     -g
-O2 -MT binpatch.o -MD -MP -MF ".deps/binpatch.Tpo" \
  -c -o binpatch.o `test -f
'../../../rtems-4.6.0pre3/tools/build/binpatch.c' || echo
'../../../rtems-4.6.0pre3/tools/build/'`../../../rtems-4.6.0pre3/tools/build
/binpatch.c; \
then mv ".deps/binpatch.Tpo" ".deps/binpatch.Po"; \
else rm -f ".deps/binpatch.Tpo"; exit 1; \
fi
gcc  -g -O2   -o binpatch  binpatch.o  
gmake[2]: Leaving directory `/usr/local/source/newRTEMS/build/tools/build'
gmake[1]: Leaving directory `/usr/local/source/newRTEMS/build/tools/build'
Making all in tools/cpu
gmake[1]: Entering directory `/usr/local/source/newRTEMS/build/tools/cpu'
Making all in generic
gmake[2]: Entering directory
`/usr/local/source/newRTEMS/build/tools/cpu/generic'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/local/source/newRTEMS/build/tools/cpu/generic'
gmake[2]: Entering directory `/usr/local/source/newRTEMS/build/tools/cpu'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/usr/local/source/newRTEMS/build/tools/cpu'
gmake[1]: Leaving directory `/usr/local/source/newRTEMS/build/tools/cpu'
Making all in ppc-rtems/c
gmake[1]: Entering directory `/usr/local/source/newRTEMS/build/ppc-rtems/c'
Making all in .
gmake[2]: Entering directory `/usr/local/source/newRTEMS/build/ppc-rtems/c'
Configuring RTEMS_BSP=mvme5500
mkdir -p -- mvme5500
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for make/custom/mvme5500.cfg... yes
checking whether BSP supports networking... yes
configure: setting up make/custom
configure: creating make/mvme5500.cache
gmake[3]: Entering directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500'
gmake[3]: Leaving directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500'
checking for RTEMS_CPU_MODEL... mpc7455
checking for RTEMS_BSP_FAMILY... (cached) mvme5500
checking for CPU_CFLAGS... (cached) -mcpu=7455 -Dmpc7455 -mmultiple -mstring
-mstrict-align
checking for CFLAGS_OPTIMIZE_V... (cached) -O4
checking for CFLAGS_DEBUG_V... (cached) -O1 -DSHOW_LCR2_REGISTER
-DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS
checking for CFLAGS_PROFILE_V... (cached) -O1 
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking if wanting multiprocessing... no
checking whether BSP supports librdbg... yes
configure: creating ./config.status
configure: configuring in ../../cpukit
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/../../cpukit/configure'
'--prefix=/opt/rtems2' '--host=ppc-rtems' '--build=i686-pc-linux-gnu'
'--target=ppc-rtems' '--enable-cxx' '--enable-rdbg' '--disable-tests'
'--enable-maintainer-mode' '--enable-networking' '--enable-posix'
'--enable-itron' '--with-target-subdir=ppc-rtems'
'--exec-prefix=/opt/rtems2/ppc-rtems' 'build_alias=i686-pc-linux-gnu'
'host_alias=ppc-rtems' 'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500'
'RTEMS_CPU_MODEL=mpc7455' 'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455
-Dmpc7455 -mmultiple -mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4'
'CFLAGS_DEBUG_V=-O1 -DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER
-DSHOW_MORE_INIT_SETTINGS' 'CFLAGS_PROFILE_V=-O1 '
'--with-project-root=../../' '--enable-rtemsbsp=mvme5500'
   --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
checking for RTEMS newlib... yes
checking whether CPU supports libposix... yes
checking whether CPU supports libitron... yes
checking whether CPU supports networking... yes
checking whether CPU supports librpc... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating rtems/Makefile
config.status: creating sapi/Makefile
config.status: creating score/Makefile
config.status: creating score/cpu/Makefile
config.status: creating wrapup/Makefile
config.status: creating score/include/rtems/score/cpuopts-tmp.h
config.status: creating score/include/rtems/score/cpuopts.h
config.status: executing depfiles commands
config.status: executing default-1 commands
configure: configuring in posix
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/posix/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/posix
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
checking whether CPU supports libposix... yes
checking for RTEMS newlib... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
configure: configuring in itron
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/itron/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/itron
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
checking whether CPU supports libitron... yes
checking for RTEMS newlib... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
configure: configuring in score/cpu/powerpc
configure: running /bin/sh
'../../../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/score/cpu/powerp
c/configure' --prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/score/cp
u/powerpc
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
checking for RTEMS newlib... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in libcsupport
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libcsupport/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libcsupport
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
checking for RTEMS newlib... yes
checking whether _POSIX_LOGIN_NAME_MAX is declared... yes
checking whether CHAR_BIT is declared... yes
checking whether XTABS is declared... (cached) yes
checking whether OLCUC is declared... (cached) yes
checking whether ONLRET is declared... (cached) yes
checking whether ONOCR is declared... (cached) yes
checking whether TABDLY is declared... (cached) yes
checking whether OCRNL is declared... (cached) yes
checking whether IUCLC is declared... (cached) yes
checking whether ECHOPRT is declared... (cached) yes
checking whether sbrk is declared... yes
checking for strlcpy... no
checking for strlcat... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
configure: configuring in libblock
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libblock/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libblock
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in libfs
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libfs/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libfs
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/imfs/Makefile
config.status: creating src/dosfs/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in libnetworking
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libnetworking/configur
e' --prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libnetworking
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
checking whether CPU supports networking... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating libc/Makefile
config.status: creating wrapup/Makefile
config.status: executing depfiles commands
configure: configuring in librpc
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/librpc/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/librpc
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-ranlib... (cached) ppc-rtems-ranlib
checking whether CPU supports networking... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/xdr/Makefile
config.status: creating src/rpc/Makefile
config.status: executing depfiles commands
configure: configuring in libmisc
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libmisc/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--with-project-root=../../'
'--enable-rtemsbsp=mvme5500' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/../../cpukit'
--cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/libmisc
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -isystem... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for assignable stdio... yes
checking whether ppc-rtems-gcc --pipe supports function
__attribute__((weak))... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cpuuse/Makefile
config.status: creating shell/Makefile
config.status: creating devnull/Makefile
config.status: creating dummy/Makefile
config.status: creating dumpbuf/Makefile
config.status: creating monitor/Makefile
config.status: creating rtmonuse/Makefile
config.status: creating serdbg/Makefile
config.status: creating stackchk/Makefile
config.status: creating capture/Makefile
config.status: creating untar/Makefile
config.status: creating mw-fb/Makefile
config.status: creating wrapup/Makefile
config.status: executing depfiles commands
config.status: creating Makefile
gmake[3]: Entering directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500'
gmake[3]: `make/mvme5500.cache' is up to date.
gmake[3]: Leaving directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500'
config.status: creating support/Makefile
config.status: creating wrapup/Makefile
config.status: executing depfiles commands
configure: configuring in make
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/make/configure' --prefix=/opt/rtems2
'--prefix=/opt/rtems2' '--host=ppc-rtems' '--build=i686-pc-linux-gnu'
'--target=ppc-rtems' '--enable-cxx' '--enable-rdbg' '--disable-tests'
'--enable-maintainer-mode' '--enable-networking' '--enable-posix'
'--enable-itron' '--with-target-subdir=ppc-rtems'
'--exec-prefix=/opt/rtems2/ppc-rtems' 'build_alias=i686-pc-linux-gnu'
'host_alias=ppc-rtems' 'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500'
'RTEMS_CPU_MODEL=mpc7455' 'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455
-Dmpc7455 -mmultiple -mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4'
'CFLAGS_DEBUG_V=-O1 -DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER
-DSHOW_MORE_INIT_SETTINGS' 'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/make
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking for cat... /bin/cat
checking for cp... /bin/cp
checking for mv... /bin/mv
checking for ln... /bin/ln
checking whether ln -s works... yes
checking for chmod... /bin/chmod
checking for sort... /bin/sort
checking for perl... /usr/bin/perl
checking for touch... /bin/touch
checking for cmp... /usr/bin/cmp
checking for sed... /bin/sed
checking for gm4... no
checking for m4... /usr/bin/m4
checking for bash... /bin/bash
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-g++... ppc-rtems-g++
checking for ppc-rtems-g++... (cached) ppc-rtems-g++
checking whether we are using the GNU C++ compiler... yes
checking whether ppc-rtems-g++ accepts -g... yes
checking dependency style of ppc-rtems-g++... gcc3
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking for make/custom/mvme5500.cfg... yes
checking if wanting multiprocessing... no
checking whether BSP supports networking... yes
checking whether BSP supports librdbg... yes
checking whether CPU supports libposix... yes
checking whether to build rtems++... yes
checking whether CPU supports libitron... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.inc
config.status: creating host.cfg
config.status: creating bsp.cfg
config.status: creating target.cfg
config.status: linking ../../../../../rtems-4.6.0pre3/c/src/make/leaf.cfg to
leaf.cfg
config.status: executing depfiles commands
configure: configuring in optman
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/optman/configure' --prefix=/opt/rtems2
'--prefix=/opt/rtems2' '--host=ppc-rtems' '--build=i686-pc-linux-gnu'
'--target=ppc-rtems' '--enable-cxx' '--enable-rdbg' '--disable-tests'
'--enable-maintainer-mode' '--enable-networking' '--enable-posix'
'--enable-itron' '--with-target-subdir=ppc-rtems'
'--exec-prefix=/opt/rtems2/ppc-rtems' 'build_alias=i686-pc-linux-gnu'
'host_alias=ppc-rtems' 'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500'
'RTEMS_CPU_MODEL=mpc7455' 'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455
-Dmpc7455 -mmultiple -mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4'
'CFLAGS_DEBUG_V=-O1 -DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER
-DSHOW_MORE_INIT_SETTINGS' 'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/optman
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in lib/libcpu
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/lib/libcpu/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/lib/libcpu
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking if cpu powerpc is supported... yes
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in powerpc
configure: running /bin/sh
'../../../../../../../rtems-4.6.0pre3/c/src/lib/libcpu/powerpc/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--cache-file=/dev/null'
'--srcdir=../../../../../../rtems-4.6.0pre3/c/src/lib/libcpu'
--cache-file=/dev/null
--srcdir=../../../../../../../rtems-4.6.0pre3/c/src/lib/libcpu/powerpc
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mpc505/Makefile
config.status: creating mpc505/timer/Makefile
config.status: creating mpc505/vectors/Makefile
config.status: creating mpc505/ictrl/Makefile
config.status: creating mpc8xx/Makefile
config.status: creating mpc8xx/clock/Makefile
config.status: creating mpc8xx/console-generic/Makefile
config.status: creating mpc8xx/cpm/Makefile
config.status: creating mpc8xx/exceptions/Makefile
config.status: creating mpc8xx/mmu/Makefile
config.status: creating mpc8xx/timer/Makefile
config.status: creating ppc403/Makefile
config.status: creating ppc403/clock/Makefile
config.status: creating ppc403/console/Makefile
config.status: creating ppc403/tty_drv/Makefile
config.status: creating ppc403/ictrl/Makefile
config.status: creating ppc403/timer/Makefile
config.status: creating ppc403/vectors/Makefile
config.status: creating mpc6xx/Makefile
config.status: creating mpc6xx/clock/Makefile
config.status: creating mpc6xx/timer/Makefile
config.status: creating mpc6xx/exceptions/Makefile
config.status: creating mpc6xx/mmu/Makefile
config.status: creating mpc6xx/wrapup/Makefile
config.status: creating mpc8260/Makefile
config.status: creating mpc8260/clock/Makefile
config.status: creating mpc8260/console-generic/Makefile
config.status: creating mpc8260/timer/Makefile
config.status: creating mpc8260/exceptions/Makefile
config.status: creating mpc8260/mmu/Makefile
config.status: creating mpc8260/cpm/Makefile
config.status: creating shared/Makefile
config.status: creating shared/include/Makefile
config.status: creating shared/src/Makefile
config.status: creating wrapup/Makefile
config.status: executing depfiles commands
configure: configuring in lib/libbsp
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for make/custom/mvme5500.cfg... yes
checking if wanting multiprocessing... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating shmdr/Makefile
config.status: creating shared/Makefile
config.status: creating shared/gdbstub/Makefile
config.status: creating shared/include/Makefile
config.status: executing depfiles commands
configure: configuring in powerpc
configure: running /bin/sh
'../../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/powerpc/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--cache-file=/dev/null'
'--srcdir=../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp'
--cache-file=/dev/null
--srcdir=../../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/powerpc
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
configure: creating ./config.status
config.status: creating Makefile
config.status: creating shared/Makefile
config.status: creating shared/bootloader/Makefile
config.status: creating shared/clock/Makefile
config.status: creating shared/console/Makefile
config.status: creating shared/include/Makefile
config.status: creating shared/irq/Makefile
config.status: creating shared/motorola/Makefile
config.status: creating shared/openpic/Makefile
config.status: creating shared/pci/Makefile
config.status: creating shared/residual/Makefile
config.status: creating shared/start/Makefile
config.status: creating shared/startup/Makefile
config.status: creating shared/vectors/Makefile
config.status: creating shared/vme/Makefile
configure: configuring in mvme5500
configure: running /bin/sh
'../../../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/powerpc/mvme5500/c
onfigure' --prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 '
'--srcdir=../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp'
'--cache-file=/dev/null'
'--srcdir=../../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/powerpc'
--cache-file=/dev/null
--srcdir=../../../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/powerpc/mv
me5500
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking if cpu powerpc is supported... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking for make/custom/mvme5500.cfg... yes
checking if wanting multiprocessing... no
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking whether BSP supports networking... yes
configure: creating ./config.status
configure: configuring in new_exception_processing
configure: running /bin/sh
'../../../../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/powerpc/mvme550
0/../support/new_exception_processing/configure'  '--prefix=/opt/rtems2'
'--host=ppc-rtems' '--build=i686-pc-linux-gnu' '--target=ppc-rtems'
'--enable-cxx' '--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../../../../../rtems-4.6.0pre3/c/src/lib/libbsp/powerpc
/mvme5500/../support/new_exception_processing
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: creating Makefile
config.status: creating clock/Makefile
config.status: creating console/Makefile
config.status: creating GT64260/Makefile
config.status: creating include/Makefile
config.status: creating start/Makefile
config.status: creating startup/Makefile
config.status: creating vectors/Makefile
config.status: creating wrapup/Makefile
config.status: creating include/bspopts.tmp
config.status: creating include/bspopts.h
config.status: executing depfiles commands
configure: configuring in libchip
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/libchip/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/libchip
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking for make/custom/mvme5500.cfg... yes
checking whether BSP supports networking... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating network/Makefile
config.status: creating rtc/Makefile
config.status: creating serial/Makefile
config.status: creating ide/Makefile
config.status: executing depfiles commands
configure: configuring in libnetworking
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/libnetworking/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/libnetworking
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking for make/custom/mvme5500.cfg... yes
checking whether BSP supports networking... yes
checking whether CPU supports libposix... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pppd/Makefile
config.status: creating rtems_servers/Makefile
config.status: creating rtems_telnetd/Makefile
config.status: creating rtems_webserver/Makefile
config.status: creating wrapup/Makefile
config.status: executing depfiles commands
configure: configuring in librdbg
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/librdbg/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/librdbg
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking for rpcgen... rpcgen
checking for gawk... (cached) gawk
checking for make/custom/mvme5500.cfg... yes
checking whether BSP supports networking... yes
checking whether BSP supports librdbg... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/rdbg/Makefile
config.status: creating include/rdbg/i386/Makefile
config.status: creating include/rdbg/powerpc/Makefile
config.status: creating include/rdbg/m68k/Makefile
config.status: creating src/Makefile
config.status: creating src/i386/Makefile
config.status: creating src/i386/any/Makefile
config.status: creating src/powerpc/Makefile
config.status: creating src/powerpc/new_exception_processing/Makefile
config.status: creating src/m68k/Makefile
config.status: creating src/m68k/any/Makefile
config.status: executing depfiles commands
configure: configuring in librtems++
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/librtems++/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/librtems++
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-g++... ppc-rtems-g++
checking for ppc-rtems-g++... (cached) ppc-rtems-g++
checking whether we are using the GNU C++ compiler... yes
checking whether ppc-rtems-g++ accepts -g... yes
checking dependency style of ppc-rtems-g++... gcc3
checking whether to build rtems++... yes
checking for ppc-rtems-g++... (cached) ppc-rtems-g++
checking for ppc-rtems-g++... (cached) ppc-rtems-g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether ppc-rtems-g++ accepts -g... (cached) yes
checking dependency style of ppc-rtems-g++... (cached) gcc3
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in tests
configure: running /bin/sh
'../../../../../rtems-4.6.0pre3/c/src/tests/configure' --prefix=/opt/rtems2
'--prefix=/opt/rtems2' '--host=ppc-rtems' '--build=i686-pc-linux-gnu'
'--target=ppc-rtems' '--enable-cxx' '--enable-rdbg' '--disable-tests'
'--enable-maintainer-mode' '--enable-networking' '--enable-posix'
'--enable-itron' '--with-target-subdir=ppc-rtems'
'--exec-prefix=/opt/rtems2/ppc-rtems' 'build_alias=i686-pc-linux-gnu'
'host_alias=ppc-rtems' 'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500'
'RTEMS_CPU_MODEL=mpc7455' 'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455
-Dmpc7455 -mmultiple -mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4'
'CFLAGS_DEBUG_V=-O1 -DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER
-DSHOW_MORE_INIT_SETTINGS' 'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../rtems-4.6.0pre3/c/src/tests
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking if the test suites are enabled? ... no
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for make/custom/mvme5500.cfg... yes
checking if wanting multiprocessing... no
checking whether CPU supports libposix... yes
checking whether CPU supports libitron... yes
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in tools
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/tests/tools/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/tests' --cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/tests/tools
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing bsp-tools commands
configuring in generic
running /bin/sh
../../../../../../../rtems-4.6.0pre3/c/src/tests/tools/generic/configure
'--prefix=/opt/rtems2' '--enable-cxx' '--enable-rdbg' '--disable-tests'
'--enable-maintainer-mode' '--enable-networking' '--enable-posix'
'--enable-itron' '--with-target-subdir=ppc-rtems'
'--exec-prefix=/opt/rtems2/ppc-rtems' 'RTEMS_BSP=mvme5500'
'RTEMS_CPU_MODEL=mpc7455' 'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455
-Dmpc7455 -mmultiple -mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4'
'CFLAGS_DEBUG_V=-O1 -DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER
-DSHOW_MORE_INIT_SETTINGS' 'CFLAGS_PROFILE_V=-O1 ' --cache-file=/dev/null
--srcdir=../../../../../../../rtems-4.6.0pre3/c/src/tests/tools/generic
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking for bash... /bin/bash
configure: creating ./config.status
config.status: creating Makefile
config.status: creating difftest
config.status: creating sorttimes
configure: configuring in support
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/tests/support/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/tests' --cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/tests/support
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in samples
configure: running /bin/sh
'../../../../../../rtems-4.6.0pre3/c/src/tests/samples/configure'
--prefix=/opt/rtems2  '--prefix=/opt/rtems2' '--host=ppc-rtems'
'--build=i686-pc-linux-gnu' '--target=ppc-rtems' '--enable-cxx'
'--enable-rdbg' '--disable-tests' '--enable-maintainer-mode'
'--enable-networking' '--enable-posix' '--enable-itron'
'--with-target-subdir=ppc-rtems' '--exec-prefix=/opt/rtems2/ppc-rtems'
'build_alias=i686-pc-linux-gnu' 'host_alias=ppc-rtems'
'target_alias=ppc-rtems' 'RTEMS_BSP=mvme5500' 'RTEMS_CPU_MODEL=mpc7455'
'RTEMS_BSP_FAMILY=mvme5500' 'CPU_CFLAGS=-mcpu=7455 -Dmpc7455 -mmultiple
-mstring -mstrict-align' 'CFLAGS_OPTIMIZE_V=-O4' 'CFLAGS_DEBUG_V=-O1
-DSHOW_LCR2_REGISTER -DSHOW_LCR3_REGISTER -DSHOW_MORE_INIT_SETTINGS'
'CFLAGS_PROFILE_V=-O1 ' '--cache-file=/dev/null'
'--srcdir=../../../../../rtems-4.6.0pre3/c/src/tests' --cache-file=/dev/null
--srcdir=../../../../../../rtems-4.6.0pre3/c/src/tests/samples
checking for gmake... gmake
checking for RTEMS Version... 4.6.0pre3
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-unknown-rtems
checking target system type... powerpc-unknown-rtems
checking rtems target cpu... powerpc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for ppc-rtems-strip... ppc-rtems-strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for RTEMS_BSP... mvme5500
checking if cpu powerpc is supported... yes
checking for style of include used by gmake... GNU
checking for ppc-rtems-gcc... ppc-rtems-gcc
checking for ppc-rtems-gcc... (cached) ppc-rtems-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ppc-rtems-gcc accepts -g... yes
checking for ppc-rtems-gcc option to accept ANSI C... none needed
checking dependency style of ppc-rtems-gcc... gcc3
checking how to run the C preprocessor... ppc-rtems-gcc -E
checking whether ppc-rtems-gcc accepts -specs... yes
checking whether ppc-rtems-gcc accepts --pipe... yes
checking for ppc-rtems-g++... ppc-rtems-g++
checking for ppc-rtems-g++... (cached) ppc-rtems-g++
checking whether we are using the GNU C++ compiler... yes
checking whether ppc-rtems-g++ accepts -g... yes
checking dependency style of ppc-rtems-g++... gcc3
checking for ppc-rtems-ar... ppc-rtems-ar
checking for ppc-rtems-as... ppc-rtems-as
checking for ppc-rtems-ld... ppc-rtems-ld
checking for ppc-rtems-nm... ppc-rtems-nm
checking for ppc-rtems-ranlib... ppc-rtems-ranlib
checking for ppc-rtems-objcopy... ppc-rtems-objcopy
checking for ppc-rtems-size... ppc-rtems-size
checking for ppc-rtems-strip... (cached) ppc-rtems-strip
checking for make/custom/mvme5500.cfg... yes
checking if wanting multiprocessing... no
checking whether to build rtems++... yes
checking whether BSP supports networking... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating base_sp/Makefile
config.status: creating hello/Makefile
config.status: creating loopback/Makefile
config.status: creating minimum/Makefile
config.status: creating paranoia/Makefile
config.status: creating ticker/Makefile
config.status: creating unlimited/Makefile
config.status: creating base_mp/Makefile
config.status: creating base_mp/node1/Makefile
config.status: creating base_mp/node2/Makefile
config.status: creating cdtest/Makefile
config.status: executing depfiles commands
gmake[3]: Entering directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500'
Making preinstall in .
gmake[4]: Entering directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500'
gmake[4]: Nothing to be done for `preinstall-am'.
gmake[4]: Leaving directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500'
Making preinstall in exec
gmake[4]: Entering directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500/exec'
Making preinstall in .
gmake[5]: Entering directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500/exec'
gmake[5]: Nothing to be done for `preinstall-am'.
gmake[5]: Leaving directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500/exec'
Making preinstall in include
gmake[5]: Entering directory
`/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500/exec/include'
../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/[]/mkinstalldirs: 
  ../../../../../../rtems-4.6.0pre3/c/src/../../cpukit/[]/mkinstalldirs: 
  No such file or directory 
  gmake[6]: *** [../../../../mvme5500/lib/include] Error 127 
  gmake[6]: Leaving directory 
  `/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500/exec/include' 
  gmake[5]: *** [preinstall-recursive] Error 1 
  gmake[5]: Leaving directory 
  `/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500/exec' 
  gmake[4]: *** [preinstall-recursive] Error 1 
  gmake[4]: Leaving directory 
  `/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500' 
  gmake[3]: *** [preinstall-stamp] Error 2 
  gmake[3]: Leaving directory 
  `/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500' 
  gmake[2]: *** [all-recursive] Error 1 
  gmake[2]: Leaving directory 
  `/usr/local/source/newRTEMS/build/ppc-rtems/c/mvme5500' 
  gmake[1]: *** [all-recursive] Error 1 
  gmake[1]: Leaving directory 
  `/usr/local/source/newRTEMS/build/ppc-rtems/c' 
  gmake: *** [all-recursive] Error 1 





More information about the users mailing list