Друзья, помогите пожалуйста разобраться.
FreeBSD 5.0 RELEASE, собрал под свой комп (домашний, настольный)
ядро, команда make buildkernel начинает выполняться, но
через 7-8 мин выдает сообщение:if.o: In function 'if_setlladdr':
if.o(.text+0x2725): undefined reference to 'arp_ifinit'
***Error code 1Не могу разобраться в чем дело, перепробовал различные варианты
ядра, но стопорится всегда одинаково. Может ядро неправильно, подскажите.
мое ядро:# GENERIC -- Generic kernel configuration file for FreeBSD/i386
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ke...
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.369.2.2 2002/12/31 05:35:45 scottl Exp $
machine i386
cpu I686_CPU
ident NEWKERNEL
maxusers 32options INET # InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
options NFS_ROOT # NFS usable as root device, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options NTFS #
options PROCFS # Process filesystem (requires PSEUDOFS)
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
options PSEUDOFS # Pseudo-filesystem framework
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
# System V support
options _KPOSIX_PRIORITY_SCHEDULING #
options IPFIREWALL #
options IPFIREWALL_VERBOSE #
options IPDIVERT #
options IPFILTER #
options IPSTEALTH #
options TCP_DROP_SYNFIN #
options SUIDDIR #
options VESA #
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
# System device
device isa
device eisa
device pci
# Floppy drives
device fdc
# ATA and ATAPI devices
device ata
device atadisk
device atapicd
device atapifd
# Keyboard & mouse PS/2
device atkbdc
device atkbd
device psm
device vga # driver VGA
device pcm # sound card
device sc # system console driver
device npx # math. coprocessor
device apm # power managment
device sio # COM1
device sio # COM2
# LPT ports
device ppc
device ppbus
device lpt
device ppi
# Pseudo devices - the number indicates how many units to allocate.
device loop # Network loopback
device ppp # Kernel PPP
device pty # Pseudo-ttys (telnet etc)
device bpf # Berkeley packet filter
device speaker # PC-speaker
device splash # Splash screen and screen saver support
Комп домашний и, как понимаю, сетевой карты нет. Тогда к чёрту:
options INET
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
options NFS_ROOT
options IPFIREWALL #
options IPFIREWALL_VERBOSE #
options IPDIVERT #
options IPFILTER #
options IPSTEALTH #
options TCP_DROP_SYNFIN
device loop
device ppp
device bpf
>Комп домашний и, как понимаю, сетевой карты нет. Тогда к чёрту:
>options INET
>options NFSCLIENT
> #
>Network Filesystem Client
>options NFSSERVER
> #
>Network Filesystem Server
>options NFS_ROOT
>options IPFIREWALL
> #
>options IPFIREWALL_VERBOSE
> #
>options IPDIVERT
>
>#
>options IPFILTER
>
>#
>options IPSTEALTH
> #
>
>options TCP_DROP_SYNFIN
>device loop
>device ppp
>device bpf
Я не специалист, фрю изучаю из интереса, но и хочется интернет погонять