码迷,mamicode.com
首页 > 其他好文 > 详细

busybox 安装问题解决

时间:2017-10-13 11:14:24      阅读:369      评论:0      收藏:0      [点我收藏+]

标签:cat   stop   storage   utils   util   box   根目录   bsp   rip   

直接编译错误

1。loginutils/passwd.c:93:16: error: storage size of ‘rlimit_fsize’ isn’t known

  解决方法:在busybox根目录下查找到文件:find -name libbb.h

       在libbb.h中添加#include <sys/resource.h>

 

   

 

1。Makefile

Makefile:431: *** mixed implicit and normal rules: deprecated syntax
Makefile:1279: *** mixed implicit and normal rules: deprecated syntax
make: *** No rule to make target ‘defconfig‘. Stop.

  (1)config %config: scripts_basic outputmakefile FORCE  

     改为:%config: scripts_basic outputmakefile FORCE

  (2)/ %/: prepare scripts FORCE

     改为:%/: prepare scripts FORCE

 

busybox 安装问题解决

标签:cat   stop   storage   utils   util   box   根目录   bsp   rip   

原文地址:http://www.cnblogs.com/Malphite/p/7660031.html

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