Date: Mon, 17 Jul 2000 12:48:33 +0100 From: Rob Carmichael <robc@globalvc.co.uk> To: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: argh, i can't make a custard kernal Message-ID: <3B666137355DD31199B100E018C15EA213C287@mailgate.globalvc.co.uk>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B666137355DD31199B100E018C15EA213C287>