カーネルをコンパイルは、Linux側で行う。まずは、以下のコマンドで、コンパイルに必要なプログラムをインストールしておく。 sudo apt install build-essential flex bison libssl-dev libelf-dev libncurses-dev autoconf libudev-dev libtool zip unzip v4l-utils ...
If there is either a .config in /usr/src/linux/ or a config file in /boot/, it seems as though some kernel options are omitted from menuconfig. One of the most obvious examples is in "Processor type ...
それでは、予行演習でなく、いよいよ本番だ。再びsuを実行してルートになり、以下を入力する。 cd /usr/src/linux make clean make menuconfig 以上を実行すると、何百個ものオプション(何百通りもの失敗する方法と表現することもできる)のあるメニューが画面に ...
Red Hat Linux7.1をインストール後,初めてカーネルをコンパイル行う場合には,make menuconfigなどを実行する前に「make mrproper ...