public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Summary: kernel/built-in.o: In function `do_exit':: undefined reference to `exit_io_context'
@ 2006-04-03  9:12 Will L Givens
  0 siblings, 0 replies; only message in thread
From: Will L Givens @ 2006-04-03  9:12 UTC (permalink / raw)
  To: linux-kernel

Was attempting to build Kernel-2.6.16.1 and received the following error:

  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
kernel/built-in.o: In function `do_exit':
: undefined reference to `exit_io_context'
kernel/built-in.o: In function `do_exit':
: undefined reference to `exit_io_context'
mm/built-in.o: In function `generic_write_checks':
: undefined reference to `bdev_read_only'
mm/built-in.o: In function `generic_write_checks':
: undefined reference to `bdev_read_only'

>>>> CONTINUE <<<<

I ran the the following:

[root@jericho linux-2.6.16.1]# sh scripts/ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
 
Linux jericho.southkc.net 2.6.14.3 #2 Mon Mar 20 17:35:40 CST 2006 alpha
unknown unknown GNU/Linux
 
Gnu C                  4.0.1
Gnu make               3.80
binutils               2.16.90.0.3
util-linux             2.11f
mount                  2.11g
module-init-tools      3.1
e2fsprogs              1.38
reiserfsprogs          2001------------->
reiser4progs           fsck.reiser4:
quota-tools            3.01.
PPP                    2.4.1
isdn4k-utils           3.1pre1
nfs-utils              0.3.1
awk: cmd. line:2: (FILENAME=- FNR=1) fatal: attempt to access field -1
Dynamic linker (ldd)   2.3.2
Linux C++ Library      6.0.3
Procps                 3.2.4
Net-tools              1.60
Console-tools          0.3.3
Sh-utils               5.2.1
Modules Loaded

I created a patch in order to include the 'block/' directory and everything
appears to run fine. 

--- arch/alpha/Makefile-orig    Mon Apr  3 03:58:00 2006
+++ arch/alpha/Makefile Mon Apr  3 04:03:08 2006
@@ -88,7 +88,7 @@
 
 head-y := arch/alpha/kernel/head.o
 
-core-y                         += arch/alpha/kernel/ arch/alpha/mm/
+core-y                         += arch/alpha/kernel/ arch/alpha/mm/ block/
 core-$(CONFIG_MATHEMU)         += arch/alpha/math-emu/
 drivers-$(CONFIG_OPROFILE)     += arch/alpha/oprofile/
 libs-y                         += arch/alpha/lib/

If you like, could you please include the following patch in your later
kernel releases? Thank you for you time... Will L Givens
[wlgivens@southkc.net]


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-03  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03  9:12 Summary: kernel/built-in.o: In function `do_exit':: undefined reference to `exit_io_context' Will L Givens

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