From owner-freebsd-current Thu Dec 23 14:36:50 1999 Delivered-To: freebsd-current@freebsd.org Received: from poboxer.pobox.com (ferg5200-1-39.cpinternet.com [208.149.16.39]) by hub.freebsd.org (Postfix) with ESMTP id 6A80215665 for ; Thu, 23 Dec 1999 14:36:43 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id QAA35097; Thu, 23 Dec 1999 16:36:41 -0600 (CST) (envelope-from alk) From: Anthony Kimball MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 23 Dec 1999 16:36:41 -0600 (CST) X-Face: \h9Jg:Cuivl4S*UP-)gO.6O=T]]@ncM*tn4zG);)lk#4|lqEx=*talx?.Gk,dMQU2)ptPC17cpBzm(l'M|H8BUF1&]dDCxZ.c~Wy6-j,^V1E(NtX$FpkkdnJixsJHE95JlhO 5\M3jh'YiO7KPCn0~W`Ro44_TB@&JuuqRqgPL'0/{):7rU-%.*@/>q?1&Ed Reply-To: alk@pobox.com To: current@freebsd.org Subject: linux_genassym X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14434.40585.578926.91710@avalon.east> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A very recent commit broke my kernel build with options COMPAT_LINUX as shown below. Without the option, it is fine: @ ava:K6$;make depend make depend cc -c -O2 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERNEL -UKERNEL ../../i386/i386/genassym.c cc -O2 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERNEL -UKERNEL genassym.o -o genassym ./genassym >assym.s rm -f param.c cp ../../conf/param.c . perl5 ../../kern/vnode_if.pl -h ../../kern/vnode_if.src perl5 ../../kern/makedevops.pl -c ../../kern/device_if.m perl5 ../../kern/makedevops.pl -h ../../kern/device_if.m perl5 ../../kern/makedevops.pl -c ../../kern/bus_if.m perl5 ../../kern/makedevops.pl -h ../../kern/bus_if.m perl5 ../../kern/makedevops.pl -c ../../pci/pci_if.m perl5 ../../kern/makedevops.pl -h ../../pci/pci_if.m perl5 ../../kern/makedevops.pl -c ../../isa/isa_if.m perl5 ../../kern/makedevops.pl -h ../../isa/isa_if.m cc -O2 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERNEL -elf -mpreferred-stack-boundary=2 -UKERNEL -o linux_genassym ../../i386/linux/linux_genassym.c /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x79): undefined reference to `main' *** Error code 1 Stop in /play/src/sys/compile/K6. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message