Date: Mon, 11 Oct 1999 21:31:42 +0200 (CEST) From: A.Leidinger@WJPServer.CS.Uni-SB.de To: current@freebsd.org Subject: kernel broken? (pcm) Message-ID: <199910111931.VAA52411@work.net.local>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
linking kernel.debug
ac97.o: In function `ac97_setmixer':
/usr/src/sys/compile/WORK/../../dev/pcm/ac97.c(.text+0x18d): undefined reference to `abs'
channel.o: In function `chn_setblocksize':
/usr/src/sys/compile/WORK/../../dev/pcm/channel.c:712: undefined reference to `abs'
mss.o: In function `mss_speed':
/usr/src/sys/compile/WORK/../../dev/pcm/isa/mss.c(.text+0x182d): undefined reference to `abs'
/usr/src/sys/compile/WORK/../../dev/pcm/isa/mss.c(.text+0x183f): undefined reference to `abs'
/usr/src/sys/compile/WORK/../../dev/pcm/isa/mss.c(.text+0x1869): undefined reference to `abs'
mss.o(.text+0x187b):/usr/src/sys/compile/WORK/../../dev/pcm/isa/mss.c: more undefined references to `abs' follow
*** Error code 1
1 error
I tried several cvsups since the morning.
Kernelconfig attached.
Bye,
Alexander.
--
Am I supposed to be impressed?
http://netchild.home.pages.de A.Leidinger+Home @ WJPServer.CS.Uni-SB.de
[-- Attachment #2 --]
machine i386
ident WORK
maxusers 32
makeoptions DEBUG=-g
#makeoptions CONF_CFLAGS=-fno-builtin
#
# Allow user-mode programs to manipulate their local descriptor tables.
# This option is required for the WINE Windows(tm) emulator, and is
# not used by anything else (that we know of).
#
#options USER_LDT #allow user-level control of i386 ldt
# Options for the VM subsystem
#options PQ_NOOPT # No coloring
options PQ_LARGECACHE # color for 512k/16k cache
#options PQ_HUGECACHE # color for 1024k/16k cache
#cpu I586_CPU
cpu I686_CPU # aka Pentium Pro(tm)
options CPU_FASTER_5X86_FPU
options CPU_SUSP_HLT
options "NO_F00F_HACK"
options COMPAT_43
options SYSVSHM
options SYSVSEM
options SYSVMSG
options MD5
options DDB
options GDB_REMOTE_CHAT
options KTRACE #kernel tracing
#options PERFMON
options UCONSOLE
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options INET #Internet communications protocols
pseudo-device ether #Generic Ethernet
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
pseudo-device bpf #Berkeley packet filter
pseudo-device disc #Discard device
pseudo-device streams
options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
options PPP_FILTER #enable bpf filtering (needs bpfilter)
options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
options IPFIREWALL_FORWARD #enable transparent proxy support
options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
options IPDIVERT #divert sockets
options IPSTEALTH #support for stealth forwarding
options TCP_RESTRICT_RST #restrict emission of TCP RST
options ICMP_BANDLIM
options FFS #Fast filesystem
options CD9660 #ISO 9660 filesystem
options KERNFS #Kernel filesystem
options MSDOSFS #MS DOS File System
options PROCFS #Process filesystem
options MFS #Memory File System
options NFS #Network File System
#options NFS_NOSERVER #Disable the NFS-server code.
options FFS_ROOT #FFS usable as root device
options SOFTUPDATES
options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L
controller scbus0 #base SCSI code
#device ch0 #SCSI media changers
device da0 #SCSI direct access devices (aka disks)
#device sa0 #SCSI tapes
device cd0 #SCSI CD-ROMs
device pass0 #CAM passthrough driver
device pt0 at scbus? # SCSI processor type
options CAM_MAX_HIGHPOWER=4
options SCSI_DELAY=5000# Be pessimistic about Joe SCSI device
pseudo-device pty #Pseudo ttys
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
#pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
options MSGBUF_SIZE=40960
controller isa0
# Enable support for the kernel PLL to use an external PPS signal,
# under supervision of [x]ntpd(8)
# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp
#options PPS_SYNC
controller pnp0
controller atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1
options ATKBD_DFLT_KEYMAP # specify the built-in keymap
makeoptions ATKBD_DFLT_KEYMAP="german.iso"
#options KBD_DISABLE_KEYMAP_LOAD # refuse to load a keymap
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device psm0 at atkbdc? irq 12
device vga0 at isa? port ? conflicts
options VESA
pseudo-device splash
device sc0 at isa? flags 0x06
options MAXCONS=16 # number of virtual consoles
options SC_DFLT_FONT # compile font in
makeoptions SC_DFLT_FONT="iso"
options SC_HISTORY_SIZE=800 # number of history buffer lines
#options SC_DISABLE_REBOOT # disable reboot key sequence
device npx0 at nexus? port IO_NPX flags 0x0 irq 13
#controller ata0
#device atadisk0 # ATA disk drives
##device atapicd0 # ATAPI CDROM drives
#device atapifd0 # ATAPI floppy drives
##device atapist0 # ATAPI tape drives
controller wdc0 at isa? port IO_WD1 irq 14
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
#controller wdc1 at isa? port IO_WD2 irq 15
#disk wd2 at wdc1 drive 0
#disk wd3 at wdc1 drive 1
options IDE_DELAY=2000 # Be optimistic about Joe IDE device
device wfd0
controller fdc0 at isa? port IO_FD1 irq 6 drq 2
disk fd0 at fdc0 drive 0
device sio0 at isa? port IO_COM1 flags 0x20010 irq 4
device sio1 at isa? port 0x2e8 irq 10 flags 0x20000
device ed0
#controller snd0
#device sb0 at isa? port 0x220 irq 5 drq 1 conflicts
#device sbxvi0 at isa? port 0x220 irq 5 drq 5 conflicts
#device sbmidi0 at isa? port 0x330 irq? #0x330
#device opl0 at isa? port 0x388
device pcm0
device joy0 at isa? port IO_GAME
device pca0 at isa? port IO_TIMER1
device apm0 at nexus?
#ACPI Experimental Driver
#controller acpi0
controller pci0
controller ahc0
options AHC_ALLOW_MEMIO
controller smbus0
controller intpm0
device smb0 at smbus?
controller iicbus0
controller iicbb0
device ic0 at iicbus?
device iic0 at iicbus?
device iicsmb0 at iicbus?
options AVM_A1
device isic0 at isa? port 0x300 irq 3 flags 4
pseudo-device "i4bq921"
pseudo-device "i4bq931"
pseudo-device "i4b"
pseudo-device "i4btrc" 2
pseudo-device "i4bctl"
pseudo-device "i4brbch" 2
pseudo-device "i4btel" 1
pseudo-device "i4bipr" 2
options IPR_VJ
pseudo-device "i4bisppp" 2
options PERIPH_1284 # Makes your computer act as a IEEE1284
# compliant peripheral
controller ppbus0
device lpt0 at ppbus?
#device plip0 at ppbus?
device ppi0 at ppbus?
#device pps0 at ppbus?
device lpbb0 at ppbus?
device ppc0 at isa? port? irq 7
#options CLK_CALIBRATION_LOOP
#options CLK_USE_I8254_CALIBRATION
options CLK_USE_TSC_CALIBRATION
controller uhci0
controller ohci0
controller usb0
device ums0
device ukbd0
device ulpt0
device uhid0
device ugen0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910111931.VAA52411>
