From owner-freebsd-stable@FreeBSD.ORG Thu Mar 27 13:41:31 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B52F91065670 for ; Thu, 27 Mar 2008 13:41:31 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0658FC1F for ; Thu, 27 Mar 2008 13:41:31 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JesM9-0003Bn-AD for freebsd-stable@freebsd.org; Thu, 27 Mar 2008 13:41:25 +0000 Received: from adsl-69-234-204-22.dsl.irvnca.pacbell.net ([69.234.204.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 13:41:25 +0000 Received: from w41ter by adsl-69-234-204-22.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 13:41:25 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: walt Date: Thu, 27 Mar 2008 06:43:04 -0700 Lines: 30 Message-ID: References: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> <845c0f80803261848h7dd72076n40ff9cc1ffd5cb4c@mail.gmail.com> <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-204-22.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008032704) In-Reply-To: <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com> Sender: news Subject: Re: compile error while building kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 13:41:31 -0000 Rance Hall wrote: > On Wed, Mar 26, 2008 at 8:48 PM, Rance Hall wrote: >> On Wed, Mar 26, 2008 at 7:32 PM, walt wrote: >> > Rance Hall wrote: >> > > ... >> > >> > > im running an amd athlon64 processor but the i386 code. >> > > >> > > my march is athlon-mp (the system translates my athlon64 >> > > automatically to this in i386 mode)... >> > >> > ... >> > Anyway, if your make.conf defines CPUTYPE or MACHINE_ARCH as >> > athlon64 just try changing it to K8 or athlon-mp or athlon and >> > see if anything changes. >> > >> >> I tried setting CPUTYPE=athlon-mp in make.conf and I still couldn't >> buiild a kernel. You might try searching your source tree for .depend and .o files and delete any you find. Also, you could try building the old way: #cd /usr/src/sys/i386/conf #config GENERIC #cd ../compile/GENERIC #make all install If that works then you must have some funny files in your source tree that don't belong there.