From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 21:26:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB93916A4CE for ; Wed, 11 Aug 2004 21:26:26 +0000 (GMT) Received: from smtp801.mail.sc5.yahoo.com (smtp801.mail.sc5.yahoo.com [66.163.168.180]) by mx1.FreeBSD.org (Postfix) with SMTP id B876F43D1D for ; Wed, 11 Aug 2004 21:26:26 +0000 (GMT) (envelope-from addymin@pacbell.net) Received: from unknown (HELO ?192.168.1.12?) (m?chinn@pacbell.net@67.120.100.161 with plain) by smtp801.mail.sc5.yahoo.com with SMTP; 11 Aug 2004 21:26:26 -0000 Message-ID: <411A8FFA.3080004@pacbell.net> Date: Wed, 11 Aug 2004 14:30:34 -0700 From: Mike User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions References: <41196538.7030209@pacbell.net> In-Reply-To: <41196538.7030209@pacbell.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: error during "make buildkernel" in 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: addymin@pacbell.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 21:26:27 -0000 Mike wrote: > Greetings: > > This is my first foray into 5.2.1. I installed and ran cvsup (standard > and for ports). I went to build the kernel and and "make buildkernel" > died. Here is the error message. Any comments or hints would be helpful. > > > # make buildkernel KERNEL=TRITON > > > /usr/src/sys/modules/agp/../../pci/agp_nvidia.c: In function > `agp_nvidia_attach': > /usr/src/sys/modules/agp/../../pci/agp_nvidia.c:27: error: insn does not > satisfy its constraints: > (insn 702 701 1789 34 ./agp_if.h:23 (set (reg:SI 0 ax) > (plus:SI (plus:SI (reg/v:SI 0 ax [orig:197 ] [197]) > (mem:SI (plus:SI (reg/f:SI 6 bp) > (const_int -36 [0xffffffffffffffdc])) [0 > apbase+0 S4 A8])) > (const_int -1 [0xffffffffffffffff]))) 134 {*lea_1} > (insn_list 694 (nil)) > (nil)) > /usr/src/sys/modules/agp/../../pci/agp_nvidia.c:27: internal compiler > error: in reload_cse_simplify_operands, at postreload.c:378 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > *** Error code 1 > > Stop in /usr/src/sys/modules/agp. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/TRITON. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > Thanks, > Michael UPDATE: I have since tried to "make build world" several times (4 times). Each "make buildworld" crashed due to a segmentation fault. In each case the segmentation fault was different. I suspect that I might have faulty hardware (RAM?). I'll try a different stick of RAM and I might check the IDE HD ribbon cable. Thanks for your input. Michael > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >