Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 1996 01:41:40 -0700
From:      "Michael L. VanLoon -- HeadCandy.com" <michaelv@HeadCandy.com>
To:        freebsd-questions@freebsd.org, freebsd-current@freebsd.org
Subject:   Help building kernel
Message-ID:  <199605200841.BAA07339@MindBender.HeadCandy.com>

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

Help!  I'm trying to build a kernel on 2.1.0-Release, and I can't get
it to work.  Every time it goes to link I get these two errors:

init_main.o: Undefined symbol `_dummyinit' referenced
kern_xxx.o: Undefined symbol `_dummy_cleanup' referenced

I'm using:

	config -g SPI
	cd ../../compile/SPI
	make depend
	make

Here's my config file:


#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $
#

machine		"i386"
cpu		"I386_CPU"
ident		SPI
maxusers	16

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device

options		DUMMY_NOPS
options		GATEWAY
options		KTRACE
options		"AUTO_EOI_1"
options		"AUTO_EOI_2"

options		SYSVSEM
options		SYSVMSG
options		SYSVSHM

options		DDB
options		DIAGNOSTIC
makeoptions	DEBUG="-g"

config		kernel	root on wd0 dumps on wd0

controller	isa0

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

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

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		cy0	at isa? tty irq 11 iomem 0xd4000 iosiz 0x2000 vector cyintr
device		cy1	at isa? tty irq 12 iomem 0xd6000 iosiz 0x2000 vector cyintr

device		ed0	at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	ppp	16
pseudo-device	pty	64
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	vn	4
pseudo-device	bpfilter 4


-----------------------------------------------------------------------------
  Michael L. VanLoon                                 michaelv@HeadCandy.com
        --<  Free your mind and your machine -- NetBSD free un*x  >--
    NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3,
        Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32...
    NetBSD ports in progress: PICA, others...

   Roll your own Internet access -- Seattle People's Internet cooperative.
                  If you're in the Seattle area, ask me how.
-----------------------------------------------------------------------------





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