* 2.5.22 scsi compile error
@ 2002-06-17 9:55 Corporal Pisang
2002-06-17 13:16 ` Douglas Gilbert
0 siblings, 1 reply; 2+ messages in thread
From: Corporal Pisang @ 2002-06-17 9:55 UTC (permalink / raw)
To: linux-scsi
Hi,
I get this error compiling 2.5.22
make[2]: Entering directory `/usr/src/linux/drivers/scsi'
make[2]: *** No rule to make target `constants.h', needed by `scsi.o'. Stop.
make[2]: Leaving directory `/usr/src/linux/drivers/scsi'
make[1]: *** [scsi] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [drivers] Error 2
Thanks.
Regards.
--
-Ubaida-
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.5.22 scsi compile error
2002-06-17 9:55 2.5.22 scsi compile error Corporal Pisang
@ 2002-06-17 13:16 ` Douglas Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Douglas Gilbert @ 2002-06-17 13:16 UTC (permalink / raw)
To: Corporal Pisang; +Cc: linux-scsi
Corporal Pisang wrote:
>
> Hi,
>
> I get this error compiling 2.5.22
>
> make[2]: Entering directory `/usr/src/linux/drivers/scsi'
> make[2]: *** No rule to make target `constants.h', needed by `scsi.o'. Stop.
> make[2]: Leaving directory `/usr/src/linux/drivers/scsi'
> make[1]: *** [scsi] Error 2
> make[1]: Leaving directory `/usr/src/linux/drivers'
> make: *** [drivers] Error 2
The header constants.h was removed in 2.5.22 (as its declarations
were already in scsi.h). [constants.c has been updated as well
and now other subsystems access it.]
When header files are removed or renamed you often need to do
a "make mrproper" before your normal kernel build. Don't forget
to keep a copy of your ".config" file before executing
"make mrproper".
lk 2.5.22 builds ok for me.
Doug Gilbert
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-06-17 13:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-17 9:55 2.5.22 scsi compile error Corporal Pisang
2002-06-17 13:16 ` Douglas Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox