ENOSIG Discussie (threads)


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

Re: een module.o maar module.ko nodig


Geert,

On Fri, Jul 21, 2006 at 04:05:41PM +0200, Geert Stappers wrote:
> On Thu, Jul 20, 2006 at 12:57:22PM +0200, Rudi Sluijtman wrote:
> > On Thu, Jul 20, 2006 at 12:37:49PM +0200, Geert Stappers wrote:
> > > Hallo,
> > >
> 
> > > Na een `apt-get source linux-image-2.6`, `cd linux-image-2.6`,
> > > `cp /boot/Config-2.6 .config`, `make oldconfigure` en `make`
> > > krijg ik modules.o, maar die worden niet geladen door de kernel.
> > > Ik denk dat het "module.ko" moet zijn.
> > >
> 
> > > Wat moet ik doen om  .ko modules te krijgen?
> > zie README bij de kernel sources: make modules_install
> 
> In de README heb ik geen vlaggetje/optie/parameter gevonden om .ko aan
> te maken.  Als ik `make modules_install` doe, wordt er gepoogt
> om module.ko te kopi\"eren naar /lib/modules/$(uname -r), maar
> er zijn alleen modules.o.
> 
> Verdere hulp is dus welkom.
bijna bovenaan in de Makefile staat:
# To see a list of typical targets execute "make help"

make help levert oa:

Cleaning targets:
  clean           - remove most generated files but keep the config
  mrproper        - remove all generated files + config + various backup files

Configuration targets:
  config          - Update current config utilising a line-oriented program
  menuconfig      - Update current config utilising a menu based program
  xconfig         - Update current config utilising a QT based front-end
  gconfig         - Update current config utilising a GTK based front-end
  oldconfig       - Update current config utilising a provided .config as base
  randconfig      - New config with random answer to all options
  defconfig       - New config with default answer to all options
  allmodconfig    - New config selecting modules when possible
  allyesconfig    - New config where all options are accepted with yes
  allnoconfig     - New minimal config

Other generic targets:
  all             - Build all targets marked with [*]
* vmlinux         - Build the bare kernel
* modules         - Build all modules
  modules_install - Install all modules

probeer dus eens "make modules"

Groeten,
Rudi Sluijtman


Follow-ups:

Gerelateerd:


[ Date Index] [ Thread Index]