From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 07:54:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BF216A4D0 for ; Wed, 29 Sep 2004 07:54:26 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213BC43D49 for ; Wed, 29 Sep 2004 07:54:01 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by mproxy.gmail.com with SMTP id v18so3505610rnb for ; Wed, 29 Sep 2004 00:54:00 -0700 (PDT) Received: by 10.38.8.80 with SMTP id 80mr66105rnh; Wed, 29 Sep 2004 00:54:00 -0700 (PDT) Received: by 10.38.206.15 with HTTP; Wed, 29 Sep 2004 00:54:00 -0700 (PDT) Message-ID: Date: Wed, 29 Sep 2004 13:24:00 +0530 From: Subhro To: salihin In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-questions@freebsd.org Subject: Re: error compile kernel in 5.2.1.Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Subhro List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 07:54:26 -0000 Did you cvsup with src-all ? If not then do it. Also can u just cat /etc/make.conf ? Regards S. On Wed, 29 Sep 2004 05:17:29 +0300, salihin wrote: > Dear all, > i have problem with my freebsd 5.2.1RELEASE , when i compile kernel using > make buildkernel KERNCONF=MYKERNEL > I got this error messages... > should i upgrade to 5.3. BETA RELEASE :( or upgrade to 5.2.1.STABLE > > help me please,... > > cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror aic7xxx_reg_print.c > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:189: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:189: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:190: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:190: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:191: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:191: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:192: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:192: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:193: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:193: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:194: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:194: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:195: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:195: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:196: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:196: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:197: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:197: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:198: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:198: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:199: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:199: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:200: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:200: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:201: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:201: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:202: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:202: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:203: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:203: warning: called from here > pci_if.h:21: warning: inlining failed in call to `PCI_READ_CONFIG' > /usr/src/sys/dev/pci/pcivar.h:213: warning: called from here > pci_if.h:32: warning: inlining failed in call to `PCI_WRITE_CONFIG' > /usr/src/sys/dev/pci/pcivar.h:219: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/pci/pcivar.h:234: warning: called from here > bus_if.h:50: warning: inlining failed in call to `BUS_WRITE_IVAR' > /usr/src/sys/dev/pci/pcivar.h:234: warning: called from here > pci_if.h:59: warning: inlining failed in call to `PCI_ENABLE_BUSMASTER' > /usr/src/sys/dev/pci/pcivar.h:255: warning: called from here > pci_if.h:68: warning: inlining failed in call to `PCI_DISABLE_BUSMASTER' > /usr/src/sys/dev/pci/pcivar.h:261: warning: called from here > pci_if.h:77: warning: inlining failed in call to `PCI_ENABLE_IO' > /usr/src/sys/dev/pci/pcivar.h:267: warning: called from here > pci_if.h:86: warning: inlining failed in call to `PCI_DISABLE_IO' > /usr/src/sys/dev/pci/pcivar.h:273: warning: called from here > pci_if.h:50: warning: inlining failed in call to `PCI_SET_POWERSTATE' > /usr/src/sys/dev/pci/pcivar.h:300: warning: called from here > pci_if.h:41: warning: inlining failed in call to `PCI_GET_POWERSTATE' > /usr/src/sys/dev/pci/pcivar.h:306: warning: called from here > machine/bus_at386.h:207: warning: inlining failed in call to `bus_space_read_1' > /usr/src/sys/dev/aic7xxx/aic7xxx_osm.h:278: warning: called from here > pci_if.h:21: warning: inlining failed in call to `PCI_READ_CONFIG' > /usr/src/sys/dev/aic7xxx/aic7xxx_osm.h:213: warning: called from here > pci_if.h:32: warning: inlining failed in call to `PCI_WRITE_CONFIG' > /usr/src/sys/dev/aic7xxx/aic7xxx_osm.h:219: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/aic7xxx/aic7xxx_osm.h:202: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/aic7xxx/aic7xxx_osm.h:201: warning: called from here > bus_if.h:39: warning: inlining failed in call to `BUS_READ_IVAR' > /usr/src/sys/dev/aic7xxx/aic7xxx_osm.h:200: warning: called from here > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/MYKERNEL. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > -salihin- > > - > SureMail --> 1001 Mb storage ! http://mail.suredid.com Let's make things bigger ! > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Subhro Sankha Kar School of Information Technology Block AQ-13/1 Sector V ZIP 700091 India