Kernel Compilation issues/5.2-CURRENT/AMD64

2004-02-22 Thread Jason Lixfeld
make buildkernel keeps failing here: === accf_data cc -O -fPIC -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/ESHARA/opt_global.h -I. -I@ -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/ESHARA -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse

Re: Kernel Compilation issues/5.2-CURRENT/AMD64

2004-02-22 Thread Peter Wemm
On Sunday 22 February 2004 08:29 pm, Jason Lixfeld wrote: make buildkernel keeps failing here: === accf_data cc -O -fPIC -D_KERNEL -DKLD_MODULE -nostdinc -I- -include Stop right here! You've removed the 'makeoptions NO_MODULES=notyet' from your config file. Put it right back in there

Re: Kernel Compilation issues/5.2-CURRENT/AMD64

2004-02-22 Thread Jason Lixfeld
On Feb 23, 2004, at 12:38 AM, Peter Wemm wrote: On Sunday 22 February 2004 08:29 pm, Jason Lixfeld wrote: make buildkernel keeps failing here: === accf_data cc -O -fPIC -D_KERNEL -DKLD_MODULE -nostdinc -I- -include Stop right here! You've removed the 'makeoptions NO_MODULES=notyet' from