From owner-freebsd-questions@FreeBSD.ORG Tue Mar 7 12:28:42 2006 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 2409516A420 for ; Tue, 7 Mar 2006 12:28:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB7F43D45 for ; Tue, 7 Mar 2006 12:28:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k27CSNK5028931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 7 Mar 2006 14:28:25 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k27CSHNR034766; Tue, 7 Mar 2006 14:28:17 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k27CSHSa034765; Tue, 7 Mar 2006 14:28:17 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 7 Mar 2006 14:28:16 +0200 From: Giorgos Keramidas To: AxeL Message-ID: <20060307122816.GA19065@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.376, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.82, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: Problem with kernel kompiling 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: Tue, 07 Mar 2006 12:28:42 -0000 On 2006-03-07 14:48, AxeL wrote: > I have some problem in my kernel kompiling.. > config command was successful .. but the make command..not.. > my hardware is : Celeron 533, mb Asus i810 , 3hdds and vineo nv > GeFerce 2 mx400. > here is my kernel. Don't run config(8) manually. Use the modern way of building a kernel: # cd /usr/src # make KERNCONF=AXELKERNEL buildworld buildkernel For a detailed set of steps that you can follow to manually update from source, please read the `/usr/src/UPDATING' file, and look for the section: To rebuild everything and install it on the current system. ----------------------------------------------------------- [...] If this fails too, then please include the exact steps you followed, and don't forget to include the error messages you see near the end of the buildworld/buildkernel run. - Giorgos