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]
Other format: [Raw text]

Re: tix fails to build for m68k-elf


On Fri, 2003-03-07 at 18:20, Peter Barada wrote:
> How can I pull together a tree that is the latest GCC cvs tree and
> build it?

I think there is no official, supported, and documented way to do this
for a newlib based cross-compiler.

I'd recommend using the uberbaum tree.  You just have to remember that
the uberbaum tree is not part of the gcc project, and is mostly
unofficial, unsupported, and undocumented, so you can't expect that
problems with it will be fixed in a timely manner.

If there was an official way to do this, it would probably be something
like check out the binutils, gcc, gdb, newlib, etc. projects separately,
build them separately, install them separately, and then do something to
make gcc build right before newlib has been installed.  But that is a
lot less convenient than the unofficial uberbaum tree.  This is what you
have to do if you want to build from official releases, since there is
no uberbaum equivalent for released versions of binutils/gcc/newlib/etc.

Jim



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