編譯linux核心報錯

2021-10-04 02:11:10 字數 1014 閱讀 4950

1、/bin/sh: 1: flex: not found

scripts/makefile.lib:202: recipe for target 'scripts/kconfig/zconf.lex.c' failed

make[2]: *** [scripts/kconfig/zconf.lex.c] error 127

makefile:514: recipe for target 'silentoldconfig' failed

$ sudo apt-get install libssl-dev
3.make menuconfig顯示錯誤「your display is too small to run menuconfig!」

如果在終端執行 make menuconfig ,顯示錯誤:

your display is too small to run menuconfig!

it must be at least 19 lines by 80 columns.

make[1]: *** [menuconfig] error 1

make: *** [menuconfig] error 2

表示終端視窗太小。解決辦法可以是把終端視窗適當的調大(或是直接最大化)就行了。

3、linux核心編譯時出現fatal error: openssl/opensslv.h: no such file or directory錯誤的解決辦法

to install openssl development package on debian, ubuntu or their derivatives:

$ sudo apt-get install libssl-dev
to install openssl development package on fedora, centos or rhel:

$ sudo yum install openssl-devel

編譯 linux 核心

一 準備工作 tpv te0 首先說明,下面帶 號的行都是要輸入的命令列,且本文提到的所有命令列都在終端裡輸入。ixpub技術部落格 rc0p a6zx j 啟動linux系統,並用根使用者登入,進入終端模式下。6i sb w,a0 ixpub技術部落格c gng,y y ixpub技術部落格 k,...

linux編譯核心

red hat linux版本的核心編譯 make j2 編譯 make modules make modules install make install cd boot mkinitramfs o initrd.img 2.6.30.10 2.6.30.10 此項可能不需要 vim boot g...

Linux核心編譯

經過幾天的努力,本人終於把乙個核心編譯成功了,嘿嘿,現在把編譯過程記下來,以後再接再勵,注意 以下的操作都要有root許可權。linux 2.6.36.tar.bz2。2 解壓縮。cd usr src tar xvf home ibm linux 2.6.36.tar.bz2.usr src下就會多...