15

Watched a whole movie and my code is still compiling xD

Comments
  • 3
    Was gonna ask if it was the Linux kernel, then saw your tags.

    Is that a step for Arch?
  • 4
    @NeedsMoreDivs actually trying to build an LFS system (first time xD) and I'm compiling gcc which takes forever especially on older hardware :/
  • 3
    @konicm8ker ah. Well then, carry on.👍

    (Yes, that was a cop-out)
  • 0
    Did you use make -j4 cuz... It helps sometimes
  • 1
    I used to compile Android Kernel, and like what @Ximidar said, using -j4 helps (actually its #of cores, not just 4).

    Using j4 took 4 mins to compile kernel after clean.
    Without it took roughly 10 minutes
  • 2
    @gitpush I'm actually familiar with the j switch. Just wanted safer compiling this time when building LFS bc I ran into probs before and I think it was due to parallel compiling as it can create hard links to /tools/.. according to LFS anyways.
  • 2
    @konicm8ker I'm sorry I'm no pro in that lol 😅
  • 2
    @gitpush apparently I'm not either xD I'm just hoping to get through this LFS experience just to see if I can lol
Add Comment