public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Teslovich, Tanya" <TTeslovich@cnmcresearch.org>
To: "'gcc-help@gcc.gnu.org'" <gcc-help@gcc.gnu.org>
Subject: compile error with "make bootstrap" on SGI IRIX 6.5 platform
Date: Fri, 21 Sep 2001 08:18:00 -0000	[thread overview]
Message-ID: <68432103CA98D511ADDE00805FF779F40737B6@mailbox.cnmcresearch.org> (raw)

I am trying to install gcc-3.0.1 on an SGI running IRIX 6.5.  I am compiling
with the gcc-3.0 binary I downloaded from SGI as freeware.  After
configuring, I've tried to run 'make' (GNU make) and 'make bootstrap,' and
both ways, after 20 minutes of compiling, I get the following error:

**************************************************************
./config/mips/iris6.h defaults.h insn-codes.h insn-flags.h"
MACHMODE_H="machmode.h machmode.def" \
          LIB1ASMSRC='' \
          MAKEOVERRIDES= \
          -f libgcc.mk all
make: file `libgcc.mk' line 10: Syntax error
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
**************************************************************

The first dozen lines of libgcc.mk are:

**************************************************************
1  srcdir = .
2  VPATH = .
3  EQ = =
4  
5  force:
6  
7  libgcc/./_muldi3.o: stmp-dirs $(srcdir)/libgcc2.c $(CONFIG_H)
$(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h
unwind.inc unwind-dw2-fde.h
8          $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES)
$(MAYBE_USE_COLLECT2) -DL_muldi3 -c $(srcdir)/libgcc2.c -o
libgcc/./_muldi3.o
9  libgcc/mabi$(EQ)64/_muldi3.o: stmp-dirs $(srcdir)/libgcc2.c $(CONFIG_H)
$(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h
unwind.inc unwind-dw2-fde.h
10         $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES)
$(MAYBE_USE_COLLECT2) -mabi=64 -DL_muldi3 -c $(srcdir)/libgcc2.c -o
libgcc/mabi$(EQ)64/_muldi3.o
11 libgcc/./_divdi3.o: stmp-dirs $(srcdir)/libgcc2.c $(CONFIG_H)
$(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h
unwind.inc unwind-dw2-fde.h
12         $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES)
$(MAYBE_USE_COLLECT2) -DL_divdi3 -c $(srcdir)/libgcc2.c -o
libgcc/./_divdi3.o
**************************************************************
(I apologize for wordwrap issues!)


I have no idea what the syntax error is.  Any help would be greatly
appreciated.


Tanya Teslovich

                 reply	other threads:[~2001-09-21  8:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68432103CA98D511ADDE00805FF779F40737B6@mailbox.cnmcresearch.org \
    --to=tteslovich@cnmcresearch.org \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).