Thursday, April 16, 2009

Compile linux kernel and vmlinux

compile kernel: http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html In short:

  • make menuconfig

  • make

  • make modules

  • make modules_install

  • make install

Note, to use make menuconfig on CentOS 5, run: yum install ncurses-devel ncurses


To use make xconfig, need to install g++ and qt. On CentOS 5, run: yum install gcc-c++ qt-devel


Debian, or Ubuntu: http://www.linuxdiyf.com/viewarticle.php?id=84895 compile for vmlinux: http://www.gnuradio.org/trac/wiki/InBandProfiling make vmlinux

No comments: