|
【已解决】如何使用busybox制作文件系统
发表于 2016-6-1 11:46:52
浏览:16847
|
回复:10
打印
只看该作者
[复制链接]
楼主
本帖最后由 点缀0001 于 2016-6-8 10:56 编辑
因为固件里面的文件系统没有telnet,nfs
想使用busybox制作 linux 的文件系统
下载了一个busybox源码
使用android 5.1 里面的工具链:prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-gcc
指定交叉编译为:arm-eabi-
编译busybox,一直编译不过,不断提示缺少头文件
pc@pc:/work/tools/busybox-1.24.2$ make
CC applets/applets.o
In file included from include/libbb.h:13:0,
from include/busybox.h:8,
from applets/applets.c:9:
include/platform.h:141:20: fatal error: limits.h: No such file or directory
compilation terminated.
make[1]: *** [applets/applets.o] Error 1
make: *** [applets_dir] Error 2
尝试过在工具链里面,找文件,拷贝到busybox里的include目录,但一直提示缺少头文件
请问有没有解决方法呢?
|
|