Subject: gas error
To: None <port-sparc64@NetBSD.ORG>
From: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
List: port-sparc64
Date: 02/17/2001 16:44:45
Hello, 

I've installed NetBSD/sparc64 on an ULTRA-1 machine.
Everything works almost fine. 

But I cannot make the kernel.
Once I tried to build my custom kernel, it failed.
I also tried to build the GENERIC kernel. It also failed.
The sources were downloaded from
ftp://netbsd.tohoku.ac.jp/NetBSD/NetBSD-release-1-5/tar_files.
And all binaries were downloaded from 
ftp://core.ring.gr.jp/pub/NetBSD/arch/sparc64/snapshot/20010114

Any idea?

----
# uname -a
NetBSD euler.math.yokohama-cu.ac.jp 1.5Q NetBSD 1.5Q (GENERIC) #12: \
Sun Jan 14 10:54:27 PST 2001     \
eeh@nonplus.netbsd.org:/home4/src/sys/arch/sparc64/compile/GENERIC sparc64

# 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

Stop.
----

koya