编译内核命令
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
作者:beilson
来源:优快云
原文:https://blog.youkuaiyun.com/beilson/article/details/79774036
版权声明:本文为博主原创文章,转载请附上博文链接!