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]

Problem when make gcc cross compiler for MIPS platform


Hi,

I met a problem when I was compiling the cross compiler for MIPS plateform,
following is the brief log massage I got when I compiled it at the second
time.

------------------------------------------------------
make[2]: Entering directory `/src/build/gcc/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/build/gcc/gcc/intl'
if [ -f specs.ready ] ; then \
        true; \
else \
        touch specs.ready; \
fi
make[1]: *** No rule to make target
`../../../gcc/egcs-20000501/gcc/config/mips/
mips16.S', needed by `stmp-multilib'.  Stop.
make[1]: Leaving directory `/src/build/gcc/gcc'
make: *** [all-gcc] Error 2
make: Leaving directory `/src/build/gcc'
------------------------------------------------------

I followed the instructions on the web carefully. Any remedies!

Best Regards,
-Ling


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