My kernel is building ... after 1h `make` exits with no error

 arghhhhh ... after so much time building all the sources the vmlinux is not created.

 

I did repeat the process after a make clean and an extra hour ... but again no vmlinux 

 

The kernel build process has several steps like creating .o from .c and .h files but then objtool will do an static analysis of the generated object.

 

The problem comes at the end when the biggest vmlinux object must be analyzed with objtool and if options like  CONFIG_DEBUG_INFO the number DWARF data increases and eveything blows.

 

How much memory you'll need ... in my case with a 16GB laptop needed to add swap to allow generate finally the vmlinux .

 

In the image you can see objtool with 79.93% of the memory , so aprox 12GB of ram 

 

 

Comments

Popular posts from this blog

End of the Mentorship start of new journey

I need a i386 kernel.