From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 04:30:15 2004 Return-Path: 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 1E5BB16A4CF for ; Sun, 22 Feb 2004 04:30:15 -0800 (PST) Received: from smtp-out4.xs4all.nl (smtp-out4.xs4all.nl [194.109.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBB543D1D for ; Sun, 22 Feb 2004 04:30:14 -0800 (PST) (envelope-from fjaspers@xs4all.nl) Received: from xs1.xs4all.nl (xs1.xs4all.nl [194.109.21.2]) by smtp-out4.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1MCSTOh094545 for ; Sun, 22 Feb 2004 13:30:13 +0100 (CET) Received: from xs1.xs4all.nl (fjaspers@localhost.xs4all.nl [127.0.0.1]) by xs1.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1MCST2g052456 for ; Sun, 22 Feb 2004 13:28:29 +0100 (CET) (envelope-from fjaspers@xs4all.nl) Received: (from fjaspers@localhost) by xs1.xs4all.nl (8.12.10/8.12.9/Submit) id i1MCST0r052455 for freebsd-questions@FreeBSD.org; Sun, 22 Feb 2004 13:28:29 +0100 (CET) (envelope-from fjaspers) Date: Sun, 22 Feb 2004 13:28:29 +0100 From: fjaspers@xs4all.nl To: freebsd-questions@FreeBSD.org Message-ID: <20040222122829.GA51371@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Kernel build problem after make world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 12:30:15 -0000 Hi, I upgraded my system from RELEASE 5.0 to RELENG_5_2. Used cvsup to get the sources, made buildworld; made a generic kernel; installed world. Everything went well, i was able to boot into multi-user mode. BUT now i would like build a custom kernel. This doesnt work anymore. I tried it both ways. (make builkernel KERNCONF=MYKERNEL, or config MYKERNEL, make depend; make;) The kernel sources seem to compile, but when the linker starts my screen is flooded with unknown "Unknown referernces errors" Would anybody known what causes this? Should there be some magic new entry in /etc/make.conf? Any help is apreciated. Thnx. Frans Jaspers (fjaspers@xs4all.nl)