Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 18:31:35 +0000
From:      "Matt" <matt@xtaz.co.uk>
To:        freebsd-current@freebsd.org
Subject:   buildkernel error on latest cvs src's
Message-ID:  <20030213182950.M17985@xtaz.co.uk>

next in thread | raw e-mail | index | archive | help
Trying a buildworld/buildkernel of today's latest cvs code and the 
buildworld has compiled fine but the kernel is giving the error below. I 
thought it would be something missing from my kernel file that has been 
added to GENERIC so I tried compiling GENERIC and get exactly the same 
error. Nothing in src/UPDATING about this so any suggestions?

cc -O -pipe -mcpu=pentiumpro  -D_KERNEL -Wall -Wredundant-decls -Wnested-
externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -
Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-   -I. -I@ -
I@/dev -I@/../include -fno-common  -mno-align-long-strings -mpreferred-stack-
boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-
prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -
fformat-extensions -ansi -c /usr/src/sys/pci/agp_i810.c
/usr/src/sys/pci/agp_i810.c: In function `agp_i810_match':
/usr/src/sys/pci/agp_i810.c:112: `AGP_I85X_CAPID' undeclared (first use in 
this function)
/usr/src/sys/pci/agp_i810.c:112: (Each undeclared identifier is reported 
only once
/usr/src/sys/pci/agp_i810.c:112: for each function it appears in.)
/usr/src/sys/pci/agp_i810.c:113: `AGP_I855_GME' undeclared (first use in 
this function)
/usr/src/sys/pci/agp_i810.c:116: `AGP_I855_GM' undeclared (first use in this 
function)
/usr/src/sys/pci/agp_i810.c:119: `AGP_I852_GME' undeclared (first use in 
this function)
/usr/src/sys/pci/agp_i810.c:122: `AGP_I852_GM' undeclared (first use in this 
function)
/usr/src/sys/pci/agp_i810.c: In function `agp_i810_attach':
/usr/src/sys/pci/agp_i810.c:342: `AGP_I855_GCC1' undeclared (first use in 
this function)
/usr/src/sys/pci/agp_i810.c:343: `AGP_I855_GCC1_GMS' undeclared (first use 
in this function)
/usr/src/sys/pci/agp_i810.c:344: `AGP_I855_GCC1_GMS_STOLEN_1M' undeclared 
(first use in this function)
/usr/src/sys/pci/agp_i810.c:347: `AGP_I855_GCC1_GMS_STOLEN_4M' undeclared 
(first use in this function)
/usr/src/sys/pci/agp_i810.c:350: `AGP_I855_GCC1_GMS_STOLEN_8M' undeclared 
(first use in this function)
/usr/src/sys/pci/agp_i810.c:353: `AGP_I855_GCC1_GMS_STOLEN_16M' undeclared 
(first use in this function)
/usr/src/sys/pci/agp_i810.c:356: `AGP_I855_GCC1_GMS_STOLEN_32M' undeclared 
(first use in this function)
*** Error code 1

Stop in /usr/src/sys/modules/agp.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/TAO.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

---
Matt (matt@xtaz.co.uk)
http://www.xtaz.co.uk/
---

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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