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]

Re: Problem when make gcc cross compiler for MIPS platform


Ling Su wrote:
> 
> 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.

Did you get past this stage the first 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!

The file /src/gcc/egcs-20000501/gcc/config/mips/mips16.S should have been
part of the sources unpacked from the snapshot tarball, but for some reason
it is not present - have a look and check. Perhaps the tarball did not
unpack correctly?

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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