Discussion:
IPF lkcd patch set does not compile on 2.6.8.1 x86
Micah Anderson
2004-10-01 16:08:23 UTC
Permalink
--- I tried to send this message to the lkcd-devel list, but it hasn't
gone through yet. I also tried subscribing there to see if that was
why my message didn't go through, and apparantly my subscription is
waiting moderator approval, so I'll send this here for now ----


Bob,

I've just applied all the patches you sent me to a clean, vanilla
kernel source tree and attempted a compile. I used the following
configuration:


CONFIG_CRASH_DUMP=m
CONFIG_KERNTYPES=y
CONFIG_CRASH_DUMP_BLOCKDEV=m
CONFIG_CRASH_DUMP_NETDEV=m
# CONFIG_CRASH_DUMP_MEMDEV is not set
CONFIG_CRASH_DUMP_COMPRESS_RLE=m
CONFIG_CRASH_DUMP_COMPRESS_GZIP=m

HOSTCC usr/gen_init_cpio
CPIO usr/initramfs_data.cpio
GZIP usr/initramfs_data.cpio.gz
AS usr/initramfs_data.o
LD usr/built-in.o
CC arch/i386/kernel/process.o
CC arch/i386/kernel/semaphore.o
CC arch/i386/kernel/signal.o
AS arch/i386/kernel/entry.o
CC arch/i386/kernel/traps.o
CC arch/i386/kernel/irq.o
CC arch/i386/kernel/vm86.o
CC arch/i386/kernel/ptrace.o
CC arch/i386/kernel/i8259.o
CC arch/i386/kernel/ioport.o
CC arch/i386/kernel/ldt.o
CC arch/i386/kernel/setup.o
arch/i386/kernel/setup.c: In function parse_cmdline_early':
arch/i386/kernel/setup.c:813: error: crashdump_addr' undeclared (first
use in this function)
arch/i386/kernel/setup.c:813: error: (Each undeclared identifier is
reported only once
arch/i386/kernel/setup.c:813: error: for each function it appears in.)
arch/i386/kernel/setup.c: At top level:
arch/i386/kernel/setup.c:846: error: crashdump_addr' used prior to
declaration
make[1]: *** [arch/i386/kernel/setup.o] Error 1
make: *** [arch/i386/kernel] Error 2

Thanks!

micah



----- End forwarded message -----


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
Tom Morano
2004-10-01 16:31:02 UTC
Permalink
Micah,

I've approved your subscription to the lkcd-devel list and have approved
your earlier messages to the list. We have gone to a closed list (only
members can post) approach to avoid the boatloads of SPAM that was
cluttering things up.

Thanks,

Tom

----- Original Message -----
From: "Micah Anderson" <***@riseup.net>
To: "***@um.riseup.net :Tom Morano" <***@sgi.com>
Cc: "Hariprasad Nellitheertha" <***@in.ibm.com>;
<lkcd-***@lists.sourceforge.net>
Sent: Friday, October 01, 2004 9:08 AM
Subject: IPF lkcd patch set does not compile on 2.6.8.1 x86
Post by Micah Anderson
--- I tried to send this message to the lkcd-devel list, but it hasn't
gone through yet. I also tried subscribing there to see if that was
why my message didn't go through, and apparantly my subscription is
waiting moderator approval, so I'll send this here for now ----
Bob,
I've just applied all the patches you sent me to a clean, vanilla
kernel source tree and attempted a compile. I used the following
CONFIG_CRASH_DUMP=m
CONFIG_KERNTYPES=y
CONFIG_CRASH_DUMP_BLOCKDEV=m
CONFIG_CRASH_DUMP_NETDEV=m
# CONFIG_CRASH_DUMP_MEMDEV is not set
CONFIG_CRASH_DUMP_COMPRESS_RLE=m
CONFIG_CRASH_DUMP_COMPRESS_GZIP=m
HOSTCC usr/gen_init_cpio
CPIO usr/initramfs_data.cpio
GZIP usr/initramfs_data.cpio.gz
AS usr/initramfs_data.o
LD usr/built-in.o
CC arch/i386/kernel/process.o
CC arch/i386/kernel/semaphore.o
CC arch/i386/kernel/signal.o
AS arch/i386/kernel/entry.o
CC arch/i386/kernel/traps.o
CC arch/i386/kernel/irq.o
CC arch/i386/kernel/vm86.o
CC arch/i386/kernel/ptrace.o
CC arch/i386/kernel/i8259.o
CC arch/i386/kernel/ioport.o
CC arch/i386/kernel/ldt.o
CC arch/i386/kernel/setup.o
arch/i386/kernel/setup.c:813: error: crashdump_addr' undeclared (first
use in this function)
arch/i386/kernel/setup.c:813: error: (Each undeclared identifier is
reported only once
arch/i386/kernel/setup.c:813: error: for each function it appears in.)
arch/i386/kernel/setup.c:846: error: crashdump_addr' used prior to
declaration
make[1]: *** [arch/i386/kernel/setup.o] Error 1
make: *** [arch/i386/kernel] Error 2
Thanks!
micah
----- End forwarded message -----
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

Loading...