This is the mail archive of the gcc-help@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]

compile error with "make bootstrap" on SGI IRIX 6.5 platform


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


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