[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel compile errors



On Fri, Sep 25, 1998 at 12:09:40AM +0800, Jean-Paul Blaquiere wrote:
> when i compile or at least try to, after using make config, dep clean boot
> it all goes fine until it hits misc.c when this happens:
> my presumtion is a missing lib/packaged somewhere...  be i right, and if so
> which one?  if not, are there any patches im missing?
> this is off a 2.0.35 patched with pre-patch9
> 
> blue#:
> gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.34/include -Wall -Wstrict-prototyp
> es -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -mno-fp-regs -Wa,-m21164a
>  -DBWX_USABLE  -c -o misc.o misc.c
> selection.h: In function `scr_writew':
> In file included from misc.c:47:
> selection.h:113: `con_blitc' undeclared (first use this function)
> selection.h:113: (Each undeclared identifier is reported only once
> selection.h:113: for each function it appears in.)
> selection.h:114: `con_blitc' used prior to declaration
> selection.h:114: warning: implicit declaration of function `con_blitc'
> selection.h: In function `memsetw':
> selection.h:114: `con_blitc' used prior to declaration
> selection.h: In function `memcpyw':
> selection.h:114: `con_blitc' used prior to declaration
> make[3]: *** [misc.o] Error 1
> make[3]: Leaving directory `/usr/src/kernel-source-2.0.34/drivers/char'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/kernel-source-2.0.34/drivers/char'
> make[1]: *** [sub_dirs] Error 2
> make[1]: Leaving directory `/usr/src/kernel-source-2.0.34/drivers'
> make: *** [linuxsubdirs] Error 2                     

I had the same errors a while back.  I think I solved it by backing
out a patch to one of the .h files; search the patch file for
`con_blitc' to figure out which one.

I'm pretty suprised that 2.0.35 is having such problems, I had thought
that it was a symptom of unstable patches that would be worked out
soon.  Guess not.

-andy
-- 
Andy Isaacson adisaacs@mtu.edu adi@acm.org    Fight Spam, join CAUCE:
http://www.csl.mtu.edu/~adisaacs/              http://www.cauce.org/


Reply to: