From owner-freebsd-questions Fri May 4 7:31:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 2E0A237B424 for ; Fri, 4 May 2001 07:31:56 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 67588 invoked by uid 100); 4 May 2001 14:31:55 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15090.48475.626884.783795@guru.mired.org> Date: Fri, 4 May 2001 09:31:55 -0500 To: Guilherme Oliveira Cc: questions@freebsd.org, Subject: Re: make buildkernel faild In-Reply-To: <28713379@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guilherme Oliveira types: > Falk Langer wrote: > > > > I have freeBSD 4.1 and I want to make a new kernel. So I tryed with my own > > konfiguration -> faild. > > Than I tryed to make the GENERIC kernel -> the same. > > Masage is : > > **** Error Code 1 > > > > befor it stops some massages on the screen like this : > > /tmp/ccN14674.s:2449: Error: Subtraction of two symbols in different > > sections "IdiePTD" {.date section} - "KERNBASE" {*UND* section} at file > > adress 1557. > > **** Error Code 1 > > > > I used the command : make buildkernel KERNEL=MYKERNEL > > It gave me the same error. > Then I maked the world and kernel copiled fine. > I think handbook says that we must make world first ... don't know why > ?! Yes, you need to do make world first. That's to make sure that the tools used to build the kernel are actually up to date. Using out of date tools can result in unexpected errors. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message