Hi, On Tue, 21 Apr 1998, Steven T. Hatton wrote:
I just got my 5.2 and have installed it. I would like to customize the
Well, I assume you updated from an earlier release?
kernel to my needs. I used "make xconfig" to configure my kernel. I then attempted to compile with "make def zImage xdisk". (I boot from floppy.) The following error comes form the "zdisk" part of the "make" . Does anybody understand what is going on here?
TIA,
Steve
[...]
objdump: illegal option -- k
With older versions of the binutils the -k option had to been passed to objdump. Newer versions of the binutils don't need this option. In fact they do not even recognize it. The kernel Makefile decides which version you have depending on the existance of /usr/bin/encaps. So if you do an update from an older revision and /usr/bin/encaps is not deleted, objdump is called with wrong/old parameters. So the simple solution to your problem is: "rm /usr/bin/encaps" Hubert -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e