Results 1 to 3 of 3

Thread: How to use Ubuntu Kernel Headers

  1. #1
    Join Date
    Aug 2012
    Beans
    4

    How to use Ubuntu Kernel Headers

    I'm writng a list program using kernel header list.h but facing issues.

    Can anyone please provide me a tutorial to start it ?

    I'm getting below error:
    error: list.h: No such file or directory

  2. #2
    Join Date
    Jan 2006
    Location
    Orlando
    Beans
    33
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How to use Ubuntu Kernel Headers

    It sounds like your kernel headers may not be installed. Also keep in mind, you need to include linux/list.h not simply list.h.

  3. #3
    Join Date
    Aug 2012
    Beans
    4

    Re: How to use Ubuntu Kernel Headers

    Quote Originally Posted by Szor3n View Post
    It sounds like your kernel headers may not be installed. Also keep in mind, you need to include linux/list.h not simply list.h.
    Thanx for replying!!
    I have modified the file list.h n nw it's working.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •