Is this a failed compile, or not?

Discussion in 'Kernels' started by andypugh, Jan 7, 2014.

  1. andypugh

    andypugh New Member

    Joined:
    Nov 28, 2013
    Messages:
    26
    Likes Received:
    0
    http://pastebin.com/6FMwPg8t

    No error at the end, but reading back there is a fatal error at line 558.

    Hard to tell success from failure. if it has failed, would anyone care to speculate where the problem lies?
     
  2. jas-mx

    jas-mx Active Member

    Joined:
    Dec 31, 2013
    Messages:
    407
    Likes Received:
    118
    Your running your make with the -j option (multiple jobs). If you remove the -j option or set it to 1 then the build will fail at the first error encountered.
     
  3. andypugh

    andypugh New Member

    Joined:
    Nov 28, 2013
    Messages:
    26
    Likes Received:
    0
    That explains it, I guess.

    Still no closer to figuring out how to get the compile to work. Is there a step-by-step guide anywhere, starting from a fresh git clone?
     

Share This Page