Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 17:09:19 +0930
From:      Brian Astill <bastill@sa.apana.org.au>
To:        freebsd-questions@FreeBSD.ORG
Subject:   make(kernel 4.6) broken?
Message-ID:  <200207300734.g6U7YiL40127@tierzero.apana.org.au>

next in thread | raw e-mail | index | archive | help
I configured/make depend without error, then make:
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x14be): undefined 
reference to `xpt_create_path'
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x14df): undefined 
reference to `xpt_async'
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x14e7): undefined 
reference to `xpt_free_path'
umass.o: In function `umass_cam_action':
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x1805): undefined 
reference to `xpt_done'
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x1815): undefined 
reference to `xpt_done'
umass.o: In function `umass_cam_cb':
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c:2521: undefined reference to 
`xpt_done'
umass.o: In function `umass_cam_sense_cb':
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x1988): undefined 
reference to `xpt_done'
/usr/src/sys/compile/NOAPM/../../dev/usb/umass.c(.text+0x1999): undefined 
reference to `xpt_done'
*** Error code 1
Stop in /usr/src/sys/compile/NOAPM.

<sigh>
Workarounds, anyone?
-- 
Regards,
Brian


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?200207300734.g6U7YiL40127>