Errors when building kernel

Giorgos Keramidas keramida at ceid.upatras.gr
Sat Nov 27 20:11:09 PST 2004


On 2004-11-27 22:48, RL <rlurman at 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



More information about the freebsd-questions mailing list