Redhat 9.0 kernel (2.4.20-8) compile errors
Hi Guys,
I have Redhat 9.0 with kernel 2.4.20-8, I need to enable
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
# CONFIG_DEVFS_DEBUG is not set
# CONFIG_DEVPTS_FS is not set
for devfs support and recompile kernel.
I got fixed problem of make bzImage i.e .
fs/devfs/base.c:1417: structure has no member named `p_opptr'
by putting patch on base.c by not use *p_opptr where 2.4.20-8 dont has this member.
But I am getting many more problems while make modules
some log of make modules
----------------log starts here---------------------------------------------
/usr/src/linux-2.4.20-8/include/linux/module.h:185: `inter_module_get_R_ver_str'
declared as function returning a function
/usr/src/linux-2.4.20-8/include/linux/module.h:185: warning: parameter names (wi
thout types) in function declaration
/usr/src/linux-2.4.20-8/include/linux/module.h:186: `inter_module_get_request_R_
ver_str' declared as function returning a function
/usr/src/linux-2.4.20-8/include/linux/module.h:186: warning: parameter names (wi
thout types) in function declaration
/usr/src/linux-2.4.20-8/include/linux/module.h:187: invalid suffix on integer co
nstant
/usr/src/linux-2.4.20-8/include/linux/module.h:187: parse error before numeric c
onstant
/usr/src/linux-2.4.20-8/include/linux/module.h:187: `inter_module_put_R_ver_str'
declared as function returning a function
Any ideas. Is there any patches or links to get patches for devfs support for Redhat 9 (2.4.20-8).
Thanks in advance.
Kotresh.
|