Hello,
if compiling the driver for my ralink wlan card or compiling the driver for my 5-1 card reader, I get the following error message.
./include/linux/kernel.h:10:20: error: stdarg.h: No such file or directory
Is there something broken on my system?
# rpm -qa | grep kernel kernel-devel-2.6.18-53.1.14.el5 kernel-headers-2.6.18-53.1.14.el5 kernel-2.6.18-53.1.14.el5
# uname -a Linux hobbingen 2.6.18-53.1.14.el5 #1 SMP Wed Mar 5 11:36:49 EST 2008 i686 i686 i386 GNU/Linux
# locate stdarg.h /usr/include/efi/efistdarg.h /usr/lib/bcc/include/stdarg.h /usr/lib/gcc/i386-redhat-linux/4.1.1/include/stdarg.h /usr/share/man/man0p/stdarg.h.0p.gz
Thank you Olaf