[Bug 830550] Re: Missing C Standard files from kernel source and module headers

2011-10-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu Status: New => Confirmed -- 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 Sta

[Bug 830550] Re: Missing C Standard files from kernel source and module headers

2011-08-28 Thread John D Lamb
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 ke