Date: Sun, 28 Nov 2004 06:10:51 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: RL <rlurman@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Errors when building kernel Message-ID: <20041128041051.GA18263@gothmog.gr> In-Reply-To: <e6ceb9d404112719487da38295@mail.gmail.com> References: <e6ceb9d404112719487da38295@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-11-27 22:48, RL <rlurman@gmail.com> wrote: > This is my fist time building a kernel. I CVSUP'ed to the latest > source (on RELENG_5_3) on my FDBSD 5.3 system. I edited some things in > the config file and I did a make buildkernel KERNCONF=MYKERNEL. It > compiles for a while, but errors; I get this (a snippet): > > : undefined reference to `xpt_done' > entry.o(.text+0x2758): In function `hpt_action': > [...] > fdc.o(.text+0xb5d): In function `fdc_worker': > : undefined reference to `isa_dmadone' > [...] > ppc.o(.text+0xe7f): In function `ppcintr': > : undefined reference to `isa_dmadone' > [...] > sio.o(.text+0x502): In function `sioprobe': > : undefined reference to `isa_irq_pending' You have deleted or commented out parts of the GENERIC config that are necessary for the rest of the options you have. Start over from GENERIC. Read the comments carefully. Do not remove things that you are not sure about. - Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041128041051.GA18263>