From owner-freebsd-alpha Wed Feb 13 8:17:52 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 5856037B405 for ; Wed, 13 Feb 2002 08:17:39 -0800 (PST) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.11.6/8.11.6) with UUCP id g1DGHbD15198; Wed, 13 Feb 2002 17:17:37 +0100 (CET) (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g1DGHAeS022265; Wed, 13 Feb 2002 17:17:10 +0100 (CET)?g (envelope-from ticso@cicely8.cicely.de) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.6/8.11.6) id g1DGHAU26911; Wed, 13 Feb 2002 17:17:10 +0100 (CET) (envelope-from ticso) Date: Wed, 13 Feb 2002 17:17:09 +0100 From: Bernd Walter To: Theo van Klaveren Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: 4.5-R kernel build broken? Message-ID: <20020213161709.GL23566@cicely8.cicely.de> References: <1013619642.834.2.camel@vuurvogel.phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1013619642.834.2.camel@vuurvogel.phoenix> User-Agent: Mutt/1.3.26i X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 13, 2002 at 05:00:42PM +0000, Theo van Klaveren wrote: > Hi, > > I'm trying to build 4.5-RELEASE on a (very old!) alpha, but the kernel > build fails with the following: > > ... > linking kernel > scvidctl.o: In function `sc_set_text_mode': > scvidctl.o(.text+0x4c): undefined reference to `vidsw' > scvidctl.o: In function `sc_set_graphics_mode': > scvidctl.o(.text+0x458): undefined reference to `vidsw' > ... > > And so on, and so forth. All of these are in the syscons code. Am I > missing something in my kernel config (attached)? You can't have a sc device without a vga device too. Either remove sc0 if you are running seriel console or add vga0. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message