Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 1999 14:11:06 -0500
From:      Brian McCreadie <BMcCreadie@cdnow.com>
To:        "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>
Subject:   Kernel build errors....any help?
Message-ID:  <EFA9091521C7D21183E20008C7B1590707804F@PAEXCHG01>

next in thread | raw e-mail | index | archive | help
I would appreciate any help someone might offer.
While attempting to build a kernel for 3.1, I am receiving the following
errors:
I have played around a bit with it, but still am getting errors

loading kernel
syscons.o: In function `scvidprobe':
syscons.o(.text+0x231): undefined reference to `vid_configure'
syscons.o(.text+0x24e): undefined reference to `vid_allocate'
syscons.o(.text+0x26b): undefined reference to `vid_get_adapter'
syscons.o: In function `set_scrn_saver_mode':
syscons.o(.text+0x2f19): undefined reference to `vidsw'
syscons.o: In function `restore_scrn_saver_mode':
syscons.o(.text+0x2fde): undefined reference to `vidsw'
syscons.o: In function `exchange_scr':
syscons.o(.text+0x3397): undefined reference to `vidsw'
syscons.o: In function `scinit':
syscons.o(.text+0x4a2f): undefined reference to `vid_get_adapter'
syscons.o(.text+0x4a3c): undefined reference to `vidsw'
syscons.o(.text+0x4a58): undefined reference to `vidsw'
syscons.o(.text+0x4c19): undefined reference to `vidsw'
syscons.o(.text+0x4c38): undefined reference to `vidsw'
syscons.o: In function `init_scp':
syscons.o(.text+0x4f30): undefined reference to `vid_get_adapter'
syscons.o(.text+0x4f3c): undefined reference to `vidsw'
syscons.o: In function `scmmap':
syscons.o(.text+0x5b37): undefined reference to `vidsw'
syscons.o: In function `set_mode':
syscons.o(.text+0x5d19): undefined reference to `vidsw'
syscons.o(.text+0x5d53): undefined reference to `vidsw'
syscons.o(.text+0x5dde): undefined reference to `vidsw'
syscons.o(.text+0x5e3b): more undefined references to `vidsw' follow
*** Error code 1

My config file is:

machine		"i386"
cpu		"I586_CPU"
ident		VULCAN
maxusers	20

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem

options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		UCONSOLE		#Allow users to grab the console

options		SYSVSHM
options		"SHMMAXPGS=512" # 2048 Kb sharable memory
options		SYSVSEM
options		SYSVMSG

config		kernel	root on da0 

controller	isa0
controller	eisa0
controller	pci0

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

controller	ahc0

controller	scbus0 # Single bus device

device		da0
device		sd0

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


options		XSERVER			# include code for XFree86

pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device          sc0     at isa? tty

options         MAXCONS=16              # number of virtual consoles
options         "STD8X16FONT"           # Compile font in
makeoptions     "STD8X16FONT"="cp850"
options         SC_HISTORY_SIZE=200     # number of history buffer lines

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

#FOR THE SERIAL MOUSE
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr

# For the Intel Ethernet Express Network PCI card
device          fxp0 

pseudo-device	loop
pseudo-device	ether
pseudo-device   bpfilter # enable packet filtering
pseudo-device	pty	32

--
Brian A. McCreadie		
Manager of Core Development - CDnow
Email   : bmccreadie@cdnow.com
Office  : (215)619-9405 
Cellular: (610)283-6673
 __o
-\<,
0/ 0




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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