Gentoo Archives: gentoo-dev

From: Crux <ps@×××××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Gento_CD_Images
Date: Fri, 01 Jun 2001 05:06:00
Message-Id: 20010601105944.B30F8401EF@crux.seascope.co.in
In Reply to: Re: [gentoo-dev] Gento_CD_Images by IeS
1 Hi all,
2
3 The kernel compilation for 2.4.5 gives the following error
4 gcc -D__KERNEL__ -I/tmp/portage/linux-2.4.5/work/linux-2.4.5/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i486 -DMODULE -DMODVERSIONS -include /tmp/portage/linux-2.4.5/work/linux-2.4.5/include/linux/modversions.h -c -o buz.o buz.c
5 buz.c:188: `KMALLOC_MAXSIZE' undeclared (first use in this function)
6 buz.c:188: (Each undeclared identifier is reported only once
7 buz.c:188: for each function it appears in.)
8 buz.c: In function `jpg_fbuffer_alloc':
9 buz.c:262: `KMALLOC_MAXSIZE' undeclared (first use in this function)
10 buz.c:256: warning: `alloc_contig' might be used uninitialized in this function
11 buz.c: In function `jpg_fbuffer_free':
12 buz.c:322: `KMALLOC_MAXSIZE' undeclared (first use in this function)
13 buz.c:316: warning: `alloc_contig' might be used uninitialized in this function
14 buz.c: In function `zoran_ioctl':
15 buz.c:2837: `KMALLOC_MAXSIZE' undeclared (first use in this function)
16 buz.c: In function `zr36057_init':
17 buz.c:3215: too few arguments to function `video_register_device_R224aa13e'
18 make[3]: *** [buz.o] Error 1
19 make[3]: Leaving directory `/tmp/portage/linux-2.4.5/work/linux-2.4.5/drivers/media/video'
20 make[2]: *** [_modsubdir_video] Error 2
21 make[2]: Leaving directory `/tmp/portage/linux-2.4.5/work/linux-2.4.5/drivers/media'
22 make[1]: *** [_modsubdir_media] Error 2
23 make[1]: Leaving directory `/tmp/portage/linux-2.4.5/work/linux-2.4.5/drivers'
24 make: *** [_mod_drivers] Error 2
25
26 Best Regards
27 Prakash Shetty