From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 22:07:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CDC4316A41C for ; Thu, 14 Jul 2005 22:07:29 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E9943D45 for ; Thu, 14 Jul 2005 22:07:29 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localdomain [70.98.247.55] by opusnet.com with ESMTP (SMTPD32-8.05) id A21FF000030; Thu, 14 Jul 2005 15:07:27 -0700 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.13.3/8.13.3) with ESMTP id j6EM84kW001374; Thu, 14 Jul 2005 15:08:05 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localdomain (8.13.3/8.13.3/Submit) id j6EM7xZn001373; Thu, 14 Jul 2005 15:07:59 -0700 (PDT) (envelope-from garys@opusnet.com) To: garys@opusnet.com (Gary W. Swearingen) References: <56br56vyrs.r56@mail.opusnet.com> <098y09fdva.y09@mail.opusnet.com> From: garys@opusnet.com (Gary W. Swearingen) Date: Thu, 14 Jul 2005 15:07:59 -0700 In-Reply-To: <098y09fdva.y09@mail.opusnet.com> (Gary W. Swearingen's message of "Thu, 14 Jul 2005 11:20:57 -0700") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-RBL-Warning: WEIGHT10: Total weight between 10 and 14. X-Spam-Tests-Failed: SPAMDOMAINS, SPFf, WEIGHT10 [11] Cc: freebsd-questions@freebsd.org Subject: Re: How do I build i386 arch on Athlon 64? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 22:07:29 -0000 garys@opusnet.com (Gary W. Swearingen) writes: > make TARGET_ARCH=i386 TARGET_CPUTYPE=athlon-xp Well, that built OK, but the resulting kernel panic'd (the same way) with or without the TARGET_CPUTYPE in there: Mounting root from ufs:/dev/ad0s4a exec /sbin/init : error 8 ... init: not found in path panic: no init I guess I'll try again after cvsup'ing and then give it up, get an i386 CDROM, and try "upgrading" with that.