Howdy,
I'm trying to apply kdb-v4.4-2.6.6-common-2 and kdb-v4.4-2.6.6-i386-2 to the generic
2.6.6 kernel.  The first thing I notice is that 'make oldconfig' does not prompt for
KDB related CONFIG_* options as it has for prior 2.4 kernel versions I've used before.
So, I add the following lines to .config:
CONFIG_KDB=y
CONFIG_KDB_MODULES=n
CONFIG_KDB_OFF=n
CONFIG_KALLSYMS=y
CONFIG_FRAME_POINTER=y
Then I get the following compile error:
kdb/kdbmain.c:1671: error: parse error before numeric constant
kdb/kdbmain.c:1674: error: `reason' undeclared here (not in a function)
kdb/kdbmain.c:1678: error: parse error before '&' token
kdb/kdbmain.c:1678: warning: type defaults to `int' in declaration of `atomic_inc'
kdb/kdbmain.c:1678: warning: function declaration isn't a prototype
kdb/kdbmain.c:1678: error: conflicting types for `atomic_inc'
...
Without the CONFIG_* options, it appears that kdb is not enabled; at least Ctrl-A at
the console login is unresponsive.  What gives?
Thanks,
Alan


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.

Reply via email to