Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 1999 14:54:29 +0200
From:      Koen Schreel <K.R.A.M.Schreel@wtb.tue.nl>
To:        Luoqi Chen <luoqi@watermarkgroup.com>
Cc:        cdillon@wolves.k12.mo.us, current@FreeBSD.ORG
Subject:   Re: aic driver camified
Message-ID:  <380DBB85.BF035F2E@wtb.tue.nl>
References:  <199910200440.AAA29426@lor.watermarkgroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Luoqi Chen wrote:
> 
> I've ported it to -stable, but I don't have a machine to test it, please
> if you could. The code is in http://www.freebsd.org/~luoqi/aic/stable,
> apply patch files.diff, copy aic_isa.c to i386/isa, the rest goes to dev/aic.
> 

I cannot compile a kernel. It reports the following errors:

loading kernel
aic_isa.o: In function `aic_isa_probe':
aic_isa.o(.text+0x51): undefined reference to `aic_unit'
aic_isa.o(.text+0x6c): undefined reference to `aic_probe'
aic_isa.o(.text+0xeb): undefined reference to `aic_unit'
aic_isa.o(.text+0xf4): undefined reference to `aic_unit'
aic_isa.o: In function `aic_isa_attach':
aic_isa.o(.text+0x125): undefined reference to `aic_softcs'
aic_isa.o(.text+0x12b): undefined reference to `aic_softcs'
aic_isa.o(.text+0x13e): undefined reference to `aic_attach'
aic_isa.o: In function `aic_isa_intr':
aic_isa.o(.text+0x15f): undefined reference to `aic_softcs'
aic_isa.o(.text+0x165): undefined reference to `aic_intr'

*** Error code 1

Stop.

It looks as though aic.c is not compiled in. B.T.W., in fist line of
aic.c a reference to aic.h is placed, but that file is not present in
your directory.

TIA  

Koen.


-- 
Dr. K.R.A.M. Schreel         |   Eindhoven University of Technology 
                             |   Faculty of Mechanical Engineering 
Combustion Research          |   Section Energy Technology 
                             |   P. O. Box 513 
K.R.A.M.Schreel@wtb.tue.nl   |   5600 MB  Eindhoven, The Netherlands


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?380DBB85.BF035F2E>