Re: missing modversions.h
On Thu, 2002-09-12 at 00:08, Srinivas Nyayapati wrote:
<snip>
> I am compilling eepro100.c by
> % gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c eepro100.c
> eepro100.c:100: linux/modversions.h: No such file or directory
>
> I checked the linux src files, and don't see that file. Is this missing
> in kernel 2.4.18. I did see a modsetver.h. Does anybody know anything
> about it?
Assuming that you used 'make' to compile it, I would suggest to look at
the Makefile and the INCLUDE variable inside ... make sure it matches
the location of your kernel sources.
Hope that helps
Matt
Reply to: