From owner-freebsd-questions Mon Jul 17 4:44:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gvc.globalvc.co.uk (mailgate.globalvc.co.uk [195.173.104.2]) by hub.freebsd.org (Postfix) with ESMTP id B6EC337B8D7 for ; Mon, 17 Jul 2000 04:44:19 -0700 (PDT) (envelope-from robc@globalvc.co.uk) Received: by mailgate.globalvc.co.uk with Internet Mail Service (5.0.1460.8) id ; Mon, 17 Jul 2000 12:48:34 +0100 Message-ID: <3B666137355DD31199B100E018C15EA213C287@mailgate.globalvc.co.uk> From: Rob Carmichael To: "'freebsd-questions@freebsd.org'" Subject: argh, i can't make a custard kernal Date: Mon, 17 Jul 2000 12:48:33 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I wonder if anyone can help, i get like a million of these when i try to 'make' a custom kernal ... what am i doing wrong ? sym_hipd.o(.text+0x6d5): undefined reference to `xpt_done' sym_hipd.o: In function `sym_init': sym_hipd.o(.text+0x161e): undefined reference to `xpt_async' sym_hipd.o: In function `sym_setwide': sym_hipd.o(.text+0x17d7): undefined reference to `xpt_setup_ccb' sym_hipd.o(.text+0x17e5): undefined reference to `xpt_async' sym_hipd.o: In function `sym_setsync': sym_hipd.o(.text+0x189b): undefined reference to `xpt_setup_ccb' sym_hipd.o(.text+0x18ac): undefined reference to `xpt_async' sym_hipd.o: In function `sym_setpprot': sym_hipd.o(.text+0x199c): undefined reference to `xpt_setup_ccb' sym_hipd.o(.text+0x19b0): undefined reference to `xpt_async' sym_hipd.o: In function `sym_intr1': sym_hipd.o(.text+0x1ebb): undefined reference to `xpt_print_path' sym_hipd.o: In function `sym_int_sbmc': sym_hipd.o(.text+0x211f): undefined reference to `xpt_print_path' sym_hipd.o: In function `sym_sir_task_recovery': sym_hipd.o(.text+0x32ef): undefined reference to `xpt_async' sym_hipd.o: In function `sym_action1': sym_hipd.o(.text+0x53f8): undefined reference to `xpt_done' sym_hipd.o: In function `sym_action2': sym_hipd.o(.text+0x5cfb): undefined reference to `xpt_print_path' sym_hipd.o: In function `sym_cam_attach': sym_hipd.o(.text+0x6b7d): undefined reference to `cam_simq_alloc' sym_hipd.o(.text+0x6ba7): undefined reference to `cam_sim_alloc' sym_hipd.o(.text+0x6bba): undefined reference to `xpt_bus_register' sym_hipd.o(.text+0x6be1): undefined reference to `xpt_create_path' sym_hipd.o(.text+0x6c29): undefined reference to `cam_sim_free' sym_hipd.o(.text+0x6c36): undefined reference to `cam_simq_free' sym_hipd.o: In function `sym_cam_free': sym_hipd.o(.text+0x6c92): undefined reference to `xpt_bus_deregister' sym_hipd.o(.text+0x6c9f): undefined reference to `cam_sim_free' sym_hipd.o(.text+0x6cb6): undefined reference to `xpt_free_path' *** Error code 1 Stop in /usr/src/sys/compile/MALAWI. regards, rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message