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] SGI-IRIX-6.5.18 - file number 1 already allocated


------- Additional Comments From rsandifo at redhat dot com  2004-07-27 06:56 -------
Subject: Re:  New: SGI-IRIX-6.5.18 - file number 1 already
 allocated

"mika dot poikonen at verticom dot fi" <gcc-bugzilla@gcc.gnu.org> writes:
> /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

You say you're using binutils, but the -g message means that gcc was
configured to use the MIPSpro assemblers instead.  So what configure
line did you use?  You'll need at least --with-gnu-as and --with-gnu-ld.

Richard


-- 


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]