Results 1 to 2 of 2

Thread: Trouble compiling ubuntu using debian

  1. #1
    Join Date
    Oct 2010
    Beans
    4

    Trouble compiling ubuntu using debian

    So I'm trying to compile a custom Kernel that allows me to copy /dev/mem into a file so I can process it. I'm running into issues with making the packages using the following guide:
    http://blog.avirtualhome.com/2012/01...-ubuntu-11-10/

    When I get to
    skipabi=true skipmodule=true fakeroot debian/rules binary-i7
    It fails and tells me that it cannot find perf/perf, despite the fact that it compiles when I go to that file and use make. In addition, when I tried to unpackage without it, the /dev/mem setting I fixed in editconfig didn't take. Any advice?

  2. #2
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Trouble compiling ubuntu using debian

    In general if it's just for myself I compile my kernels the old way (make bzImage; make modules; sudo make modules_install; sudo make install). No need to bother with the packaging stuff, and it takes much less time.
    「明後日の夕方には帰ってるからね。」


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
  •