From owner-freebsd-questions@FreeBSD.ORG Thu May 31 11:41:43 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E4BAF16A41F for ; Thu, 31 May 2007 11:41:43 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 5D98113C469 for ; Thu, 31 May 2007 11:41:43 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from [192.168.0.21] (athedsl-152096.home.otenet.gr [85.75.137.190]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l4VBferZ020603 for ; Thu, 31 May 2007 14:41:41 +0300 Message-ID: <465EB474.3090206@otenet.gr> Date: Thu, 31 May 2007 14:41:40 +0300 From: Manolis Kiagias User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: FreeBSD Questions References: <993906.77714.qm@web39204.mail.mud.yahoo.com> In-Reply-To: <993906.77714.qm@web39204.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: installing the kernel 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, 31 May 2007 11:41:44 -0000 Dhananjaya hiremath wrote: > Hello sir, > Here we are installing the kernel by following commond > #make depend > #make > #make install > > But #make depend is working when we give #make it giving following error so please mention what is wrong with us. > > Warning: Object directory not changed from original /usr/src/sys/dev/ipmi > cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c ipmi.c > *** Error code 1 > Stop in /usr/src/sys/dev/ipmi. > > Thank U and Regards > Dhananjaya Hiremath > > > --------------------------------- > Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Building and installing a FreeBSD kernel is mostly a fool-proof process - as long as you know what to edit in / out of the configuration file. It is described in great depth in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html I don't know where you get your instructions from, but it looks like you are trying to copy linux procedures. First study the handbook, then try.