Date: Sun, 18 Jun 2000 17:52:12 -0700 (PDT) From: marco carvalho <mc@speakeasy.org> To: freebsd-questions@freebsd.org, kstewart@3-cities.com Subject: kernel compile error w/ FreeBSD 4.0-R Message-ID: <Pine.LNX.4.21.0006181747540.1897-100000@grace.speakeasy.org>
next in thread | raw e-mail | index | archive | help
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. any idea what the route of the prob is? -Thanx 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?Pine.LNX.4.21.0006181747540.1897-100000>