From owner-freebsd-questions Tue Mar 7 17: 5:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 92C2337B543 for ; Tue, 7 Mar 2000 17:05:55 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12SUuw-0001Hh-00; Wed, 08 Mar 2000 03:05:38 +0200 From: Sheldon Hearn To: Kent Hauser Cc: freebsd-questions@FreeBSD.ORG Subject: Re: can't build (working) custom kernel 3.4 In-reply-to: Your message of "Mon, 07 Feb 2000 12:44:28 EST." <10002071744.AA00991@sneezy.tfd.com> Date: Wed, 08 Mar 2000 03:05:38 +0200 Message-ID: <4940.952477538@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 07 Feb 2000 12:44:28 EST, Kent Hauser wrote: > % cd /sys/i386/conf > % config GENERIC > % cd ../../compile/GENERIC > % make depend all install && reboot > > System won't boot. Suggestions? The first thing that comes to mind is crazy compiler optimizations. Did you build with any COPTFLAGS (compiler optimization flags) other than -O (and possibly -pipe)? Most folks set COPTFLAGS in /etc/make.conf. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message