<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.0.99">
</HEAD>
<BODY>
I've been going through the sequence described in "started.pdf" to build the cross-compiler for version 4.5.0 and everything worked fine up to a point.  Any ideas where to start?  All the patches were applied without any problems.  target is i386 host is i686
<BR>

<BR>
I've executed:
<BR>

<BR>
cd tools
<BR>
mkdir b-binutils
<BR>
cd b-binutils
<BR>
../binutils-2.9.5.0.24/configure --target=i386-rtems --prefix=/h/tools/rtems
<BR>
make all
<BR>
make info
<BR>
make install
<BR>
cd ..
<BR>
mkdir b-gcc
<BR>
cd gcc-2.95.2
<BR>
ln -s ../newlib-1.8.2/newlib .
<BR>
cd ..
<BR>
mkdir b-gcc
<BR>
cd b-gcc/
<BR>
../gcc-2.95.2/configure --target=i386-rtems --with-gnu-as --with-gnu-ld --with-newlib --verbose --enable-threads --prefix=/h/tools/rtems
<BR>
make all
<BR>

<BR>
.
<BR>
.
<BR>
.
<BR>
<make all output truncated>
<BR>
.
<BR>
.
<BR>

<BR>
  /net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/
<BR>
tools/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/s
<BR>
ys/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D_
<BR>
_GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-
<BR>
2.95.2/gcc/../include -c -DL${name} \
<BR>
       ../../gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
<BR>
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
<BR>
  i386-rtems-ar rc tmplibgcc2.a ${name}.o; \
<BR>
  rm -f ${name}.o; \
<BR>
done
<BR>
_muldi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_divdi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_moddi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_udivdi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_umoddi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_negdi2
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_lshrdi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_ashldi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_ashrdi3
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_ffsdi2
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_udiv_w_sdiv
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_udivmoddi4
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_cmpdi2
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_ucmpdi2
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_floatdidf
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_floatdisf
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixunsdfsi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixunssfsi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixunsdfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixdfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixunssfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixsfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixxfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixunsxfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_floatdixf
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixunsxfsi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixtfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_fixunstfdi
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_floatditf
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
__gcc_bcmp
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_varargs
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
__dummy
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_eprintf
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_bb
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_shtab
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_clear_cache
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_trampoline
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
__main
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_exit
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_ctors
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
_pure
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
for name in _eh; \
<BR>

<BR>
do \
<BR>
  echo ${name}; \
<BR>
  /net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/
<BR>
tools/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/s
<BR>
ys/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D_
<BR>
_GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  -fexceptions -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config
<BR>
 -I../../gcc-2.95.2/gcc/../include -c \
<BR>
      -DL${name} ../../gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
<BR>
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
<BR>
  i386-rtems-ar rc tmplibgcc2.a ${name}.o; \
<BR>
  rm -f ${name}.o; \
<BR>
done
<BR>
_eh
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
if [ x != x ]; then \
<BR>
  for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_
<BR>
sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
<BR>
  do \
<BR>
    echo ${name}; \
<BR>
    /net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/
<BR>
h/tools/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc
<BR>
/sys/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -
<BR>
D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gc
<BR>
c-2.95.2/gcc/../include -c -DL${name} \
<BR>
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
<BR>
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
<BR>
    i386-rtems-ar rc tmplibgcc2.a ${name}.o; \
<BR>
    rm -f ${name}.o; \
<BR>
  done; \
<BR>
else true; fi;
<BR>
if [ x != x ]; then \
<BR>
  for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_
<BR>
df _ge_df _lt_df _le_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
<BR>
  do \
<BR>
    echo ${name}; \
<BR>
    /net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/
<BR>
h/tools/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc
<BR>
/sys/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -
<BR>
D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gc
<BR>
c-2.95.2/gcc/../include -c -DL${name} \
<BR>
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
<BR>
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
<BR>
    i386-rtems-ar rc tmplibgcc2.a ${name}.o; \
<BR>
    rm -f ${name}.o; \
<BR>
  done; \
<BR>
else true; fi;
<BR>
for file in ../../gcc-2.95.2/gcc/frame.c  cplib2.txt   ; do \
<BR>
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
<BR>
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
<BR>
  if [ ${name}.txt = ${file} ]; then \
<BR>
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
<BR>
      make GCC_FOR_TARGET="/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rte
<BR>
ms/tools/b-gcc/gcc/ -B/h/tools/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include" \
<BR>
        AR_FOR_TARGET="i386-rtems-ar" \
<BR>
        AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
<BR>
        CFLAGS="-g -O2" HOST_PREFIX="" \
<BR>
        HOST_PREFIX_1="loser-" \
<BR>
        LANGUAGES="c proto gcov CHILL c++ f77 java objc" \
<BR>
        LIBGCC2_CFLAGS="-O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys/rtems/include -DCROSS_COMPILE -DIN_GC
<BR>
C     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc " $
<BR>
{f}; \
<BR>
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
<BR>
      i386-rtems-ar rc tmplibgcc2.a ${f}; \
<BR>
      rm -f ${f}; \
<BR>
    else true; \
<BR>
    fi; done; \
<BR>
  else \
<BR>
    echo ${name}; \
<BR>
    if [ ${name}.asm = ${file} ]; then \
<BR>
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
<BR>
    else true; fi; \
<BR>
    /net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/
<BR>
h/tools/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc
<BR>
/sys/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -
<BR>
D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gc
<BR>
c-2.95.2/gcc/../include -c ${file}; \
<BR>
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
<BR>
    i386-rtems-ar rc tmplibgcc2.a ${oname}.o; \
<BR>
    rm -f ${name}.s ${oname}.o; \
<BR>
  fi; \
<BR>
done
<BR>
../../gcc-2.95.2/gcc/frame
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/tinfo.cc
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/tinfo2.cc
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new.cc
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new1.cc -DL_op_new -o opnew.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new1.cc -DL_op_newnt -o opnewnt.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new2.cc -DL_op_vnew -o opvnew.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new2.cc -DL_op_vnewnt -o opvnewnt.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new2.cc -DL_op_delete -o opdel.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new2.cc -DL_op_delnt -o opdelnt.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new2.cc -DL_op_vdel -o opvdel.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c ../../gcc-2.95.2/gcc/cp/new2.cc -DL_op_vdelnt -o opvdelnt.o
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
make[2]: Entering directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/xgcc -B/net/mermaid/u/data/src/rtems/tools/b-gcc/gcc/ -B/h/to
<BR>
ols/rtems/i386-rtems/bin/ -I/h/tools/rtems/i386-rtems/include -O2 -I../../gcc-2.95.2/gcc/../newlib/libc/sys
<BR>
/rtems/include -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__G
<BR>
CC_FLOAT_NOT_NEEDED -Dinhibit_libc  -g -O2 -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../..
<BR>
/gcc-2.95.2/gcc/../include \
<BR>
  -c -fexceptions ../../gcc-2.95.2/gcc/cp/exception.cc
<BR>
make[2]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
/bin/sh: i386-rtems-ar: command not found
<BR>
mv tmplibgcc2.a libgcc2.a
<BR>
mv: cannot stat `tmplibgcc2.a': No such file or directory
<BR>
make[1]: *** [libgcc2.a] Error 1
<BR>
make[1]: Leaving directory `/.automount/mermaid/root/u/data/src/rtems/tools/b-gcc/gcc'
<BR>
make: *** [all-gcc] Error 2
<BR>

<BR>

</BODY>
</HTML>