Hubert, Thank you. That got me through my first hurdle. I would have spent years trying to figure that one out! I do have another problem though. I now realize why I was confused about where I was getting the error from. Apparently I was getting two errors. This is the second: Gucci -D__KERNEL__ -I/usr/src/linux-2.0.33.SuSE/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c -o sb_common.o sb_common.c sb_common.c:21: #error You will need to configure the sound driver with CONFIG_AUDIO option. make[2]: *** [sb_common.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.0.33.SuSE/drivers/sound' make[1]: *** [sub_dirs] Error 2 make[1]: Leaving directory `/usr/src/linux-2.0.33.SuSE/drivers' make: *** [linuxsubdirs] Error 2 Lakshmana:/usr/src/linux-2.0.33.SuSE # I only get this one when I try to compile with a soudblaster pro configured. Does this one mean anything to you? Hubert Mantel wrote:
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
-- "Alles Vergaengliche Ist nur ein Gleichniss" -Goethe, as quoted in Ludwig Boltzmann's Vorlessungen ueber Gastheorie. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e