From owner-freebsd-questions@FreeBSD.ORG Mon May 21 03:47:51 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24736106566B for ; Mon, 21 May 2012 03:47:51 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id ABAA88FC08 for ; Mon, 21 May 2012 03:47:50 +0000 (UTC) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.53]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 8FBD0A734DC for ; Sun, 20 May 2012 23:47:49 -0400 (EDT) Received: (qmail 13757 invoked from network); 21 May 2012 03:47:49 -0000 Received: by simscan 1.4.0 ppid: 14988, pid: 27978, t: 0.1633s scanners: clamav: 0.88.2/m:52/d:13495 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.107.31]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 May 2012 03:47:48 -0000 Message-ID: <4FB9BAE5.5090902@speakeasy.org> Date: Sun, 20 May 2012 20:47:49 -0700 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120310 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4FB9AD4D.1020203@speakeasy.org> <20120521053929.0e0b229f.freebsd@edvax.de> In-Reply-To: <20120521053929.0e0b229f.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail8.sea5 X-Spam-Level: X-Spam-Status: No, score=0.9 required=8.0 tests=FORGED_RCVD_HELO, RATWARE_GECKO_BUILD autolearn=disabled version=3.0.4 Subject: Re: NanoBSD Build Failure 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: Mon, 21 May 2012 03:47:51 -0000 On 05/20/12 20:39, Polytropon wrote: > On Sun, 20 May 2012 19:49:49 -0700, Thomas D. Dean wrote: >> I am attempting to rebuild nanoBSD on an AMD64 system, using the same >> config file I used a couple years ago on a 32-bit system. >> [...] >> /usr/home/tomdean/nanoBSD/MYKERNEL: unknown option "I486_CPU" > > It seems that the amd64 sources do not understand "cpu I486_CPU". > Compare to /sys/i386/conf/GENERIC and /sys/i386/conf/NOTES > to the respective /sys/amd64/conf/GENERIC and /sys/amd64/conf/NOTES > for details, especially that amd64 uses "cpu HAMMER" instead > of "cpu I{4/5/6}86_CPU". > > > > cd /usr/src/sys/i386/conf > grep cpu GENERIC cpu I486_CPU cpu I586_CPU cpu I686_CPU device cpufreq > sudo env -i /usr/sbin/config GENERIC Must be some problem with nanobsd.sh?? Tom Dean