Changes between Version 26 and Version 27 of Dev/KernelHack
- Timestamp:
- Jun 25, 2013 2:20:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/KernelHack
v26 v27 20 20 21 21 = how to build kernel = 22 * Ubuntuの場合、{{{aptitude build-dep linux}}}でカーネルのビルドに必要なパッケージは導入される 23 * 3.9.x以降をビルドする場合は、{{{bc}}}パッケージも必要 24 {{{ 25 BC kernel/timeconst.h 26 /bin/sh: 1: bc: not found 27 make[3]: *** [kernel/timeconst.h] Error 127 28 make[2]: *** [kernel] Error 2 29 }}} 30 22 31 * https://help.ubuntu.com/community/Kernel/Compile 23 32 * This page does NOT describe how to build upstream kernels from kernel.org. This is how to rebuild the actual Ubuntu kernel starting from source. … … 51 60 * mitty@precise:~/linux-3.6.1$ make oldconfig 52 61 * $ make oldnoconfig -> Same as silentoldconfig but sets new symbols to their default value 53 * mitty@precise:~/linux-3.6.1$ make -j954 62 * mitty@precise:~/linux-3.6.1$ make -j9 deb-pkg 55 63 * debパッケージのインストール