This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

binutils building prob.



Hi ,
I'm a software engineer working on ECOS porting on a 386 pc. I have downloaded binutils and gcc gnu  ,I want to to make it workable as described in 
The building of the Intel x86 GNU tools are described (for the Windows host platform) on the eCos website at:
http://sources.redhat.com/ecos/tools/win-i386-elf.html
 
I did the confirations but at the time of 
"make" ie,   make -w all install 2>&1 | tee make.out 

I am getting 



make: Entering directory `/tmp/build/binutils'
make[1]: Entering directory `/tmp/build/binutils/bfd'
make  all-recursive
make[2]: Entering directory `/tmp/build/binutils/bfd'
Making all in doc
make[3]: Entering directory `/tmp/build/binutils/bfd/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/binutils/bfd/doc'
Making all in po
make[3]: Entering directory `/tmp/build/binutils/bfd/po'
( if test 'x/src/binutils/binutils-020311/bfd/po' != 'x.'; then \
    posrcprefix='/src/binutils/binutils-020311/bfd/'; \
  else \
    posrcprefix="../"; \
  fi; \
  rm -f SRC-POTFILES-t SRC-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[ 	]*$/d' \
	    -e "s@.*@	$posrcprefix& \\\\@" < /src/binutils/binutils-020311/bfd/po/SRC-POTFILES.in \
	| sed -e '$s/\\$//') > SRC-POTFILES-t \
    && chmod a-w SRC-POTFILES-t \
    && mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[ 	]*$/d' \
	    -e "s@.*@	../& \\\\@" < /src/binutils/binutils-020311/bfd/po/BLD-POTFILES.in \
	| sed -e '$s/\\$//') > BLD-POTFILES-t \
    && chmod a-w BLD-POTFILES-t \
    && mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
  && CONFIG_FILES=po/Makefile.in:po/Make-in \
     CONFIG_HEADERS= /bin/sh ./config.status
creating po/Makefile.in
make[3]: Leaving directory `/tmp/build/binutils/bfd/po'
make[3]: Entering directory `/tmp/build/binutils/bfd/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/binutils/bfd/po'
make[3]: Entering directory `/tmp/build/binutils/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh /src/binutils/binutils-020311/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
make[3]: *** No rule to make target `/src/binutils/binutils-020311/bfd/../include/ansidecl.h', needed by `archive.lo'.  Stop.
make[3]: Leaving directory `/tmp/build/binutils/bfd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/build/binutils/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/tmp/build/binutils/bfd'
make: *** [all-bfd] Error 2
make: Leaving directory `/tmp/build/binutils'





can u  tell me how  can I proceed so that I can solve my problem.

  thanks


 Rgds.

 Samiran Sarkar
 Software Engineer

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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