Compile the kernel

Compile the kernel

Post by Simo » Sun, 18 Apr 1999 04:00:00



I can't compile a new kernel (2.0.35), I have the message :

tools/build bootsect setup compressed/vmlinux.out > zImage
root device is (3,65)
boot sector 512 bytes
setup is 4412 bytes
system is 532 Kb
system is too big
make [1]: *** [zImage] Error 1

What can I do ?

Thanks


 
 
 

Compile the kernel

Post by Tesla Coi » Sun, 18 Apr 1999 04:00:00



> I can't compile a new kernel (2.0.35), I have the message :
> tools/build bootsect setup compressed/vmlinux.out > zImage
> root device is (3,65)
> boot sector 512 bytes
> setup is 4412 bytes
> system is 532 Kb
> system is too big
> make [1]: *** [zImage] Error 1
> What can I do ?

First, go through it again and ask yourself "do I need support for that?"
For example, are you going to *use* Amateur Radio AX.25 Level 2
support?  If you find yourself answering "no" a few times, you'll solve
this in a hurry, and you want to shave the kernel to optimum anyway.
If you *do* need all that stuff, let us know...there's ways to deal.

 
 
 

Compile the kernel

Post by twinke » Sun, 18 Apr 1999 04:00:00



> I can't compile a new kernel (2.0.35), I have the message :

> tools/build bootsect setup compressed/vmlinux.out > zImage
> root device is (3,65)
> boot sector 512 bytes
> setup is 4412 bytes
> system is 532 Kb
> system is too big
> make [1]: *** [zImage] Error 1

> What can I do ?

> Thanks



As it says: Your kernel has become to big

do a:

make bzImage

 
 
 

Compile the kernel

Post by Bob Marti » Mon, 19 Apr 1999 04:00:00


Are you really using everything you have compiled in the kernel ? remove
what you are not using. move things that are used occasionaly to
modules.

> I can't compile a new kernel (2.0.35), I have the message :

> tools/build bootsect setup compressed/vmlinux.out > zImage
> root device is (3,65)
> boot sector 512 bytes
> setup is 4412 bytes
> system is 532 Kb
> system is too big
> make [1]: *** [zImage] Error 1

> What can I do ?

> Thanks



 
 
 

1. compile new kernel => compile new iptables ?

just installed a new kernel and iptable stopped working.
I get the following error:

# iptables  -F FORWARD
iptables v1.2.4: can't initialize iptables table `filter': Module is wrong
version
Perhaps iptables or your kernel needs to be upgraded.

having kernel2.4.16 and iptables 1.2.4.  I check googles and the
netfilter-docs and the postings in googles says that this is, if iptables
wasnt compiled against the recent kernel and the netfilter-install needs
the kernel-sources in every step.

somehow this doesnt make sense to me. The netfilter-modules are included
with the kernel-sources and therefore change at every new kernel, but why
should I be forced to compile a new iptables-binary ever time I update my
kernel ?

thnx,
peter

--
peter pilsl

http://www.goldfisch.at

2. Linux, NT and 98: The best place to put them

3. Help: Kernel module doesn't compile after kernel upgrade.

4. /dev/sr0 major/minor numbers

5. Problems Compiling New Kernel w/ Slackware's version of 1.2 kernel

6. Slackware 86 vs. Netcape 3

7. kernel compiling problems--kernel symbols not found

8. Help needed badly: Unix print-spooling problem...

9. Newbie Help: Module compiled for kernel 4.2.0 kernel is 4.2.0-4GB ??

10. Compiling individual kernel modules from the kernel source tree

11. Compile ELF kernel under a.out kernel?

12. Kernel panic after compiling new kernel... help!

13. can't use device driver compiled with kernel...