Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2001 08:33:19 -0800
From:      Adam Kranzel <adam@blacktabby.org>
To:        alpha@freebsd.org
Subject:   Kernel builds broken?
Message-ID:  <20011217083319.25adda22.adam@blacktabby.org>

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

Kernel builds on my alpha are dying with the following:

<snipped>
nsions -ansi  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sy
s/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include
-D_KERNEL -ffreestanding -include opt_global.h -elf  -mno-fp-regs -ffixed-8 -Wa,
-mev56  vers.c
linking kernel
fd.o: In function `fd_probe':
fd.o(.text+0x18a4): undefined reference to `rtcin'
fd.o(.text+0x18a8): undefined reference to `rtcin'
fd.o(.text+0x18c4): undefined reference to `rtcin'
fd.o(.text+0x18c8): undefined reference to `rtcin'
*** Error code 1

Stop in /usr/obj/usr/src/sys/MOLLY_NODEBUG.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Any ideas?
I tested both with my custom kernel config and with GENERIC, so it is not my
config file I don't think, but my config file is attached anyway.
This is all taking place on a dual-cpu 5305 (AS1200).

Thanks
 -Adam

machine		alpha
cpu		EV5
ident		MOLLY_NODEBUG
maxusers	0

# makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

# Platforms supported
options 	DEC_KN300		# AlphaServer 4100 (Rawhide), 1200 (Tincup)

options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MD_ROOT			#MD is a potential root device
options 	NFSCLIENT		#Network Filesystem Client
options 	NFSSERVER		#Network Filesystem Server
options 	NFS_ROOT		#NFS usable as root device
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI 
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

# Debugging for use in -current
options 	DDB			#Enable the kernel debugger
# options 	INVARIANTS		#Enable calls of extra sanity checking
# options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
# options 	WITNESS			#Enable mutex checks to detects deadlocks and cycles

# To make an SMP kernel, the next line is needed
options 	SMP			# Symmetric MultiProcessor Kernel

# Standard busses
device		isa
device		pci

# Floppy drives
device		fdc

# SCSI Controllers
device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')

# SCSI peripherals
device		scbus		# SCSI bus (required)
# device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
# device		ses		# SCSI Environmental Services (and SAF-TE)

# RAID controllers
device		mlx		# Mylex DAC960 family

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc	1	# At keyboard controller
device		atkbd		# at keyboard
device		psm		# psm mouse

device		vga		# VGA screen

# splash screen/screen saver
device		splash

# syscons is the default console driver, resembling an SCO console
device		sc	1

# real time clock
device		mcclock

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da
 
# PCI Ethernet NICs that use the common MII bus controller code.
device		miibus		# MII bus support
device		dc		# DEC/Intel 21143 and workalikes
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)

# Pseudo devices - the number indicates how many units to allocated.
device		random		# Entropy device
device		loop		# Network loopback
device		ether		# Ethernet support
# device		sl		# Kernel SLIP
# device		ppp	1	# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying/(translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device		bpf		#Berkeley packet filter

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?20011217083319.25adda22.adam>