From owner-freebsd-questions Fri Jan 17 7:53:45 2003 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 D86EE37B40A for ; Fri, 17 Jan 2003 07:53:38 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA53243F65 for ; Fri, 17 Jan 2003 07:53:35 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 8804845E; Thu, 16 Jan 2003 19:41:14 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id DB6C72FDB04; Thu, 16 Jan 2003 19:41:10 +0100 (CET) Date: Thu, 16 Jan 2003 19:41:10 +0100 From: Roman Neuhauser To: romanbsd@altern.org Cc: freebsd-questions@freebsd.org Subject: Re: Kernel build returns Error code 1 Message-ID: <20030116184110.GV42719@freepuppy.bellavista.cz> Mail-Followup-To: romanbsd@altern.org, freebsd-questions@freebsd.org References: <20030116180139.32AEE43F18@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030116180139.32AEE43F18@mx1.FreeBSD.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keep the line length within reasonable bounds, please. (that doesn't include computer-generated text!) # romanbsd@altern.org / 2003-01-12 22:34:55 +0100: > I'm trying to add sound support to my FreeBSD Release 4.6.2 kernel but > it will not build successfully. Here is the error output I get (tail > of make output): > > <<<<<<<<<<<<<<<<<<<<<<<<<< > touch hack.c > cc -elf -shared -nostdlib hack.c -o hack.So > rm -f hack.c > sh ../../conf/newvers.sh PATKERNEL > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -c > linking kernel > if.o: In function `if_setlladdr': > if.o(.text+0x1bc4): undefined reference to `arp_ifinit' > *** Error code 1 > > Stop in /usr/src/sys/compile/PATKERNEL. looks like you took out "device ether". do `diff -u GENERIC PATKERNEL` to be sure. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message