FC3 Getting Error during compile - modversions.h
Russ Wright <rwrigh10-odAbcf0Mc9JJm/[email protected]> Fri, 11 Feb 2005 09:31:18 -0500
| Newsgroups | gmane.linux.drivers.atmel-wlan |
|---|---|
| Message-ID | <[email protected]> |
Hello All I just grabbed the latest tarball from the website and when I attempt to compile I get an error message: $ make gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing -fno- common -Wn o-sign-compare -Wno-unused -D__KERNEL__ -DMODULE - DEXPORT_SYMTAB -DDRIVER_VERSIO N=\"v0.11\" - I/lib/modules/2.6.10-1.760_FC3/build/include -DMODVERSIONS - include /lib/modules/2.6.10-1.760_FC3/build/include/linux/modversions.h -c at76c503.c cc1: /lib/modules/2.6.10-1.760_FC3/build/include/linux/modversions.h: No such file or directory Notice the path where it is looking for modversions.h that is not the path to the kernel source. I did install the kernel source rpm for my kernel and I did run $rpmbuild -bp --target=noarch /usr/src/redhat/SPECS/kernel-2.6.spec so I know the kernel source is there. What is wrong here? Regards Russ