Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 1996 22:07:49 +1000 (EST)
From:      Haytham Algyndy <haytham@s4.elec.uq.edu.au>
To:        questions@FreeBSD.ORG
Subject:   Help! Trouble Compiling Satable
Message-ID:  <199606131207.WAA27992@s4.elec.uq.edu.au>

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

I tried top compile the kernel after updating the srcs from
the release2.1 to stable, also I tried adding a CD drive and
a sound card.
The following error occurs.

loading kernel
init_main.o: Undefined symbol `_dummyinit' referenced
kern_xxx.o: Undefined symbol `_dummy_cleanup' referenced
*** Error code 1

Stop.

--------------------------------------------------------------
The box is a 486 DX2, 8M RAM, 
The CD is on the IDE secondary port
The HD is on the primary port.

--------------------------------------------------------------

The following is the configuration file for my kernel
--------------------------------------------------------------


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

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		UCONSOLE		#Allow users to grab the console
options		USER_LDT		#allow user-level control of i386

options		SYSVSHM			#SysV shared memory support
options		SYSVSEM			#SysV Semaphores
options		SYSVMSG			#SysV Messages

config		kernel	root on wd0 

controller	isa0			#isa bus, doesn't support PCI
controller	eisa0			#same as isa
options 	"AUTO_EOI_1"		#Some extra Usec saving for ints

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 flags 0x00ff80ff vector wdintr
disk		wd0	at wdc0 drive 0

options         ATAPI   #Enable ATAPI support for IDE bus
controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
device          wcd0    #IDE CD-ROM

controller	snd0
device		pas0	at isa? port 0x220 irq 5 drq 1 vector pasintr
#device		cd0	#Only need one of these, the code dynamically grows
#controller	matcd0	at isa? port 0x230 bio #for Creative Labs Panasonic/Matsushita

# 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
options		XSERVER			# include code for XFree86
options 	FAT_CURSOR		# Start with block cursor

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr #Math Coprocessor/mandatory

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

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device ed0 at isa? port 0x300 net irq  10 iomem 0xd8000 vector edintr
# Networking Options & Interfaces
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	snp	2
# 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


Thanks in advance for your help
Haytham
-- 
________________________________________________________________________
Haytham Abd-Alsalam Algyndy
Dept. of Elec. and Comp. Eng.
The UNIVERSITY of QUEENSLAND
Brisbane 4072, Queensland
Australia
haytham@elec.uq.edu.au
tel. 61 - 07 - 365 356 4 (AW)
Fax. 61 - 07 - 365 499 9
________________________________________________________________________



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