问题:
编译BusyBox,输入命令:
出现错误:scripts/Makefile.build:197: recipe for target 'loginutils/passwd.o' failed
Makefile:740: recipe for target 'loginutils' failed
解决方法:
BusyBox源码的include目录下/libbb.h 文件添加一行引用 #include <sys/resource.h>
保存后再次编译,成功。