2

I've compiled custom kernel:

(linux-3.17.4-gentoo, Linux localhost 3.17.4-gentoo #9 SMP Thu May 21 16:23:08 EEST 2015 x86_64 Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz GenuineIntel GNU/Linux)

and saw some warnings few days ago. Is there any log file where i can see them again?

Luthando Ntsekwa
  • 4,192
  • 6
  • 23
  • 52
Mikel Anniuk
  • 551
  • 5
  • 9

1 Answers1

4

Genkernel generates a log file here /var/log/genkernel.log I think a log will only be made if you redirect stdout and stderr to a file, when you run the make's.

make > build.log 2>&1
vwvolodya
  • 2,324
  • 2
  • 20
  • 30
  • 1
    Yeah but i haven't placed output to log ( . I am just wondering if there is default compilation log so can see it. Any way I've to recompile it again with "make > build.log 2>&1" twice (deselect previous changes->compile->select them again->compile and log output). Thank You. – Mikel Anniuk Jun 03 '15 at 07:55