Date: Thu, 23 Dec 1999 13:15:15 -0800 From: Chris Piazza <cpiazza@jaxon.net> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_genassym.c src/sys/modules/linux Makefile Message-ID: <19991223131515.A351@norn.ca.eu.org> In-Reply-To: <199912231959.LAA13860@freefall.freebsd.org>; from marcel@FreeBSD.org on Thu, Dec 23, 1999 at 11:59:48AM -0800 References: <199912231959.LAA13860@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 23, 1999 at 11:59:48AM -0800, Marcel Moolenaar wrote: > marcel 1999/12/23 11:59:48 PST > > Modified files: > sys/i386/linux linux_genassym.c > sys/modules/linux Makefile > Log: > Use genassym(1) and <sys/assym.h> to generate assembler symbols. Hmm.. I'm having problems getting a kernel to build with COMPAT_LINUX in it now. sys/modules/linux builds fine though. Removing the option fixes the problem. make depend gives this: perl5 ../../kern/makedevops.pl -h ../../isa/isa_if.m cc -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pr ototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nos tdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -D_KERN EL -elf -mpreferred-stack-boundary=2 -UKERNEL -o linux_genassym ../../i386/lin ux/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 /usr/src/sys/compile/NORN. -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991223131515.A351>