Skip site navigation (1)Skip section navigation (2)
Date:      13 Feb 2002 17:00:42 +0000
From:      Theo van Klaveren <t.vanklaveren@student.utwente.nl>
To:        freebsd-alpha@freebsd.org
Subject:   4.5-R kernel build broken?
Message-ID:  <1013619642.834.2.camel@vuurvogel.phoenix>

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

--=-qK7W4EUFQKE1xExvRNjy
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi, 

I'm trying to build 4.5-RELEASE on a (very old!) alpha, but the kernel
build fails with the following: 

...
linking kernel 
scvidctl.o: In function `sc_set_text_mode': 
scvidctl.o(.text+0x4c): undefined reference to `vidsw' 
scvidctl.o: In function `sc_set_graphics_mode': 
scvidctl.o(.text+0x458): undefined reference to `vidsw' 
... 

And so on, and so forth. All of these are in the syscons code. Am I
missing something in my kernel config (attached)? 

Please reply to me directly as I am not subscribed to -alpha.

Thanks in advance! 

-- 
Theo van Klaveren <t.vanklaveren@student.utwente.nl>
http://home.student.utwente.nl/t.vanklaveren

--=-qK7W4EUFQKE1xExvRNjy
Content-Description: 
Content-Disposition: attachment; filename=PHOENIX
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-15

machine		alpha
cpu		EV4
ident		PHOENIX
maxusers	32

# Platforms supported
options 	DEC_AXPPCI_33		# UDB, Multia, AXPpci33, Noname

options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options		UFS_DIRHASH
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=3D5000		#Delay (in ms) before probing SCSI=20
options 	UCONSOLE		#Allow users to grab the console
options 	KTRACE			#ktrace(1) syscall trace support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options		P1003_1B		#Posix P1003_1B real-time extentions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies

options		IPFIREWALL
options		IPDIVERT

# Standard busses
device		isa
device		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# SCSI Controllers
device		sym		# NCR/Symbios Logic (newer chipsets)

# SCSI peripherals
device		scbus		# SCSI bus (required)
device		da		# Direct Access (disks)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1
device		psm0	at atkbdc? irq 12

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

# real time clock
device		mcclock0 at isa? port 0x70

# ata controller
device		ata0	at isa? port IO_WD1 irq 14

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 irq 4
device		sio1	at isa? port IO_COM2 irq 3 flags 0x50

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	bpf		# Berkeley Packet Filter


--=-qK7W4EUFQKE1xExvRNjy--


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




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