On Sun, Mar 19, 2000 at 12:39:05PM +0900, Kazutaka YOKOTA wrote:
> 
> >After a cvsup today, building a kernel finishes with this:
> >
> >linking kernel.debug
> >psm.o: In function `psmprobe':
> >/sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined
> >reference to `atkbdc
> >_open'
> >*** Error code 1
> >
> >I know psm.c was changed today, I'd suppose one reference here was
> >missed in the process. Just figured I'd be the first to say so.
> 
> The following commit is related to the psm update and should have been
> committed together. Sorry.

There's still something missing:
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
-nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  
-mpreferred-stack-boundary=2  ../../isa/syscons_isa.c
../../isa/atkbdc_isa.c: In function `atkbdc_read_ivar':
../../isa/atkbdc_isa.c:260: `KBDC_IVAR_PORT' undeclared (first use in this function)
../../isa/atkbdc_isa.c:260: (Each undeclared identifier is reported only once
../../isa/atkbdc_isa.c:260: for each function it appears in.)
../../isa/atkbdc_isa.c:261: warning: unreachable code at beginning of switch statement
../../isa/atkbdc_isa.c: In function `atkbdc_write_ivar':
../../isa/atkbdc_isa.c:282: `KBDC_IVAR_PORT' undeclared (first use in this function)
../../isa/atkbdc_isa.c:283: warning: unreachable code at beginning of switch statement
*** Error code 1
1 error

-Chris
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]
        Abbotsford, BC, Canada


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to