Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2001 14:39:23 -0500
From:      Christopher Schulte <christopher@schulte.org>
To:        Trevin Chow <tmchow@sfu.ca>, <freebsd-stable@freebsd.org>
Subject:   Re: umass.o causing problems
Message-ID:  <5.1.0.14.0.20010917143740.03b11e68@pop.schulte.org>
In-Reply-To: <20010917122332.X9969-100000@benny.geektank.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 From my kern conf:

----
device         umass           # Disks/Mass storage - Requires scbus and da
----

Do you maybe have umass uncommented, but not scbus and da?  I had that 
problem once.

At 12:36 PM 9/17/2001 -0700, Trevin Chow wrote:
>I'm trying to compile my kernel based on the latest source in the STABLE
>branch but am getting these errors:
>
>-----------
>umass.o: In function `umass_cam_attach_sim':
>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+0x12a6): undefined reference to `cam_simq_free'
>umass.o: In function `umass_cam_rescan_callback':
>umass.o(.text+0x12bf): undefined reference to `xpt_free_path'
>umass.o: In function `umass_cam_rescan':
>umass.o(.text+0x1309): undefined reference to `xpt_periph'
>umass.o(.text+0x1312): undefined reference to `xpt_create_path'
>umass.o(.text+0x1325): undefined reference to `xpt_setup_ccb'
>umass.o(.text+0x1340): undefined reference to `xpt_action'
>umass.o: In function `umass_cam_detach_sim':
>umass.o(.text+0x13f7): undefined reference to `xpt_bus_deregister'
>umass.o(.text+0x1415): undefined reference to `cam_sim_free'
>umass.o: In function `umass_cam_detach':
>umass.o(.text+0x1456): undefined reference to `xpt_create_path'
>umass.o(.text+0x1477): undefined reference to `xpt_async'
>umass.o(.text+0x147f): undefined reference to `xpt_free_path'
>umass.o: In function `umass_cam_action':
>umass.o(.text+0x179d): undefined reference to `xpt_done'
>umass.o(.text+0x17ad): undefined reference to `xpt_done'
>umass.o: In function `umass_cam_cb':
>umass.o(.text+0x18a1): undefined reference to `xpt_done'
>umass.o: In function `umass_cam_sense_cb':
>umass.o(.text+0x1918): undefined reference to `xpt_done'
>umass.o(.text+0x1929): undefined reference to `xpt_done'
>*** Error code 1
>-----------
>
>
>
>Any ideas?
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-stable" in the body of the message


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




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