This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Unsuccessful build of a cross PowerPC GCC 2.95.x for an Intel


Title: RE: Unsuccessful build of a cross PowerPC GCC 2.95.x for an Intel

After a while the process fail:

if [ x"no" = xyes ]; then \
  /usr/src/gcc-2.95/gcc/xgcc -B/usr/src/gcc-2.95/gcc/ -B/usr/powerpc-unknown-linux/bin/ -c -O6 -fvtable-thunks -D_GNU_SOURCE

 -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO  -DLD \
    `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NE

CF NEFC ABS ARG POLAR CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/ldcomplex.o; \
else true ; fi
/usr/src/gcc-2.95/gcc/xgcc -B/usr/src/gcc-2.95/gcc/ -B/usr/powerpc-unknown-linux/bin/ -c -O6 -fvtable-thunks -D_GNU_SOURCE -

fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DLD `for N in MAIN ADDCC ADDCF ADDFC

 SUBCC SUBCF SUBFC MULCC MULCF MULFC DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR CONJ NORM COS

COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo " -D${N}"; done` \
  ./cinst.cc -o ldcomplex.o
echo ldcomio
ldcomio
if [ x"no" = xyes ]; then \
  /usr/src/gcc-2.95/gcc/xgcc -B/usr/src/gcc-2.95/gcc/ -B/usr/powerpc-unknown-linux/bin/ -c -O6 -fvtable-thunks -D_GNU_SOURCE

 -fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO  -DLD \
    `for N in EXTRACT INSERT; do echo " -D${N}"; done` \
    ./cinst.cc -o pic/ldcomio.o; \
else true ; fi
/usr/src/gcc-2.95/gcc/xgcc -B/usr/src/gcc-2.95/gcc/ -B/usr/powerpc-unknown-linux/bin/ -c -O6 -fvtable-thunks -D_GNU_SOURCE -

fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++ -D_IO_MTSAFE_IO -DLD `for N in EXTRACT INSERT; do ech

o " -D${N}"; done` \
  ./cinst.cc -o ldcomio.o
touch bigstmp-complx
cd ../libiberty ; make "SHELL=/bin/sh" "INSTALL=/bin/sh /usr/src/gcc-2.95/install-sh -c" "INSTALL_DATA=/bin/sh /usr/src/gcc-

2.95/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /usr/src/gcc-2.95/install-sh -c " "prefix=/usr" "exec_prefix=/usr" "tool

dir=/usr/powerpc-unknown-linux" "gxx_include_dir=/usr/include/g++-3" "libsubdir=/usr/lib/gcc-lib/powerpc-unknown-linux/2.95.

1" "gcc_version=2.95.1" "gcc_version_trigger=/usr/src/gcc-2.95/gcc/version.c" "AR=powerpc-unknown-linux-ar" "AR_FLAGS=rc" "C

C=/usr/src/gcc-2.95/gcc/xgcc -B/usr/src/gcc-2.95/gcc/ -B/usr/powerpc-unknown-linux/bin/" "CXX=/usr/src/gcc-2.95/gcc/xgcc -B/

usr/src/gcc-2.95/gcc/ -B/usr/powerpc-unknown-linux/bin/" "CFLAGS=-O6" "CXXFLAGS=-O6 -fvtable-thunks -D_GNU_SOURCE" "NM=power

pc-unknown-linux-nm" "RANLIB=powerpc-unknown-linux-ranlib" "LIBCFLAGS=-O6" "LIBCXXFLAGS=-O6 -fvtable-thunks -D_GNU_SOURCE -f

no-implicit-templates" "LOADLIBES=" "LDFLAGS=" "MAKEINFO=/usr/src/gcc-2.95/texinfo/makeinfo/makeinfo " "SHLIB=libstdc++.so.2

.10.0" "SHCURSES=" "RUNTESTFLAGS="
make[2]: Entering directory `/usr/src/gcc-2.95/powerpc-unknown-linux/libiberty'
make[2]: *** No targets.  Stop.
make[2]: Leaving directory `/usr/src/gcc-2.95/powerpc-unknown-linux/libiberty'
make[1]: *** [../libiberty/libiberty.a] Error 2
make[1]: Leaving directory `/usr/src/gcc-2.95/powerpc-unknown-linux/libstdc++'
make: *** [all-target-libstdc++] Error 2


Regards
Patrick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]