Date: Thu, 16 Jan 2003 19:41:10 +0100 From: Roman Neuhauser <neuhauser@bellavista.cz> To: romanbsd@altern.org Cc: freebsd-questions@freebsd.org Subject: Re: Kernel build returns Error code 1 Message-ID: <20030116184110.GV42719@freepuppy.bellavista.cz> In-Reply-To: <20030116180139.32AEE43F18@mx1.FreeBSD.org> References: <20030116180139.32AEE43F18@mx1.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030116184110.GV42719>
