From owner-freebsd-questions Mon Apr 16 2:52:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nz.asiaonline.net (etrn.iconz.co.nz [210.48.22.36]) by hub.freebsd.org (Postfix) with ESMTP id 83E0437B423 for ; Mon, 16 Apr 2001 02:52:19 -0700 (PDT) (envelope-from g.todd@internet.co.nz) Received: from mail.internet.co.nz (ip-210-48-25-6.asiaonline.net.nz [210.48.25.6]) by mail.nz.asiaonline.net (8.9.3/8.9.3) with SMTP id VAA230110987414708; Mon, 16 Apr 2001 21:51:48 +1200 (NZST) Date: Mon, 16 Apr 2001 21:52:03 +1200 From: Glenn Todd To: David Xu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Umass error suring Kernel compile Message-ID: <20010416215203.A700@Hawk> Reply-To: g.todd@internet.co.nz References: <20010416211120.A74996@Hawk> <000701c0c656$d8e5cd80$cc01a8c0@xyf> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <000701c0c656$d8e5cd80$cc01a8c0@xyf>; from bsddiy@21cn.com on Mon, Apr 16, 2001 at 21:22:53 +1200 X-Mailer: Balsa 1.0.0 Lines: 83 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Thanks, read the LINT file and found my error. Now compiled, installed and working. Glenn On 2001.04.16 21:22:53 +1200 David Xu wrote: > see LINT config file, umass need scsi support. > > David Xu > > ----- Original Message ----- > From: Glenn Todd > To: > Sent: Monday, April 16, 2001 5:11 PM > Subject: Umass error suring Kernel compile > > > > Help > > > > I have tried to compile a new kernel for my 4.2 release install. I get > the > > following error during > > > > make buildkernel KERNEL=H1KERNEL > > > > I used previously completed a make buildworld. > > > > Glenn > > > > ----error > > > > sh /usr/src/sys/conf/newvers.sh H1KERNEL > > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > > -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys > > -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf > > -mpreferred-stack-boundary=2 vers.c > > linking kernel > > 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/obj/usr/src/sys/H1KERNEL. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message