From owner-freebsd-questions Sun Aug 19 19:18:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 1236A37B414 for ; Sun, 19 Aug 2001 19:18:11 -0700 (PDT) (envelope-from rmardo@yahoo.com) Received: from unknown (HELO rino) (202.69.161.203) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Aug 2001 02:17:55 -0000 X-Apparently-From: Message-ID: <006e01c12920$ca7bfc60$cba145ca@rino> From: "Rino Mardo" To: "NS Kandah" , References: Subject: Re: kernel compile fails with error Date: Mon, 20 Aug 2001 10:06:37 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you didn't forgot to include this: # SCSI peripherals device scbus # SCSI bus (required) right? your error comes from the last part of your BEEBOP kernel in the USB section. there's an entry there that requires "scbus" so either you include scbus or remarked that offending USB entry looking for "scbus". Rino ----- Original Message ----- From: NS Kandah To: Sent: Monday, August 20, 2001 8:41 AM Subject: kernel compile fails with error > > The FreeBSD handbook says can send kernel compile error problems to this > list for some pointers. It said I can send my kernel config file to the > list. Is it ok to do this? Well, below is are the error messages when I > typed make : > > umass.o: In function `umass_cam_attach_sim': > umass.o(.text+0x1257): undefined reference to `cam_simq_alloc' > umass.o(.text+0x127d): undefined reference to `cam_sim_alloc' > umass.o(.text+0x1296): undefined reference to `xpt_bus_register' > umass.o(.text+0x12a6): undefined reference to `cam_simq_free' > umass.o: In function `umass_cam_rescan_callback': > umass.o(.text+0x12bf): undefined reference to `xpt_free_path' > umass.o: In function `umass_cam_rescan': > umass.o(.text+0x1309): undefined reference to `xpt_periph' > umass.o(.text+0x1312): undefined reference to `xpt_create_path' > umass.o(.text+0x1325): undefined reference to `xpt_setup_ccb' > umass.o(.text+0x1340): undefined reference to `xpt_action' > umass.o: In function `umass_cam_detach_sim': > umass.o(.text+0x13f7): undefined reference to `xpt_bus_deregister' > umass.o(.text+0x1415): undefined reference to `cam_sim_free' > umass.o: In function `umass_cam_detach': > umass.o(.text+0x1456): undefined reference to `xpt_create_path' > umass.o(.text+0x1477): undefined reference to `xpt_async' > umass.o(.text+0x147f): undefined reference to `xpt_free_path' > umass.o: In function `umass_cam_action': > umass.o(.text+0x179d): undefined reference to `xpt_done' > umass.o(.text+0x17ad): undefined reference to `xpt_done' > umass.o: In function `umass_cam_cb': > umass.o(.text+0x18a1): undefined reference to `xpt_done' > umass.o: In function `umass_cam_sense_cb': > umass.o(.text+0x1918): undefined reference to `xpt_done' > umass.o(.text+0x1929): undefined reference to `xpt_done' > *** Error code 1 > > Stop in /usr/src/sys/compile/BEEBOP. > > Thanks for any assistance. I installed FreeBSD 4.3, and now want to > include support in the kernel for an ISA PnP SB 16 soundcard. I could send > the entire config file but I wanted to make sure it was ok before I do > that. > > Thanks again > > -- > NS Kandah > nkandah@nc.rr.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message