Date: Fri, 4 May 2001 10:07:23 -0500 From: Mike Meyer <mwm@mired.org> To: "Falk Langer" <falkstar@web.de> Cc: questions@freebsd.org Subject: Re: AW: make buildkernel faild Message-ID: <15090.50603.446080.968113@guru.mired.org> In-Reply-To: <BIEMJBONIGEEGOKLOABBAEANCAAA.falkstar@web.de> References: <15090.48475.626884.783795@guru.mired.org> <BIEMJBONIGEEGOKLOABBAEANCAAA.falkstar@web.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Falk Langer <falkstar@web.de> types: > > > > >Guilherme Oliveira <guilherme@nortenet.pt> 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 > > -- > > Mike Meyer <mwm@mired.org> 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. <mike -- Mike Meyer <mwm@mired.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15090.50603.446080.968113>