Messages in this thread |  | | Date | Tue, 1 Oct 1996 11:41:44 +0200 (MET DST) | From | Hans Lermen <> | Subject | Re: 2.1.0 is cool, only one very small problem |
| |
On Tue, 1 Oct 1996, Jari Tulilahti wrote:
> Same thing here. The size of the kernel is about 19k, and all it does is ^^ which is wrong ;-)
> a hard reset. I compiled my version with GCC 2.7.2, libc 5.4.2...
Your 'objdump' is broken (GNU objdump version 960228). Either upgrade to a newer one or ( as a workaround) change this in linux/arch/i386/Makefile:
-ENCAPS=$(CROSS_COMPILE)encaps +ENCAPS=$(CROSS_COMPILE)do_not_use_encaps
This will force to use 'objcopy' and 'ld' instead.
Hans <lermen@fgan.de>
|  |