This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: EGCS as a Cross-compiler and Binutils




  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


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