public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problem with kernel 2.6.15's build target .tmp_vmlinux1
@ 2006-01-11  0:35 David Relson
  2006-01-13 14:01 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: David Relson @ 2006-01-11  0:35 UTC (permalink / raw)
  To: linux-kernel


Greetings,

I've run into a problem building 2.6.15.  Starting with my 2.6.14
.config file, I ran oldconfig to generate a .config for 2.6.15.
Running "make" results in:

      LD      .tmp_vmlinux1
    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_file_aio_write_nolock':
    : undefined reference to `bdev_read_only'
    mm/built-in.o: In function `__alloc_pages':
    : undefined reference to `blk_congestion_wait'
    mm/built-in.o: In function `__alloc_pages':
    : undefined reference to `blk_congestion_wait'

Makefile indicates that KALLSYMS is involved in building this target,
so here are two combinations of KALLSYMS settings that result in the
same problem:

CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS is not set
# CONFIG_KALLSYMS is not set

CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_EXTRA_PASS=y

Makefile mentions that the maintainers are working on problems with
kallsyms, which is why I'm reporting this problem.

If you need any more info (such as a copy of .config), let me know.

Regards,

David

P.S. As I'm not subscribed to this list, please CC me for all replies.

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

end of thread, other threads:[~2006-01-13 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-11  0:35 Problem with kernel 2.6.15's build target .tmp_vmlinux1 David Relson
2006-01-13 14:01 ` Adrian Bunk

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