This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


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

Strange Problem in building cross compiler for Mips-elf


Hello, everyone,

I tried to build a cross-compiler for MIPS-elf target in Cygwin1.1.2
environment. Unfortunately I met following problem, the compiling process
just hung there, I tried any snapshot after May 30th, it doesn't work.

-=-=-=-=-=-=-=-=
mv tmp-libgcc.mk libgcc.mk
make
GCC_FOR_TARGET="/src/build/gcc/gcc/xgcc -B/src/build/gcc/gcc/ -B/usr/local/c
ross/mips-elf/H-i686-pc-cygwin/mips64vr4300-elf/bin/ -I/usr/local/cross/mips
-elf/H-i686-pc-cygwin/mips64vr4300-elf/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="mips64vr4300-elf-ar" \
  AR_CREATE_FOR_TARGET="mips64vr4300-elf-ar  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" CFLAGS="-g -O2" \
  RANLIB_FOR_TARGET="mips64vr4300-elf-ranlib" \
  RANLIB_TEST_FOR_TARGET="[ -f mips64vr4300-elf-ranlib ] ||
[ "i686-pc-cygwin" = "mips64vr4300-unknown-elf" ] && [ -f
/usr/bin/ranlib -o -f /bin/ranlib ] )" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC    `echo -g -O2|sed -e
's/-pedantic//g' -e 's/-Wtraditional//g'` -isystem ./include  -G
 -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc" \


INCLUDES="-I. -I/src/gcc/egcs-20000612/gcc -I/src/gcc/egcs-20000612/gcc/conf
ig -I/src/gcc/egcs-20000612/gcc/../include" MAYBE_USE_COLLECT2="" \
  CONFIG_H="" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='' \
  -f libgcc.mk all
make[2]: Entering directory `/src/build/gcc/gcc'
for d in libgcc el libgcc/el mgp32 libgcc/mgp32 el/mgp32 libgcc/el/mgp32; do
\
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/src/build/gcc/gcc/xgcc -B/src/build/gcc/gcc/ -B/usr/local/cross/mips-elf/H-
i686-pc-cygwin/mips64vr4300-elf/bin/ -I/usr/local/cross/mips-elf/H-i686-pc-c
ygwin/mips64vr4300-elf/include -O2  -DCROSS_COMPILE -DIN_GCC    -g -O2 -isys
tem ./include  -G
0 -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I/src/gcc/e
gcs-20000612/gcc -I/src/gcc/egcs-20000612/gcc/config -I/src/gcc/egcs-2000061
2/gcc/../include  -DL_muldi3 -c /src/gcc/egcs-20000612/gcc/libgcc2.c -o
libgcc/./_muldi3.o

-=-=-=-=-=-=-=-=-=-

Anyone could kindly help me?!

Best Regards,
-Ling


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