🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

compiling a linux kernel.?

Started by
1 comment, last by RSC_x 16 years, 7 months ago
he again. i trying to compile kernel for knoppix. can anyone explain what means this error.? it says just error and no info. thanks.
Quote: root@Knoppix:/usr/src/linux# make modules ... make[2]: *** No rule to make target `drivers/block/DAC960.c', nee/block/DAC960.o'. Stop. make[1]: *** [drivers/block] Error 2 make: *** [drivers] Error 2
© Loading... !!!
Please Wait...!
Advertisement
looks like the file DAC960.c is not found, but anyway you should not do a "make modules", a make will make your modules.
In my kernel source (2.6.23-r2), the file is there, perhaps your kernel source is incomplete ?
Tchou kanaky ! tchou !
Quote: Original post by Mawww
looks like the file DAC960.c is not found, but anyway you should not do a "make modules", a make will make your modules.
In my kernel source (2.6.23-r2), the file is there, perhaps your kernel source is incomplete ?


thanks i found this kernel was broken.
it was beta.
so i think the problem were this.
i downloaded stable wersion.
now it works.
© Loading... !!!
Please Wait...!

This topic is closed to new replies.

Advertisement