Date: Thu, 10 Feb 2000 02:23:35 -0800 From: Brent Kearney <brent@kearneys.ca> To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Subject: Re: kernel compile for QIC80 support fails Message-ID: <20000210022335.A4511@kearneys.ca> In-Reply-To: <20000210015131.A3283@kearneys.ca>; from brent@kearneys.ca on Thu, Feb 10, 2000 at 01:51:31AM -0800 References: <20000210015131.A3283@kearneys.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Just wanted to add that I'm using 3.4-RL on an x86, floppy drive is enabled in the BIOS. -Brent On Thu, Feb 10, 2000 at 01:51:31AM -0800, Brent Kearney wrote: > > 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 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?20000210022335.A4511>