From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 06:17:14 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 4140516A41C for ; Thu, 7 Jul 2005 06:17:14 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C9A43D53 for ; Thu, 7 Jul 2005 06:17:13 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.44 (FreeBSD)) id 1DqPhA-000C0a-C2 for freebsd-questions@freebsd.org; Thu, 07 Jul 2005 10:17:12 +0400 Message-ID: <42CCC8D5.9010302@speechpro.com> Date: Thu, 07 Jul 2005 10:16:53 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <1137466184.20050707023452@o2.pl> <20050707004656.GA32044@xor.obsecurity.org> <1185062865.20050707032014@o2.pl> In-Reply-To: <1185062865.20050707032014@o2.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: Kernel compiling error on FreeBSD 5.4 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, 07 Jul 2005 06:17:14 -0000 Piotr Baranowski wrote: >KK> Show us the exact error and exactly what you did, we can't help if >KK> you're vague about it. > >what i did was: >1) cd /usr/src/sys/i386/conf >2) cp GENERIC OWIEC >3) editing OWIEC >4) config OWIEC >5) cd ../compile/OWIEC >6) make depend >7) had errors >8) make -a D depend >9) seen errors ;-) > > 1) check that you have sources. reinstall sources from CD or recvsup. 2) check that you have correct version of C compiler. Try compile simple C program. 3) do "rm -fr /usr/obj/usr/src/sys/OWIEC" 4) then try second, and correct method >then i used second method >1) cd /usr/src >2) make buildkernel KERNCONF=OWIEC > >