Subject: How do I build -current?
To: None <port-sun3@NetBSD.ORG>
From: Paulo Alexandre Pinto Pires <pappires@vortex.del.ufrj.br>
List: port-sun3
Date: 07/24/1996 00:07:20
Hello, All.

I am trying to build -current for my Sun3 system but I got stuck on
several errors that I hope you can halp me solve.

I started buy building /usr/src/usr.sbin/config in order to build
the kernel.  Config OK, but when compiling the kernel, I got


cc  -O2 -msoft-float -Werror -nostdinc -I. -I../../../../arch -I../../../.. -undef -D__NetBSD__ -Dm68k -Dmc68000 -D_KERNEL -Dmc68020 -Dsun3 -DNEWCONFIG -DMACHINE_NONCONTIG -DTIMEZONE="0" -DDST="0" -DGENERIC -DFPU_EMULATE -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DKTRACE -DDDB -DNFSSERVER -DNFSCLIENT -DFFS -DCD9660 -DFDESC -DFIFO -DKERNFS -DNULLFS -DPROCFS -DUNION -DINET -DNFS_BOOT_RWSIZE="0x400" -DCOMPAT_SUNOS -DCOMPAT_09 -DCOMPAT_10 -DCOMPAT_11 -DCOMPAT_43 -DTCP_COMPAT_42 -DUCONSOLE -DXSERVER -DPMAP_DEBUG -DDIAGNOSTIC  -c ../../../../nfs/nfs_vnops.c
../../../../nfs/nfs_vnops.c: In function `nfsspec_close':
../../../../nfs/nfs_vnops.c:3258: internal error--insn does not satisfy its constraints:
(insn 135 50 52 (set (reg:DI 10 a2)
        (mem/s:DI (plus:SI (reg:SI 11 a3)
                (const_int 168)))) 39 {movdi} (nil)
    (nil))
cc: Internal compiler error: program cc1 got fatal signal 6
*** Error code 1

Stop.


Since I heard one needed the new GNU built, I tried to build it but
I had lots of errors.

Is there any build sequence to get it working?

---
	Pappires