[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Undefined symbol `_myip_ifp' referenced from text segment
- To: misc@openbsd.org
- Subject: Undefined symbol `_myip_ifp' referenced from text segment
- From: Pavel Korovin <pvk@tsinet.ru>
- Date: Wed, 8 Sep 1999 14:15:17 +0400
- Mail-Followup-To: misc@openbsd.org
hi all!
Trying to rebuild kernel for my home machine I've got the following error message:
8<---------
rm -f bsd
ld -z -Ttext F0100000 -e start -x -o bsd ${SYSTEM_OBJ} vers.o
if.o: Undefined symbol `_myip_ifp' referenced from text segment
*** Error code 1
Stop in /sys/arch/i386/compile/HIDEOUT.
--------->8
Can anybody help me with this problem? Kernel config attached.
Thanks.
---
Pavel Korovin
SMTP: pvk@tsinet.ru
PSTN: +7 (095) 721-26-00
###
machine i386
option I586_CPU
maxusers 32
config bsd root on wd0 swap on wd0 dumps on wd0
option DUMMY_NOPS # speed hack; recommended
option TIMEZONE=0 # timezone to adjust RTC time by
option DST=0 # daylight savings used by RTC
### Compability Options
option COMPAT_LINUX # binary compatibility with Linux
### Debuging Options
option DDB # in-kernel debugger
option DEBUG # kernel debugging
option DIAGNOSTIC # internal consistency checks
option KTRACE # system call tracing, a la ktrace(1)
option KMEMSTATS # collect malloc(9) statistics
### File Systems
option FFS # UFS
option MFS # memory file system
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
### File System Options
option FIFO # FIFOs; RECOMMENDED
### Miscellaneous Options
option APERTURE # in-kernel aperture driver for XFree86
option XSERVER # diddle with console driver
### Networking Options
option INET # IP + ICMP + TCP + UDP
option IPFILTER # IP packet filter for security
option IPFILTER_LOG # use /dev/ipl to log IPF
option IPFILTER_DEFAULT_BLOCK # block packets by default
#option PFIL_HOOKS # packet filter interface hooks
#option PPP_FILTER # turn on pcap(3) filtering for PPP connections
option PPP_BSDCOMP
option PPP_DEFLATE
### System V IPC Options
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
#option SHMMAXPGS=1024 # 1024 pages is the default
### Operation Related Options
option SWAPPAGER # paging; REQUIRED
option DEVPAGER # mmap() of devices
#option NTP # hooks supporting the Network Time Protocol
option APM_NOPRINT # supress APM status messages
### other options
option IPSENDREDIRECTS=0
option IPSOURCEROUTE=0
option IPDIRECTEDBCAST=0
option BUFCACHEPERCENT=35
####################
pseudo-device loop 2 # network loopback
pseudo-device bpfilter 8 # packet filter
#pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty
pseudo-device pty 64 # pseudo-terminals
pseudo-device vnd 4 # paging to files
pseudo-device ksyms 1 # kernel symbols device
####################
mainbus0 at root
bios0 at mainbus0
apm0 at bios0
isa0 at mainbus0
pci* at mainbus0 bus ?
#option PCIVERBOSE
pchb* at pci? dev ? function ? # PCI-Host bridges
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb? bus ?
pci* at pchb? bus ?
pcib* at pci? dev ? function ? # PCI-ISA bridges (do nothing)
npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
isapnp0 at isa?
#option DEBUG_ISAPNP
vt0 at isa? port 0x60 irq 1
pcppi0 at isa?
sysbeep0 at pcppi?
pccom0 at isa? port 0x3f8 irq 4 # standard PC serial ports
pccom1 at isa? port 0x2f8 irq 3
#pccom2 at isa? port 0x3e8 irq 4
#pccom* at isapnp?
pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
#lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
#lpt1 at isa? port 0x278
#lpt2 at isa? port 0x3bc
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd* at fdc? drive ? flags 0x20
pciide* at pci ? dev ? function ? flags 0x0000
wdc0 at isa? port 0x1f0 irq 14 flags 0x00 # ST506, ESDI, and IDE controllers
wdc1 at isa? port 0x170 irq 15 flags 0x00
wd* at wdc? channel ? drive ? flags 0x0000
wd* at pciide? channel ? drive ? flags 0x0000
atapiscsi* at wdc? channel ?
atapiscsi* at pciide? channel ?
scsibus* at atapiscsi?
sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster
sb* at isapnp?
opl* at sb?
midi* at opl? # OPL FM synth
audio* at sb?
pseudo-device pctr 1
pseudo-device sequencer 1
### EOF