Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 1995 17:02:17 +0000 ()
From:      Daniel Leeds <cosmos@sponsor.octet.com>
To:        hackers@freebsd.org
Subject:   kernel compile woes
Message-ID:  <199512281702.RAA13047@sponsor.octet.com>

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

The following is my kernel config and the errors I get at compile.  I am
not new to this, and have been compiling kernels since 1.0.2, right now
I am confused as to what is wrong...thanks.

******ERROR GIVEN***********
loading kernel
if_ethersubr.o: Undefined symbol `_looutput' referenced from text segment
if_ether.o: Undefined symbol `_loif' referenced from text segment
igmp.o: Undefined symbol `_loif' referenced from text segment
ip_output.o: Undefined symbol `_looutput' referenced from text segment
*** Error code 1

Stop.



*********KERNEL CONFIG*********


#
#
#

machine		"i386"
cpu		"I486_CPU"
ident		SPONSOR
maxusers	10

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on wd0 

controller	isa0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		lpt0	at isa? port? tty irq 7 vector lptintr
device		lpt1	at isa? port? tty
device ed1 at isa? port 0x300 net irq  5 iomem 0xd8000 vector edintr

pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512281702.RAA13047>