I think the new linux kernel tree is missing the file 'modversions.h'
Basically, modversions.h should be under linux/kernel/include/linux
It consists of the line:
#include <linux/modsetver.h>
Without this the build breaks when we do a 'make modules'.
If you check the file module.h under include/linux, it makes a reference to
linux/modversions.h
This is true even when CONFIG_MODVERSIONS is turned off.
By the way, this file was there in 2.4.0 test 11 version. It went off after
that. (?!?)
Thanks,
Sri.
Jamey Hicks wrote:
> turn off CONFIG_MODVERSIONS
>
> Sridharan Subramanian wrote:
> >
> > Hi,
> >
> > I downloaded the new kernel tarball 2.4.2. I can compile the zImage
> > properly.
> >
> > But when I compile the modules, it cannot find 'linux/modversions.h'.
> > This file is missing. I searched for it in the cvs archive, but it's not
> > there.
> >
> > Can you help me.
> >
> > Thanks,
> > Sri.
Received on Tue Mar 13 12:24:25 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:43:55 EDT