Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2000 18:37:20 -0700
From:      Kent Stewart <kstewart@3-cities.com>
To:        marco carvalho <mc@speakeasy.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: kernel compile error w/ FreeBSD 4.0-R
Message-ID:  <394D7950.89FBCE30@3-cities.com>
References:  <Pine.LNX.4.21.0006181747540.1897-100000@grace.speakeasy.org>

next in thread | previous in thread | raw e-mail | index | archive | help


marco carvalho wrote:
> 
> heya, again thanx for all the help but this time i've decided to stay with
> 4.0-R and not update to 4.0-S just yet. Anyways here is the error msg while i
> try to compile my kernel:
> 
> root@lucidflux:/usr/src/sys/compile/galaXia$ make
> linking kernel
> init_sysent.o(.data+0xb54): undefined reference to `kqueue'
> init_sysent.o(.data+0xb5c): undefined reference to `kevent'
> kern_descrip.o: In function `close':
> kern_descrip.o(.text+0x7fe): undefined reference to `knote_fdclose'
> kern_exec.o: In function `execve':
> kern_exec.o(.text+0x53c): undefined reference to `knote'
> kern_exit.o: In function `exit1':
> kern_exit.o(.text+0x477): undefined reference to `knote'
> kern_fork.o: In function `fork1':
> kern_fork.o(.text+0x8e1): undefined reference to `knote'
> kern_sig.o: In function `psignal':
> kern_sig.o(.text+0x1195): undefined reference to `knote'
> sys_pipe.o: In function `pipe_read':
> sys_pipe.o(.text+0x574): undefined reference to `knote'
> sys_pipe.o(.text+0x9ad): more undefined references to `knote' follow
> vfs_aio.o: In function `aio_free_entry':
> vfs_aio.o(.text+0x2e7): undefined reference to `knote_remove'
> vfs_aio.o: In function `aio_daemon':
> vfs_aio.o(.text+0xc83): undefined reference to `knote'
> vfs_aio.o: In function `aio_qphysio':
> vfs_aio.o(.text+0x116d): undefined reference to `knote'
> vfs_aio.o: In function `_aio_aqueue':
> vfs_aio.o(.text+0x170f): undefined reference to `kqueue_register'
> vfs_aio.o: In function `aio_physwakeup':
> vfs_aio.o(.text+0x1be1): undefined reference to `knote'
> ffs_vnops.o: In function `ffs_write':
> ffs_vnops.o(.text+0x918): undefined reference to `knote'
> ufs_vnops.o: In function `ufs_create':
> ufs_vnops.o(.text+0xe1): undefined reference to `knote'
> ufs_vnops.o: In function `ufs_mknod':
> ufs_vnops.o(.text+0x12f): undefined reference to `knote'
> ufs_vnops.o: In function `ufs_setattr':
> ufs_vnops.o(.text+0x779): undefined reference to `knote'
> ufs_vnops.o(.text+0x926): more undefined references to `knote' follow
> ata-dma.o: In function `ata_dmainit':
> ata-dma.o(.text+0xb30): undefined reference to `ata_find_dev'
> ata-dma.o(.text+0xb54): undefined reference to `ata_find_dev'
> exception.o: In function `Xsyscall':
> exception.o(.text+0x12b): undefined reference to `syscall'
> exception.o: In function `Xint0x80_syscall':
> exception.o(.text+0x162): undefined reference to `syscall'
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/galaXia.

Did you do the "config galaXia" before you did the make depend and the
real make.  It also looks like you left an ata definition out or used
your old kernel config.

BTW, I cvsup'ed and did a buildworld of 4.0-Stable this afternoon.

Kent


> 
> any idea what the route of the prob is?
> 
> -Thanx

-- 
Kent Stewart
Richland, WA

mailto:kstewart@3-cities.com
http://www.3-cities.com/~kstewart/index.html
FreeBSD News http://daily.daemonnews.org/

SETI(Search for Extraterrestrial Intelligence) @ HOME
http://setiathome.ssl.berkeley.edu/


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?394D7950.89FBCE30>