From owner-freebsd-questions Thu Feb 10 2:24: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kearneys.ca (cr1003527-a.rct1.bc.wave.home.com [24.113.36.145]) by builder.freebsd.org (Postfix) with SMTP id 56C3D436A for ; Thu, 10 Feb 2000 02:23:58 -0800 (PST) Received: (qmail 4533 invoked by uid 1000); 10 Feb 2000 10:23:35 -0000 Date: Thu, 10 Feb 2000 02:23:35 -0800 From: Brent Kearney To: FreeBSD Questions Subject: Re: kernel compile for QIC80 support fails Message-ID: <20000210022335.A4511@kearneys.ca> References: <20000210015131.A3283@kearneys.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000210015131.A3283@kearneys.ca>; from brent@kearneys.ca on Thu, Feb 10, 2000 at 01:51:31AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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