Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 15:06:46 +0300
From:      Virus <alex550@mail.ru>
To:        freebsd-questions@FreeBSD.org
Subject:   kernel doesnt build
Message-ID:  <56290185.20020308150646@mail.ru>

next in thread | raw e-mail | index | archive | help
Hello,i can't build my kernel caus make fails. I'm using freevsd4.5
release. There is no error in config file, error becomes when i'm
maiking kernel (make).
this is the log of error:
.........
sh /usr/src/sys/conf/newvers.sh KERNEL1
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2  vers.c
linking kernel
if_an.o: In function `an_attach':
if_an.o(.text+0x4d2): undefined reference to `ether_output'
if_an.o(.text+0x661): undefined reference to `ether_ifattach'
if_an.o: In function `an_rxeof':
if_an.o(.text+0xa39): undefined reference to `ether_input'
if_an.o: In function `an_setdef':
if_an.o(.text+0x182c): undefined reference to `ng_ether_detach_p'
if_an.o(.text+0x1838): undefined reference to `ng_ether_detach_p'
if_an.o(.text+0x1892): undefined reference to `ng_ether_attach_p'
if_an.o(.text+0x189e): undefined reference to `ng_ether_attach_p'
if_an.o: In function `an_ioctl':
if_an.o(.text+0x1a66): undefined reference to `ether_ioctl'
if_an_isa.o: In function `an_detach_isa':
if_an_isa.o(.text+0x13e): undefined reference to `ether_ifdetach'
if_an_pci.o: In function `an_detach_pci':
if_an_pci.o(.text+0x212): undefined reference to `ether_ifdetach'
if_cs.o: In function `cs_attach':
if_cs.o(.text+0xb06): undefined reference to `ether_output'
if_cs.o(.text+0xcaf): undefined reference to `ether_ifattach'
if_cs.o: In function `cs_get_packet':
if_cs.o(.text+0x1079): undefined reference to `ether_input'
if_cs.o: In function `cs_ioctl':
if_cs.o(.text+0x1513): undefined reference to `ether_ioctl'
if_ie.o: In function `ieattach':
if_ie.o(.text+0xc40): undefined reference to `ether_output'
if_ie.o(.text+0xc98): undefined reference to `ether_ifattach'
if_ie.o: In function `ie_readframe':
if_ie.o(.text+0x179a): undefined reference to `ether_input'
if_ie.o: In function `ieioctl':
if_ie.o(.text+0x2916): undefined reference to `ether_ioctl'
if_sn.o: In function `sn_attach':
if_sn.o(.text+0x190): undefined reference to `ether_output'
if_sn.o(.text+0x1d0): undefined reference to `ether_ifattach'
if_sn.o: In function `snread':
if_sn.o(.text+0xea0): undefined reference to `ether_input'
if_sn.o: In function `snioctl':
if_sn.o(.text+0xf5a): undefined reference to `ether_ioctl'
if_lnc.o: In function `lnc_attach_sc':
if_lnc.o(.text+0x5e0): undefined reference to `ether_output'
if_lnc.o(.text+0x626): undefined reference to `ether_ifattach'
if_lnc.o: In function `lncintr_sc':
if_lnc.o(.text+0x197b): undefined reference to `ether_input'
if_lnc.o: In function `lnc_ioctl':
if_lnc.o(.text+0x24f6): undefined reference to `ether_ioctl'
if_wi.o: In function `wi_pccard_detach':
if_wi.o(.text+0x17e): undefined reference to `ether_ifdetach'
if_wi.o: In function `wi_generic_attach':
if_wi.o(.text+0x5c6): undefined reference to `ether_output'
if_wi.o(.text+0x7f2): undefined reference to `ether_ifattach'
if_wi.o: In function `wi_rxeof':
if_wi.o(.text+0xb2d): undefined reference to `ether_input'
if_wi.o: In function `wi_ioctl':
if_wi.o(.text+0x1d06): undefined reference to `ether_ioctl'
*** Error code 1

Stop in /usr/obj/usr/src/sys/KERNEL1.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
localhost#

Please, help me!

-- 
Best regards,
 Virus                          mailto:alex550@mail.ru


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?56290185.20020308150646>