Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2001 23:45:39 -0400
From:      Bill Moran <wmoran@iowna.com>
To:        Daniel Milani <dmilani@mint.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: help with kernel description
Message-ID:  <3B146CE3.D7DBFACE@iowna.com>
References:  <p05010403b73a056f7574@[216.227.152.193]>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Milani wrote:
> 
> could someone help me figure out what's wrong with my kernel description...
> 
> I have edited my kernel description and configed it then
> make depend
> make
> and this happens
> ***Error code 1
> 
>         umass.o: In function `umass_cam_attach_sim':
> 
> I then a get a whole string of
> 
>         umass.o(.text+0x1257): undefined reference to `cam_simq_alloc'
>         umass.o(.text+0x127d): undefined reference to `cam_sim_alloc'
>         umass.o(.text+0x1296): undefined reference to `xpt_bus_register'
>         umass.o(.text+0x1257): undefined reference to cam_simq_free'
> 
> and it continues in a similar fashion for some other functions of umass....

While you neglected to provide the kernel config file (thus making it
very difficult to diagnose your problem) I would guess from the error
messages that you included SCSI devices without including the SCSI bus
device.

-- 
If a bird in the hand
is worth two in the bush,
then what can I get for
two hands in the bush?

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?3B146CE3.D7DBFACE>