From owner-freebsd-questions@FreeBSD.ORG Mon Feb 23 16:59:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C4216A4CE for ; Mon, 23 Feb 2004 16:59:44 -0800 (PST) Received: from pd5mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10AAC43D2D for ; Mon, 23 Feb 2004 16:59:44 -0800 (PST) (envelope-from rmvg@shaw.ca) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-ser.prod.shaw.ca [10.0.141.108])2003))freebsd-questions@freebsd.org; Mon, 23 Feb 2004 17:54:05 -0700 (MST) Received: from pn2ml7so.prod.shaw.ca (pn2ml7so-qfe0.prod.shaw.ca [10.0.121.151]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HTK00DDAD5X15@l-daemon> for freebsd-questions@freebsd.org; Mon, 23 Feb 2004 17:53:57 -0700 (MST) Received: from shaw.ca (h68-146-233-172.cg.shawcable.net [68.146.233.172]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HTK0053ID5WQ5@l-daemon> for freebsd-questions@freebsd.org; Mon, 23 Feb 2004 17:53:57 -0700 (MST) Date: Mon, 23 Feb 2004 17:54:05 -0700 From: RYAN vAN GINNEKEN To: freebsd-questions@freebsd.org Message-id: <403AA0AD.3090702@shaw.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) Subject: custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 00:59:44 -0000 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.