当前位置:网站首页>内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
2022-04-23 12:58:00 【蓝天居士】
1. 编译内核报错

2. 解决方案
编辑.config文件
vim .config
2.1 修改CONFIG_SYSTEM_TRUSTED_KEYS
修改CONFIG_SYSTEM_TRUSTED_KEYS,将其赋空值。
- 修改前:原变量有值
CONFIG_SYSTEM_TRUSTED_KEYS="debian/canonical-certs.pem"
- 修改后:将该变量赋空值
# 将该项原有内容删掉即可,如下
CONFIG_SYSTEM_TRUSTED_KEYS=""
2.2 修改CONFIG_SYSTEM_REVOCATION_KEYS(可选)
如果CONFIG_SYSTEM_REVOCATION_KEYS的值不为空的话,也将其赋空值。
- 修改前:原变量有值
CONFIG_SYSTEM_REVOCATION_KEYS="debian/canonical-revoked-certs.pem"
- 修改后:将该变量赋空值
CONFIG_SYSTEM_REVOCATION_KEYS=""
3. 重新编译内核
重新编译内核,问题解决。
make -j8
版权声明
本文为[蓝天居士]所创,转载请带上原文链接,感谢
https://blog.csdn.net/phmatthaus/article/details/124353775
边栏推荐
- 使用Source Insight查看编辑源代码
- 22. 括号生成
- Introduction to servlet listener & filter
- [vulnhub range] - DC2
- Servlet监听器&过滤器介绍
- SSM framework series - annotation development day2-2
- STM32 control stepper motor (ULN2003 + 28byj)
- Free and open source agricultural Internet of things cloud platform (version: 3.0.1)
- PC starts multiple wechat at one time
- Go language mapping operation
猜你喜欢

There is no need to crack the markdown editing tool typora

Embrace the new blue ocean of machine vision and hope to open a new "Ji" encounter for the development of digital economy

Kubernetes 入門教程

leetcode:437. 路径总和 III【dfs 选还是不选?】

有趣的IDEA插件推荐,给你的开发工作增添色彩

Van uploader upload picture implementation process, using native input to upload pictures

数据库中的日期时间类型

Process virtual address space partition

MySQL supports IP access

软件测试周刊(第68期):解决棘手问题的最上乘方法是:静观其变,顺水推舟。
随机推荐
Use source insight to view and edit source code
风尚云网学习-input属性总结
Teach you to quickly develop a werewolf killing wechat applet (with source code)
【csnote】ER图
Use compressorjs to compress pictures, optimize functions, and compress pictures in all formats
Luogu p3236 [hnoi2014] picture frame solution
Go iris framework implements multi service Demo: start (listen to port 8084) service 2 through the interface in service 1 (listen to port 8083)
Keyword interpretation and some APIs in RT thread
About the 'enum' enumeration type and structure.
There is no need to crack the markdown editing tool typora
Go language mapping operation
风尚云网学习-h5的input:type属性的image属性
Fashion cloud learning - input attribute summary
What are the forms of attack and tampering on the home page of the website
98. Error s.e.errormvcautoconfiguration $staticview reported by freemaker framework: cannot render error page for request
XinChaCha Trust SSL Organization Validated
CVPR 2022&NTIRE 2022|首个用于高光谱图像重建的 Transformer
Kubernetes 入門教程
C, calculation code of parameter points of two-dimensional Bezier curve
Packet capturing and sorting -- TCP protocol [8]