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

[Bug other/16724] New: SGI-IRIX-6.5.18 - file number 1 already allocated


Trying to compile GCC version 3.4.1 to SGI O2 (R5000/IP32) running Irix 6.5.18.
Following error comes up:
gmake[1]: Entering directory `/asennus/gnome/gcc-3.4.1/zlib'
.
.
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/asennus/gnome/gcc-3.4.1/gcc/xgcc -B/asennus/gnome/gcc-3.4.1/gcc/
-B/opt/gcc/mips-sgi-irix6.5/bin/ -B/opt/gcc/mips-sgi-irix6.5/lib/ -isystem
/opt/gcc/mips-sgi-irix6.5/include -isystem /opt/gcc/mips-sgi-irix6.5/sys-include
-O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I. -I./. -I./../include
-I../intl  -mabi=32 -DL_muldi3 -c ./libgcc2.c -o libgcc/mabi=32/_muldi3.o
./libgcc2.c:1: note: -g is only supported using GNU as with -mabi=32,
./libgcc2.c:1: note: -g option disabled
/var/tmp//ccTq0rJB.s: Assembler messages:
/var/tmp//ccTq0rJB.s:117: Error: file number 1 already allocated
gmake[2]: *** [libgcc/mabi=32/_muldi3.o] Error 1
gmake[2]: Leaving directory `/asennus/gnome/gcc-3.4.1/gcc'
gmake[1]: *** [stmp-multilib] Error 2
gmake[1]: Leaving directory `/asennus/gnome/gcc-3.4.1/gcc'
gmake: *** [all-gcc] Error 2
gmake: Leaving directory `/asennus/gnome/gcc-3.4.1'

At this point, file cannot be found from /var/tmp.

Any suggestions?

ld,ar,as&nm comes from binutils 2.15. Gcc version, I'm compiling with
is 3.3 from SGI Freeware.

/tmp.

-- 
           Summary: SGI-IRIX-6.5.18 - file number 1 already allocated
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mika dot poikonen at verticom dot fi
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16724


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