[tulip] Problems with compiling the scan-pci.c

Jens Arm JArm@Webasto.de
Mon, 16 Jul 2001 16:17:05 +0200


Hi

I am trying to compile the new tulip driver, to try it out, because of the 
compaq conexant. But I get some problems. I compile it under the new SuSE 7.2 
with the 2.4.4-SuSE-Kernel. 

The compiling of tulip.c works without problems. See the output:

armj@linuxcvs:/zip > gcc -DMODULE -D__KERNEL__ -O6 -I/lib/modules/`uname 
-r`/build/include -c tulip.c
armj@linuxcvs:/zip > gcc -DMODULE -D__KERNEL__ -O6 -I/lib/modules/`uname 
-r`/build/include -c pci-scan.c
In file included from pci-scan.c:53:
/lib/modules/2.4.4-4GB/build/include/linux/module.h:21: linux/modversions.h: 
Datei oder Verzeichnis nicht gefunden

The pci-scan.c want the modversions.h, but in the kernel-config SuSE had 
inputted this (autoconf.h):
/*
 * Loadable module support
 */
#define CONFIG_MODULES 1
#undef  CONFIG_MODVERSIONS
#define CONFIG_KMOD 1

Why it is working with tulip.c ?????
Is this a bug in the pci-scan.* which do not handle configs like these 
correctly ????

Please help !!
so that I can test and use the Conexant-Network in my Notebook ;)

Thanx
	Jens