Malphite

直接编译错误

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

 

分类:

技术点:

相关文章:

  • 2021-11-06
  • 2021-11-18
  • 2021-12-04
  • 2021-11-28
  • 2021-11-15
  • 2021-12-29
  • 2021-12-02
  • 2021-09-24
猜你喜欢
  • 2021-10-17
  • 2021-08-09
  • 2021-08-08
  • 2021-08-07
  • 2021-11-03
  • 2021-09-19
  • 2020-05-17
相关资源
相似解决方案