More problems vvith 2.4.0
I am trying to build a kernel from the
2.4.0 source code. İt vvorks fine until I enter ‘make zimage’, vvhere I get the reply:
make: w No rule to make target /image: Stop.///end///
What’s going vvrong?
Keith, via email
There may have been a mistake in the code. Make is case-sensitive: you need to use make zimage/ rather than make /image. İn actual fact, you’ll probably vvant to do ınake bzlmage instead. This compresses the compiled kernel image vvith bzip2 instead of gzip and so creates a smaller resultant ‘vmlinuz’ file