mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* building a specific in-tree module is currently a bit broken
@ 2007-09-05  9:16 Robert P. J. Day
  2007-09-05  9:37 ` Michal Piotrowski
  0 siblings, 1 reply; 8+ messages in thread
From: Robert P. J. Day @ 2007-09-05  9:16 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  i know sam ravnborg has been Cc'ed on a janitors list posting
mentioning this but, just in case this note can get a fix snuck in
there quickly before 2.6.23 (this is on i386, but i'm guessing applies
to all arches):

$ make distclean
$ make defconfig
$ make menuconfig      (select visor.ko to be built a module)
$ make drivers/usb/serial/visor.ko
scripts/kconfig/conf -s arch/i386/Kconfig
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  CHK     include/linux/utsrelease.h
  UPD     include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-i386
  CC      arch/i386/kernel/asm-offsets.s
  GEN     include/asm-i386/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/conmakehash
  HOSTCC  scripts/bin2c
  CC [M]  drivers/usb/serial/visor.o
/bin/sh: .tmp_versions/visor.mod: No such file or directory
  MODPOST 0 modules
$

  whoops.  manually creating the directory .tmp_versions first fixes
this, but i'm not conversant enough with the Makefile to want to take
a shot at repairing this.

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-09-05 20:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-05  9:16 building a specific in-tree module is currently a bit broken Robert P. J. Day
2007-09-05  9:37 ` Michal Piotrowski
2007-09-05  9:43   ` Jan Engelhardt
2007-09-05  9:42     ` Robert P. J. Day
2007-09-05 10:02       ` Jan Engelhardt
2007-09-05 10:23         ` Robert P. J. Day
2007-09-05 20:11     ` Sam Ravnborg
2007-09-05 20:12     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome