Date: Sun, 04 Jul 1999 13:07:32 -0700 From: Kent Stewart <kstewart@3-cities.com> To: red6 <red6@gmx.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 3.1 Kernel compilation error. Message-ID: <377FBF03.626CE916@3-cities.com> References: <377FB7BF.5DC44702@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
red6 wrote: > > Hello! > > I'm a FreeBSD newbie coming from the world of Linux. The FreeBSD > handbook has instructed me to post here when all else fails. > > I am using: > > FreeBSD 3.1 > > AMD K-2 450Mhz > VIA Apollo MVP3 > 128MB SDRAM > NE2000 Ethernet Compatible > Matrox G200 [AGP] > AWE64 > USR Sportster [cuaa0] > Western Digital 8GB > Acer 32x [secondary IDE master] > Acer CD-RW [secondary IDE slave] > > I'm recompiling my kernel to support my AWE64 by following the > directions at http://members.tripod.com/~section001/bsdawe64.html. > > I followed the kernel configuration [handbook] and ran 'config' > on MYKERNEL. I went the appropriate directory and did a > 'make depend,' but I received an error during 'make.' > > Here's a bit of the errors I received during 'make': > > -------------------- > ncr.o: In function `ncr_int_sir': > ncr.o(.text+0x302a): undefined reference to `xpt_print_path' > ncr.o(.text+0x3056): undefined reference to `xpt_print_path' > ncr.o(.text+0x308a): undefined reference to `xpt_print_path' > ncr.o(.text+0x30aa): more undefined references to `xpt_print_path' > follow > ahb.o: In function `ahbxptattach': > ahb.o(.text+0x6ae): undefined reference to `cam_simq_alloc' > ahb.o(.text+0x6e2): undefined reference to `cam_sim_alloc' > ahb.o(.text+0x6f2): undefined reference to `cam_simq_free' > ahb.o(.text+0x706): undefined reference to `xpt_bus_register' > ahb.o(.text+0x722): undefined reference to `xpt_create_path' > ahb.o(.text+0x749): undefined reference to `xpt_bus_deregister' > ahb.o(.text+0x753): undefined reference to `cam_sim_free' > ahb.o: In function `ahbhandleimmed': > ahb.o(.text+0x86b): undefined reference to `xpt_done' > ahb.o: In function `ahbprocesserror': > ahb.o(.text+0xc40): undefined reference to `xpt_print_path' > ahb.o(.text+0xc66): undefined reference to `xpt_setup_ccb' > ahb.o(.text+0xc74): undefined reference to `xpt_async' > ahb.o(.text+0xccc): undefined reference to `xpt_freeze_devq' > ahb.o: In function `ahbintr': > ahb.o(.text+0xe7b): undefined reference to `xpt_done' > ahb.o(.text+0xecf): undefined reference to `xpt_print_path' > -------------------- In your kernel configuration, you left ncr0, ahb0, ahc0, and isp0. Since you aren't using a scsi contoller and have disabled the scsi bus, you also need to diable these scsi controllers. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html 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?377FBF03.626CE916>