From owner-freebsd-questions Fri May 4 8: 7:29 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 2D81737B422 for ; Fri, 4 May 2001 08:07:24 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 68532 invoked by uid 100); 4 May 2001 15:07:23 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15090.50603.446080.968113@guru.mired.org> Date: Fri, 4 May 2001 10:07:23 -0500 To: "Falk Langer" Cc: questions@freebsd.org Subject: Re: AW: make buildkernel faild In-Reply-To: References: <15090.48475.626884.783795@guru.mired.org> 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 Falk Langer types: > > > > >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. > > > -- > > Mike Meyer http://www.mired.org/home/mwm/ > > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more > information. > > > Thats right, but I installed my system new from a CD were complete system > was. I did not upgrage my system. In that case, you may still need to do "make buildworld". Some versions of "make buildkernel" didn't correctly fall back to the installed binaries if /usr/obj hadn't been populated by "make buildworld". However, if you haven't updated the source tree, you can use the config/make depend technic. > by the way I tryed to make the world, but it fails to. Some errors happend > dont now what. System is telling me that something ist wrong in swap. > > I'm traying again. Well, without the errors, it's hard to diagnose thep roblem. 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