From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 00:11:45 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 8514716A4CE for ; Wed, 11 Aug 2004 00:11:45 +0000 (GMT) Received: from smtp807.mail.sc5.yahoo.com (smtp807.mail.sc5.yahoo.com [66.163.168.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 64C5043D46 for ; Wed, 11 Aug 2004 00:11:45 +0000 (GMT) (envelope-from addymin@pacbell.net) Received: from unknown (HELO ?192.168.1.12?) (m?chinn@pacbell.net@63.202.83.94 with plain) by smtp807.mail.sc5.yahoo.com with SMTP; 11 Aug 2004 00:11:45 -0000 Message-ID: <41196538.7030209@pacbell.net> Date: Tue, 10 Aug 2004 17:15:52 -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 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 00:11:45 -0000 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