学习笔记:编译内核scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory

编译内核命令

make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-



出现fatal error: openssl/名单.h: No such file or directory。原因是libssl-dev~没有安装

libssl-dev包含libraries, header files and manpages,是openssl的一部分

使用sudo apt-get install libssl-dev来安装libssl-dev



你可能感兴趣的:(学习笔记:编译内核scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory)