红联Linux门户
Linux帮助

编译openwrt的问题

发布时间:2017-01-27 10:25:57来源:linux网站作者:mfc42d
1、显示编译的具体信息
make -j1 V=s
 
2、显示 error: ext4_allocate_best_fit_partial: failed to allocate 13 blocks, out of space
make menuconfig
找到菜单项"Target Images","Root filesystem partition size (in MB)"
把值改大即可。
 
出现这种情况通常都是修改编译菜单,加了很多东西后,导致编译出来的镜像比较大,如果运行在raspberry,cubieboard一些开发板上,改大无所谓。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/27972.html