scripts/kconfig/conf --silentoldconfig Kconfig
*
* Restart config...
*
*
* Enable the block layer
*
Enable the block layer (BLOCK) [Y/?] y
Support for large (2TB+) block devices and files (LBDAF) [Y/n/?] (NEW) ^Cscripts/kconfig/Makefile:: recipe for target 'silentoldconfig' failed
make[]: *** [silentoldconfig] Interrupt
Makefile:: recipe for target 'silentoldconfig' failed
make[]: *** [silentoldconfig] Interrupt

出现以上问题时,一般是配置内核时,没有指定好架构和编译器。

解决方法:

  在配置内核时, 指定好对应的架构和编译器, 在配置完成以后save。

  在编译内核时,指定好配置时指定的架构和编译器,make 对应的镜像即可。

范例:


配置时:
make ARCH=arm CROSS_COMPILE=arm-hisiv500-linux- menuconfig 编译时:
make ARCH=arm CROSS_COMPILE=arm-hisiv500-linux- uImage -j4

最新文章

  1. 9.openssl ca
  2. Codeforce - Rock-Paper-Scissors
  3. 拓扑排序 +Floyd(poj 1094)
  4. PowerShell remoting中的second-hop问题
  5. python 利用pop3接收邮件并保存附件
  6. Xcode文件目录选中变成白色, 解决方案
  7. Linux Shell编程(5)——shell特殊字符(下)
  8. IO库 8.3
  9. 利用Paramiko模块远程连接Linux
  10. Thinkphp3.2结合phpqrcode生成二维码(含Logo的二维码),附案例
  11. scrapy爬虫框架教程(二)-- 爬取豆瓣电影TOP250
  12. Java 基础 JRE和JDK的区别
  13. JDK动态代理(Proxy)的两种实现方式
  14. WPF:通过名字找控件
  15. [原创]如果软件在网络磁盘中或移动磁盘中运行时需要解决 exception C0000006 异常问题
  16. 原生js实现二级联动下拉列表菜单
  17. C#/Asp.Net 获取各种Url的方法
  18. [日常] Apache Order Deny,Allow的用法
  19. Electron 入门案例1
  20. SharePoint自动化系列——通过PowerShell创建SharePoint Lists

热门文章

  1. outlook alias
  2. vmWare安装centos7之后使用yum安装提示there are on enabled repos(修改yum源)
  3. 阿里云ECS,Ubuntu Server 16.04安装图形界面远程控制
  4. vue子组件数据变化同步到父组件中
  5. Jenkins自动化版本构建
  6. osgViewer
  7. RabbitMQ 入门教程(PHP版) 延迟队列,延迟任务
  8. F5 BIG-IP – Useful SNMP oids to monitor
  9. Codeforces 1029B. Creating the Contest 动态规划O(nlogn)解法 及 单调队列O(n)解法
  10. http post 自动变成了options 怎么设置