This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Uberbaum tree broken for m68k-elf
- From: Graham Stott <graham dot stott at btinternet dot com>
- To: Peter Barada <peter at baradas dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 28 Jan 2003 18:47:05 +0000
- Subject: Re: Uberbaum tree broken for m68k-elf
- References: <20030128015343.C816898964@baradas.org>
Peter,
Peter Barada wrote:
For about the last week, the uberbaum tree has failed to build from
scratch when configured with --target=m68k-elf
The bukld fails int the tix/unix directory looking for a tk8.4 subdir
that isn't there.
[snip]
Has anyone else had any luck building the uberbaum tree on RH7.3?
I got the same problem which isn't m68k-elf specific it occurs for all
uberbaum toolchains.
I've hacked it locally by cloning the tix/unix/tk8.3 directory into a
new tix/unix/tk8.4 directory. I then modified tk8.4/Makefile.in and
changed a $(TCL_BIN_DIR)/tclsh8.3 reference into $(TCL_BIN_DIR)/tclsh8.4
This allowed me to build a complete toolchain but I haven't tried installing
or running the testsuites.
Cheers
Graham