This is the mail archive of the ecos-discuss@sources.redhat.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]

A build problem for ecos toolchain on Win2000


Hi,
 
I am not sure if it is a valuable question here, but I did meet this problem a lot of times on Win2000 platform when I was tring to build a toolchain for mips64vr4300-elf target. Previously I have working version toolchain on winNT platform.
 
 
The brief log message is as following, I use the same snapshot as when I use in WinNT platform actually, but I failed to build it on win2000, is that a common problem?
 
Thanks!
 
-Ling
 
===================================
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/float.h
if [ xfloat-i64.h != xMakefile.in ]; then \
  cp ../../../src/egcs-20000313/gcc/config/float-i64.h include/float.h && \
  chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ../../../src/egcs-20000313/gcc/README-fixinc include/README
chmod a+r include/README
touch stmp-int-hdrs
if [ -f libgcc2.ready ] ; then \
        true; \
else \
        touch libgcc2.ready; \
fi
echo '#define FLOAT' > fp-bit.c
echo '#ifdef __MIPSEL__' >> fp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> fp-bit.c
echo '#endif' >> fp-bit.c
echo '#define US_SOFTWARE_GOFAST' >> fp-bit.c
cat ../../../src/egcs-20000313/gcc/config/fp-bit.c >> fp-bit.c
echo '#ifdef __MIPSEL__' > dp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> dp-bit.c
echo '#endif' >> dp-bit.c
echo '#define US_SOFTWARE_GOFAST' >> dp-bit.c
cat ../../../src/egcs-20000313/gcc/config/fp-bit.c >> dp-bit.c
make[1]: *** No rule to make target `../../../src/egcs-20000313/gcc/config/mips/
mips16.S', needed by `stmp-multilib'.  Stop.
make[1]: Leaving directory `/cygdrive/c/tmp/build/gcc/gcc'
make: *** [all-gcc] Error 2
make: Leaving directory `/cygdrive/c/tmp/build/gcc'
================================================
 
 
 

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