* make bzImage fails on ram disk code in 2.5.5
@ 2002-03-06 17:00 Elias Dagher
2002-03-06 17:19 ` Dave Jones
0 siblings, 1 reply; 2+ messages in thread
From: Elias Dagher @ 2002-03-06 17:00 UTC (permalink / raw)
To: linux-kernel
I am getting the following error when I do a make bzImage:
gcc -D__KERNEL__ -I/tmp/linux-2.5.5/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=athlon -DKBUILD_BASENAME=rd -c
-o rd.o rd.c
rd.c: In function `rd_make_request':
rd.c:271: too many arguments to function
make[3]: *** [rd.o] Error 1
make[3]: Leaving directory `/tmp/linux-2.5.5/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/tmp/linux-2.5.5/drivers/block'
make[1]: *** [_subdir_block] Error 2
make[1]: Leaving directory `/tmp/linux-2.5.5/drivers'
make: *** [_dir_drivers] Error 2
Can some one please tell me what the problem is so that I can correct it? I
want to use this kernel because of its new scheduler.
ED
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make bzImage fails on ram disk code in 2.5.5
2002-03-06 17:00 make bzImage fails on ram disk code in 2.5.5 Elias Dagher
@ 2002-03-06 17:19 ` Dave Jones
0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2002-03-06 17:19 UTC (permalink / raw)
To: Elias Dagher; +Cc: linux-kernel
On Wed, Mar 06, 2002 at 09:00:25AM -0800, Elias Dagher wrote:
> I am getting the following error when I do a make bzImage:
> rd.c: In function `rd_make_request':
> rd.c:271: too many arguments to function
Delete the 2nd arg.
> Can some one please tell me what the problem is so that I can correct it? I
> want to use this kernel because of its new scheduler.
This, and other problems fixed in 2.5.6pre2, and 2.5.5-dj.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-03-06 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-06 17:00 make bzImage fails on ram disk code in 2.5.5 Elias Dagher
2002-03-06 17:19 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox