login
Header Space

 
 

reducing kernel compile time

August 3, 2008 - 12:03pm
Submitted by Anonymous on August 3, 2008 - 12:03pm.
Linux

I am adding a new system call to sched.c. However, everytime to check whether my system call works properly i need to recompile kernel. Since I am only making changes in sched.c, I thought maybe there is a better and shorter way for this process.

I am currently compiling the kernel by the command

fakeroot make-kpkg --initrd –-append-to-version=-custom kernel_image (i removed kernel headers but still takes a lot time:( )

Compile the kernel directly,

August 3, 2008 - 4:06pm
Anonymous (not verified)

Compile the kernel directly, without any fancy distro scripts.

...since distro scripts

August 4, 2008 - 8:52pm
Anonymous (not verified)

...since distro scripts always start from scratch, while building your own, you keep the object files.

re: reducing kernel compile time

August 3, 2008 - 8:07pm
Anonymous (not verified)

use ccache

how do we use ccache to

August 6, 2008 - 10:41pm
Anonymous (not verified)

how do we use ccache to compile the kernel?

anything unclear?

August 7, 2008 - 3:59am

is there anything unclear about the manual and/or examples?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
speck-geostationary