Date: Thu, 10 Feb 2000 01:51:31 -0800 From: Brent Kearney <brent@kearneys.ca> To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Subject: kernel compile for QIC80 support fails Message-ID: <20000210015131.A3283@kearneys.ca>
next in thread | raw e-mail | index | archive | help
Hi, I'm having trouble compiling in support for my /dev/ft0 device.
It's an older Connor QIC80 floppy-tape drive.
Here's what I have in my kernel config file:
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
#controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 flags 0x1 #
#disk fd0 at fdc0 drive 0
tape ft0 at fdc0 drive 0
(my floppy disk drive is disconnected at the moment)
I do a 'config', then switch to the build directory, and a 'make
depend', all without errors. However, the 'make' fails here:
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused
-fformat-extensions -ansi -nostdinc -I- -I. -I../..
-I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf
vers.c
loading kernel
ioconf.o(.data+0x4): undefined reference to `fdcdriver'
ioconf.o(.data+0x268): undefined reference to `fdcdriver'
*** Error code 1
Stop.
I don't know what to do...
-Brent
.-.
.-. / \
.-. / \ / \
--/---\-----/-----\-------/-------\-
`' \ / \ / \
`-' \ /
Brent Kearney `-'
brent@kearneys.ca
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?20000210015131.A3283>
