Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 12:22:57 -0600
From:      Doug Poland <doug@polands.org>
To:        freebsd-stable@freebsd.org
Subject:   buildkernel error going from 6.2-STABLE to 6.3-STABLE i386
Message-ID:  <20080213182257.GA41803@polands.org>

next in thread | raw e-mail | index | archive | help
Hello,

I'm attempting to build a GENERIC kernel for 6.3-STABLE and am getting 
the following error message:

cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -c
/usr/src/sys/i386/isa/clock.c: In function `DELAY':
/usr/src/sys/i386/isa/clock.c:301: warning: implicit declaration of function `cpu_spinwait'
/usr/src/sys/i386/isa/clock.c:301: warning: nested extern declaration of `cpu_spinwait'
*** Error code 1

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

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

Stop in /usr/src.

The box is currently running 6.2-STABLE (i386).  I did a fresh cvsup
yesterday using:
	*default release=cvs tag=RELENG_6

Buildworld worked without issue.  I've googled but have yet to find an
answer.  Any ideas?

-- 
Regards,
Doug




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