码迷,mamicode.com
首页 > 系统相关 > 详细

arm-linux-ld: no machine record defined

时间:2015-05-18 12:57:57      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:s3c2440   嵌入式   内核移植   文件系统   

在编译内核的过程中遇到这样的问题:
arm-linux-ld: no machine record defined
详细见截图:
技术分享
经过在网上查询说解决放放如下:
修改:arch/arm/kernel/vmlinux.lds文件的最后部分:
技术分享
注释掉上图中的
ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support")
ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")

具体可以看到上面的注释:
/*
* These must never be empty
* If you have to comment these two assert statements out, your
* binutils is too old (for other reasons as well)
*/



arm-linux-ld: no machine record defined

标签:s3c2440   嵌入式   内核移植   文件系统   

原文地址:http://blog.csdn.net/ucan23/article/details/45817787

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!