[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel



On Wed, Jul 03, 2002 at 07:01:23PM +0300, Sergey A. Ovchar wrote:
> Hello.  I can't compile kernel from sources (2.4.18-3). When I run
> "make bzImage", it fails with errors. But the same kernel, with same
> configuration I successfully run on my RedHat 7.3. Does anybody have
> any ideas, whats wrong, what is the difference between Debian and Red
> Hat7.3(which is not unix, of them:) Why in one OS kernel compiles
> successfully, but in another one it's fails.

Because you did not install all required information into your PC.

> Systems are installed on my harddisk are: - RedHatLinux7.3 (2.4.18-3
> recompiled); - Debian GNU/Linux 3.0 Woody (2.2.20);

RH has every useless sh--t installed. Debian is lean and mean.  So you
need to know you have to install development packages if you ant to do
development on Debian and you need to be able to understand what is
going on.

First run compile under "script" which is installed by "bsdutils".
Secondly, install several basic packages.

# apt-get update
# apt-get install bsdutils binutils bzip2 fileutils
# apt-get install libc6-dev gcc make libncurses5-dev kernel-package
# apt-get install kernel-image-2.4.8
# cd /usr/src
# tar --bzip2 -xvf kernel-image2.4.8*.tar.bz

Have fun compiling :)

More on "Chapter 7 - The Linux kernel under Debian" in my "Debian
reference":

 http://www.debian.org/doc/manuals/debian-reference/ch-package.en.html
-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
 Osamu Aoki @ Cupertino CA USA
 See "User's Guide":     http://www.debian.org/doc/manuals/users-guide/
 See "Debian reference": http://www.debian.org/doc/manuals/debian-reference/
 "Debian reference" Project at: http://qref.sf.net

 I welcome your constructive criticisms and corrections.


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: