Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2004 00:12:31 +0200
From:      Aragon Gouveia <aragon@phat.za.net>
To:        Doug White <dwhite@gumbysoft.com>
Cc:        current@freebsd.org
Subject:   Re: kernel compile error, 5.2.1-RELEASE
Message-ID:  <20040612221231.GA50196@phat.za.net>
In-Reply-To: <20040612133330.Y74026@carver.gumbysoft.com>
References:  <20040611152223.GA81299@phat.za.net> <20040612133330.Y74026@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
| By Doug White <dwhite@gumbysoft.com>
|                                          [ 2004-06-12 22:58 +0200 ]
> On Fri, 11 Jun 2004, Aragon Gouveia wrote:
> 
> > Just trying to get a kernel built on a 5.2.1-RELEASE box.  Am encountering
> > this error:
> >
> > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -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/src/sys/dev/fb/vga.c
> > /usr/src/sys/dev/fb/vga.c:1346: warning: `filll_io' defined but not used
> > /usr/src/sys/dev/fb/vga.c:1336: warning: `fill' defined but not used
> 
> Do you have 'options VGA_NO_MODE_CHANGE' in your kernel config? If so,
> then I see that there are a couple of function defs in sys/dev/fb/vga.c
> that aren't removed by that option.

Yes.  I tried recompiling now without the option and it completed.

Will keep it without the option for now.  Thanks in advance for patching! :)


Regards,
Aragon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040612221231.GA50196>