From owner-freebsd-current@FreeBSD.ORG Thu Oct 16 06:21:44 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D35B416A4BF for ; Thu, 16 Oct 2003 06:21:44 -0700 (PDT) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA7D43FE0 for ; Thu, 16 Oct 2003 06:21:41 -0700 (PDT) (envelope-from junsu@m-net.arbornet.org) Received: from m-net.arbornet.org (localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.11.2) with ESMTP id h9GDNGC5086093 for ; Thu, 16 Oct 2003 09:23:16 -0400 (EDT) (envelope-from junsu@m-net.arbornet.org) Received: (from junsu@localhost) by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id h9GDNGmP086090 for current@freebsd.org; Thu, 16 Oct 2003 09:23:16 -0400 (EDT) Date: Thu, 16 Oct 2003 09:23:16 -0400 (EDT) From: Jun Su Message-Id: <200310161323.h9GDNGmP086090@m-net.arbornet.org> To: current@freebsd.org Subject: kobj.h changes make buildkernel broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 13:21:44 -0000 Seems Tools\makeobjops.awk needs some update. error log: %make cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/home/junsu/workshop/sys-newpid -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/acpica -I/usr/home/junsu/workshop/sys-newpid/contrib/ipfilter -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/ath -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wno-inline /usr/home/junsu/workshop/sys-newpid/i386/i386/genassym.c NM=nm sh /usr/home/junsu/workshop/sys-newpid/kern/genassym.sh genassym.o > assym.s cc -c -x assembler-with-cpp -DLOCORE -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/home/junsu/workshop/sys-newpid -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/acpica -I/usr/home/junsu/workshop/sys-newpid/contrib/ipfilter -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/ath -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/home/junsu/workshop/sys-newpid/i386/i386/locore.s awk -f /usr/home/junsu/workshop/sys-newpid/tools/makeobjops.awk /usr/home/junsu/workshop/sys-newpid/kern/device_if.m -c awk -f /usr/home/junsu/workshop/sys-newpid/tools/makeobjops.awk /usr/home/junsu/workshop/sys-newpid/kern/device_if.m -h awk -f /usr/home/junsu/workshop/sys-newpid/tools/makeobjops.awk /usr/home/junsu/workshop/sys-newpid/kern/bus_if.m -h awk -f /usr/home/junsu/workshop/sys-newpid/tools/makeobjops.awk /usr/home/junsu/workshop/sys-newpid/kern/device_if.m -c ; cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/home/junsu/workshop/sys-newpid -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/acpica -I/usr/home/junsu/workshop/sys-newpid/contrib/ipfilter -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/ath -I/usr/home/junsu/workshop/sys-newpid/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror device_if.c device_if.c:38: warning: initialization from incompatible pointer type device_if.c:42: warning: initialization from incompatible pointer type device_if.c:46: warning: initialization from incompatible pointer type device_if.c:50: warning: initialization from incompatible pointer type device_if.c:54: warning: initialization from incompatible pointer type device_if.c:58: warning: initialization from incompatible pointer type device_if.c:62: warning: initialization from incompatible pointer type *** Error code 1