Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 1995 14:29:18 -0400 (EDT)
From:      Matthew Bailey <mbailey@cps.cmich.edu>
To:        hackers@freebsd.org
Subject:   SNAP 951020 Kernel compile problems.
Message-ID:  <Pine.SUN.3.91.951022142701.4971B-100000@cps201>

next in thread | raw e-mail | index | archive | help
Below is the final protions of building a kernel for my machine. and yet 
below that is the config that I used to try to build this kernel.

If someone would be so kind to take a look and see if there is something 
obvious that I missed. I would be greatful.

Thanks again
Matthew S. Bailey




>From root@taz.emmons.cmich.eduSun Oct 22 14:26:58 1995
Date: Sun, 22 Oct 1995 10:10:11 -0400
From: Charlie Root <root@taz.emmons.cmich.edu>
To: mbailey@cps.cmich.edu

Script started on Sun Oct 22 10:09:37 1995
taz# make
loading kernel
conf.o: Undefined symbol `_wcdopen' referenced from data segment
conf.o: Undefined symbol `_wcdclose' referenced from data segment
conf.o: Undefined symbol `_wcdstrategy' referenced from data segment
conf.o: Undefined symbol `_wcdioctl' referenced from data segment
conf.o: Undefined symbol `_wcdopen' referenced from data segment
conf.o: Undefined symbol `_wcdclose' referenced from data segment
conf.o: Undefined symbol `_wcdioctl' referenced from data segment
conf.o: Undefined symbol `_wcdstrategy' referenced from data segment
*** Error code 1

Stop.
taz# exit
taz# exit

Script done on Sun Oct 22 10:09:45 1995


---------- Forwarded message ----------
Date: Sun, 22 Oct 1995 10:10:37 -0400
From: Charlie Root <root@taz.emmons.cmich.edu>
To: mbailey@cps.cmich.edu

#
# ATAPI -- GENERIC kernel with ATAPI (IDE) CDROM support added.
#
#	$Id: ATAPI,v 1.2 1995/10/05 04:34:30 jkh Exp $
#

machine		"i386"
cpu		"I586_CPU"
ident		DEVIL
maxusers	256
options		"CHILD_MAX=256"
options		"OPEN_MAX=256"
options		USER_LDT
options		NQNFS
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		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on sd0 

controller	isa0
controller	pci0

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

options         ATAPI   #Enable ATAPI support for IDE bus
device          wcd0    #IDE CD-ROM

controller	ahc0

controller	scbus0

device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically grows

# 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
#options		XSERVER			# include code for XFree86

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

# 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 de0

pseudo-device	loop
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	64
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?Pine.SUN.3.91.951022142701.4971B-100000>