|
News,
Internal,
Projects,
Home Software, Support, Documentation |
On Sat, Jun 21, 2003 at 03:33:36PM +0900, 김기현 wrote: > 다음과 같은 에러들이 나왔는데요.. > 원인들을 알고싶습니다.... > > sbp.o: In function `sbp_probe_target': > sbp.o(.text+0x694): undefined reference to `xpt_freeze_devq' > sbp.o(.text+0x766): undefined reference to `xpt_freeze_devq' > sbp.o: In function `sbp_cam_scan_lun': > sbp.o(.text+0xa9f): undefined reference to `xpt_setup_ccb' ....... > umass.o: In function `umass_cam_action': > umass.o(.text+0x19b7): undefined reference to `xpt_done' > umass.o(.text+0x19c9): undefined reference to `xpt_done' > umass.o: In function `umass_cam_cb': > umass.o(.text+0x1ae1): undefined reference to `xpt_done' > umass.o: In function `umass_cam_sense_cb': > umass.o(.text+0x1be8): undefined reference to `xpt_done' > umass.o(.text+0x1bf9): undefined reference to `xpt_done' > umass.o(.text+0x1c13): more undefined references to `xpt_done' follow ...... umass(4)때문에 발생한 에러로 보입니다. 커널설정 부분에 다음 option이 포함되어 있어야 합니다. device scbus device da device pass -- Pyun YongHyeon <http://www.kr.freebsd.org/~yongari> KTIS, Inc. +82-2-597-0600 -- Please look and take part in KFUG FAQ: <http://www.kr.freebsd.org/FAQ-kr/> To Unsubscribe: send mail to majordomo@xxxxxxxxxxxxxx with "unsubscribe questions" in the BODY of the message
|
Copyright © 1998-2005 Korea FreeBSD Users Group. All rights reserved. webmaster at kr.FreeBSD.org $Date: 2003/06/30 23:00:55 $ |
|