This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IPNC DM385 编译ubifs出错

Other Parts Discussed in Thread: DM385

make ubifs时出错:

Error: max_leb_cnt too low (2582 needed)
Makefile:281: recipe for target 'ubifs' failed
make: *** [ubifs] Error 255

Makefile 如下:
ubifs:
mkdir -p $(IPNC_INSTALL_DIR)/tmp
sudo rm $(TARGET_FS)/var/volatile/lock/* -rf
$(MTD_UTILS)/mkfs.ubifs -r $(TARGET_FS) -F -o ./tmp/ubifs.img -m 2048 -e 126976 -c 827
$(MTD_UTILS)/ubinize -o $(TFTP_HOME)/ubifs_$(SYSTEM_CFG).bin -m 2048 -p 128KiB -O 2048 $(IPNC_INSTALL_DIR)/ubinize.cfg
rm -rf $(IPNC_INSTALL_DIR)/tmp