Skip to Content.
Sympa Menu

baslinux - Re: [BL] ethernet problem

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] ethernet problem
  • Date: Mon, 14 Jun 2004 16:38:45 +1200

Sindi Keesan wrote:
>
> I presume I could specify in a makefile or on the gcc line
> where to look for the kernel source code.

I suggest you cd to the directory where the sourcecode is
(eg /usr/src/linux-2.2.16) and execute:
--------------------
make config
make dep
make clean
make bzImage
--------------------
That should compile a kernel from the sourcecode in that directory
and put it in arch/i386/boot
--------------------
make modules
make modules_install
--------------------
That should compile the modules (as specified in your config) and
put them in /lib/modules/2.2.16

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page