Subject: Re: gas error
To: None <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
From: Greg Earle <earle@isolar.DynDNS.ORG>
List: port-sparc64
Date: 02/17/2001 11:12:32
> # make depend && make
> (snip)
> cc -g -O -pipe -Wimplicit -Wunused -Wswitch -Wcomment -Wtrigraphs \
> -Wchar-subscripts -Wparentheses -Wstrict-prototypes -Wmissing-prototypes \
> -Wpointer-arith -Wa,-Av9a -mno-fpu -I. -I../../../../arch -I../../../.. \
> -nostdinc -DSUN4U -DTRAPWIN -D__ELF__ -DLKM -DDEBUG -D_LP64 \
> -DMAXUSERS=32 -D_KERNEL   -c ../../../../kern/vfs_syscalls.c
> {standard input}: Assembler messages:
> {standard input}:322: Fatal error: Can't extend frag 98. chars
> In file included from ../../../../kern/vfs_syscalls.c:60:
> ../../../../sys/syscallargs.h:305: output pipe has been closed
> cpp: output pipe has been closed
> *** Error code 1

I ran into this building something in userland.  If you hand build this
file without the "-g", I bet the "Can't extend frag 98. chars" message
will go away.  However, it might come back again on the next file ...

	- Greg