Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 1996 19:43:08 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        afr04@rs1.rrz.Uni-Koeln.DE (Ralf Luettgen)
Cc:        freebsd-bugs@freebsd.org
Subject:   Re: Error during compilation of kernel with worm
Message-ID:  <199607251743.TAA22163@uriah.heep.sax.de>
In-Reply-To: <1.5.4.32.19960725130837.0068f66c@mail.rrz.uni-koeln.de> from Ralf Luettgen at "Jul 25, 96 03:08:37 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Ralf Luettgen wrote:

> During the compilation of the kernel of release 2.1.5 with the
> following line in the conf file :
> 
> device          worm0   at scbus?
> 
> I've got the following message :
> 
> oading kernel
> conf.o: Undefined symbol `_wormopen' referenced from data segment
> conf.o: Undefined symbol `_wormclose' referenced from data segment
> conf.o: Undefined symbol `_wormioctl' referenced from data segment
> conf.o: Undefined symbol `_wormstrategy' referenced from data segment
> *** Error code 1

Strange.  Have you recompiled the entire kernel after reconfiguring?

These functions are the cdevsw[]/bdevsw[] functions, they are being
generated by a macro expansion inside sys/scsi/worm.c.  Is worm.c
compiled into your kernel at all (it is supposed to)?

Puzzling, i have test-compiled a 2.1.5 kernel before updating the
driver in 2.1.5, and the above was supposed to function ever since
2.1.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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