4.5.0 GCC build problem

Tristan Gross tristan at omegaband.com
Fri Mar 15 22:22:14 UTC 2002


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

I've executed:

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

.
.
.
<make all output truncated>
.
.

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

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20020315/c9e0dc2c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 232 bytes
Desc: This is a digitally signed message part
URL: <http://lists.rtems.org/pipermail/users/attachments/20020315/c9e0dc2c/attachment.bin>


More information about the users mailing list