Makefile:431: *** mixed implicit and normal rules. Stop.

[root@EmbedSky busybox - 1.16 . 0 ]# make menuconfig
Makefile:
431 ***  mixed  implicit  and normal rules.  Stop.
[root@EmbedSky busybox
- 1.16 . 0 ]# uname  - r
2.6 . 35.11 - 83 .fc14.x86_64

 

 

看看这个怎么解决?

今天太晚了,明天继续……

 

以下为转载的解决方法,待测试:

 

 

今天在编译busybox1.16的时候,执行make命令,报错,错误信息:437 “mixed implicit and normal rules”,翻译为中文:混合的和隐含普通规则。起初以为是busybox包的问题,从官网上下载了低版本1.13,报同样的错误,google后发现,是由于我的系统的make工具太新(系统:fedora14),make的旧版规则已经无法兼容新版。按照以下方式,问题得到解决:

      在makefile中将437行代码

config %config: scripts_basic outputmakefile FORCE改:

%config: scripts_basic outputmakefile FORCE将1288行代码:
/ %/: prepare scripts FORCE(错)

改为:
%/: prepare scripts FORCE(对)
即可编译通过!
具体的行数请参照实际的make报错信息!

 

原文地址:http://blog.csdn.net/chengwei05192008/archive/2010/12/29/6105386.aspx

 

测试结果

  的确是使用的版本新了,chengwei05192008 说的很对。

另外一个参考贴地址:http://www.linuxquestions.org/questions/linux-software-2/error-mixed-implicit-and-normal-rules-while-trying-to-build-busybox-826795/

 

转载于:https://www.cnblogs.com/jevan/archive/2011/03/20/1989199.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值