From owner-freebsd-current@FreeBSD.ORG Sat Jun 4 15:37:38 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5269216A41C; Sat, 4 Jun 2005 15:37:38 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9DA743D48; Sat, 4 Jun 2005 15:37:36 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring [10.0.0.2]) by itchy.rabson.org (8.13.3/8.12.11) with ESMTP id j54FbP4M096881; Sat, 4 Jun 2005 16:37:26 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: freebsd-current@freebsd.org Date: Sat, 4 Jun 2005 16:37:23 +0100 User-Agent: KMail/1.8 References: <20050531180503.GB55256@nowhere> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506041637.24988.dfr@nlsystems.com> X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on itchy.rabson.org X-Virus-Scanned: ClamAV 0.83/912/Sat Jun 4 11:00:52 2005 on itchy.rabson.org X-Virus-Status: Clean Cc: Craig Boston , Jim Thompson , current@freebsd.org Subject: Re: undefined reference to `cpu_fxsr' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 15:37:38 -0000 On Friday 03 June 2005 17:15, Jim Thompson wrote: > On May 31, 2005, at 8:05 AM, Craig Boston wrote: > > [...] > > linking kernel > > > > ptrace_machdep.o(.text+0xb): In function `cpu_ptrace': > > : undefined reference to `cpu_fxsr' > > > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/SOEKRIS. > > *** Error code 1 > > > > This seems to be related to the new ptrace_machdep.c file. All > > other references to cpu_fxsr I can find are wrapped by #ifdef > > CPU_ENABLE_SSE > > I just ran into the same thing. Seems to be a problem whenever you > don't have > cpu I686_CPU > in your KERNCONF file. I just committed a fix for this - try r1.2 of ptrace_machdep.c.