After some hunting around I found the following allowed me to compile
kernel module under Natty.

$ cd /lib/modules/$(uname -r)/build/include
$ sudo ln -s $(gcc -print-file-name=include)/stdarg.h

This links stdarg.h to where the kernel makefiles will find it when it’s
#included from the various kernel header files in Natty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/830550

Title:
  Missing C Standard files from kernel source and module headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/830550/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to