[Trisquel-users] Re : Let me several questions about kernel compilation?

2018-06-16 Thread lcerf
Some configurations are indeed incorrect.  As I already wrote, you want to  
use make's "jobs" (-j) option.  For instance:

$ make -j 5
The more cores you have, the highest the argument can be (in it a number of  
source files compiled in parallel).


[Trisquel-users] Re : Let me several questions about kernel compilation?

2018-06-16 Thread lcerf
Just run the 'make' command again.  It will not relaunch the compilation of  
what has already been compiled (in particular, it will not compile anything  
if it has already compiled everything).


[Trisquel-users] Re : Let me several questions about kernel compilation?

2018-06-16 Thread lcerf
What error?  If it is a segmentation error, it may be a hardware issue.  I  
would check the RAM with "memtest86+" (in Trisquel's repository, to be  
launched from the bootloader; let it run a whole night).


[Trisquel-users] Re : Let me several questions about kernel compilation?

2018-06-15 Thread lcerf
What do you mean by "it does not stop"?  Compiling Linux (especially without  
using make's "jobs" option) takes time.  And, yes, Linux's compilation rises  
many warnings (it is "normal").