Hi to all!
I am trying to create an new kernel v.2.0.35 for my system. For this I
am
using gcc 2.8.1 and binutils 2.9.1. Everything goes well until the
compression
of the kernel. At this point there are entries in the makefiles at
arch/i386/boot and arch/i386/boot/compressed, that use the utility
objdump with the options -k -q and -o <start-address>.
Apparently my version of objdump does not recognise these options and
I do not know, what they are supposed to do.
Is it possible to do the required step in the makefiles with binutils
2.9.1 or
do I have to revert to an earlier version????
Thanks in advance, Wolfgang