This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: EGCS as a Cross-compiler and Binutils
- To: Dennis Newbold <dnewbold at ivs dot com>
- Subject: Re: EGCS as a Cross-compiler and Binutils
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 20 Aug 1998 00:20:38 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <35DADF06.4A03AF10@ivs.com>you write:
> you mean by "properly unpacking binutils, gas, gld, etc" into the
> egcs source tree.
You would want gcc, binutils, gas, ld, bfd, etc all at the same
directory level.
ie, unpack the egcs tarball. That will create
egcs-whatever/gcc
egcs-whatever/libiberty
egcs-whatever/libf2c
[ ... ]
Then unpack your binutils tarball. That will create
binutils-whatever/binutils
binutils-whatever/bfd
binutils-whatever/include
[ ... ]
You want:
whatever/gcc
whatever/libiberty
whatever/libf2c
whatever/binutils
whatever/bfd
whatever/include
[ ... ]
jeff