Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2004 17:54:05 -0700
From:      RYAN vAN GINNEKEN <rmvg@shaw.ca>
To:        freebsd-questions@freebsd.org
Subject:   custom kernel
Message-ID:  <403AA0AD.3090702@shaw.ca>

next in thread | raw e-mail | index | archive | help
Hello I use FreeBSD 4.9 Stable and am tring to compile a custom kernel 
but get the following error.
Also i am running a Intel865glcl with a cleron 2.4 the board supports 
hyperthreading do the chip and operating system. 

bp.o: In function `sbp_probe_target':
sbp.o(.text+0x750): undefined reference to `xpt_freeze_devq'
sbp.o(.text+0x822): undefined reference to `xpt_freeze_devq'
sbp.o: In function `sbp_cam_scan_lun':
sbp.o(.text+0xc5f): undefined reference to `xpt_setup_ccb'
sbp.o(.text+0xc68): undefined reference to `xpt_action'
sbp.o(.text+0xc75): undefined reference to `xpt_release_devq'
sbp.o: In function `sbp_cam_scan_target':
sbp.o(.text+0xcff): undefined reference to `xpt_setup_ccb'
sbp.o(.text+0xd21): undefined reference to `xpt_action'
sbp.o(.text+0xd2e): undefined reference to `xpt_release_devq'
sbp.o: In function `sbp_do_attach':
sbp.o(.text+0xdc0): undefined reference to `xpt_periph'
sbp.o(.text+0xdc9): undefined reference to `xpt_create_path'
sbp.o: In function `sbp_agent_reset_callback':
sbp.o(.text+0xe9b): undefined reference to `xpt_release_devq'
sbp.o: In function `sbp_orb_pointer':
sbp.o(.text+0x10ca): undefined reference to `xpt_done'
sbp.o: In function `sbp_recv1':
sbp.o(.text+0x1b09): undefined reference to `xpt_freeze_devq'
sbp.o(.text+0x1dd2): undefined reference to `xpt_done'
sbp.o: In function `sbp_attach':
sbp.o(.text+0x1eef): undefined reference to `cam_simq_alloc'
sbp.o(.text+0x1f48): undefined reference to `cam_sim_alloc'
sbp.o(.text+0x1f58): undefined reference to `cam_simq_free'
sbp.o(.text+0x1f6a): undefined reference to `xpt_bus_register'
sbp.o(.text+0x1f85): undefined reference to `xpt_periph'
sbp.o(.text+0x1f8e): undefined reference to `xpt_create_path'
sbp.o(.text+0x206e): undefined reference to `cam_sim_free'
sbp.o: In function `sbp_detach':
sbp.o(.text+0x219c): undefined reference to `xpt_free_path'
sbp.o(.text+0x21ad): undefined reference to `xpt_bus_deregister'
sbp.o: In function `sbp_cam_detach_target':
sbp.o(.text+0x2395): undefined reference to `xpt_release_devq'
sbp.o(.text+0x23ab): undefined reference to `xpt_async'
sbp.o(.text+0x23b3): undefined reference to `xpt_free_path'
sbp.o: In function `sbp_target_reset':
sbp.o(.text+0x2410): undefined reference to `xpt_freeze_devq'
sbp.o: In function `sbp_timeout':
sbp.o(.text+0x2504): undefined reference to `xpt_freeze_devq'
sbp.o: In function `sbp_action1':
sbp.o(.text+0x2af5): undefined reference to `xpt_done'
sbp.o(.text+0x2b05): undefined reference to `xpt_done'
sbp.o: In function `sbp_abort_ocb':
sbp.o(.text+0x30b2): undefined reference to `xpt_done'
umass.o: In function `umass_cam_attach_sim':
umass.o(.text+0x142b): undefined reference to `cam_simq_alloc'
umass.o(.text+0x1451): undefined reference to `cam_sim_alloc'
umass.o(.text+0x146a): undefined reference to `xpt_bus_register'
umass.o(.text+0x147a): undefined reference to `cam_simq_free'
umass.o: In function `umass_cam_rescan_callback':
umass.o(.text+0x1493): undefined reference to `xpt_free_path'
umass.o: In function `umass_cam_rescan':
umass.o(.text+0x14dd): undefined reference to `xpt_periph'
umass.o(.text+0x14e6): undefined reference to `xpt_create_path'
umass.o(.text+0x14f9): undefined reference to `xpt_setup_ccb'
umass.o(.text+0x1514): undefined reference to `xpt_action'
umass.o: In function `umass_cam_detach_sim':
umass.o(.text+0x15cb): undefined reference to `xpt_bus_deregister'
umass.o(.text+0x15e9): undefined reference to `cam_sim_free'
umass.o: In function `umass_cam_detach':
umass.o(.text+0x162a): undefined reference to `xpt_create_path'
umass.o(.text+0x164b): undefined reference to `xpt_async'
umass.o(.text+0x1653): undefined reference to `xpt_free_path'
umass.o: In function `umass_cam_action':
umass.o(.text+0x19d3): undefined reference to `xpt_done'
umass.o(.text+0x19e5): undefined reference to `xpt_done'
umass.o: In function `umass_cam_cb':
umass.o(.text+0x1afd): undefined reference to `xpt_done'
umass.o: In function `umass_cam_sense_cb':
umass.o(.text+0x1c04): undefined reference to `xpt_done'
umass.o(.text+0x1c15): undefined reference to `xpt_done'
umass.o(.text+0x1c2f): more undefined references to `xpt_done' follow
*** Error code 1

Stop in /usr/src/sys/compile/V23.COMPUTERKING.CA.








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