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.
make[1]:正在离开目录 `/home/arm/Source/ipnc_rdk'
make ubifs
make[1]: 正在进入目录 `/home/arm/Source/ipnc_rdk'
mkdir -p /home/arm/Source/ipnc_rdk/../ipnc_rdk/tmp
/home/arm/Source/ipnc_rdk/../ipnc_rdk/target/mtd-utils/32bit/mkfs.ubifs -r /home/arm/Source/ipnc_rdk/../ipnc_rdk/target/filesys -F -o ./tmp/ubifs.img -m 2048 -e 126976 -c 827
Error: max_leb_cnt too low (1042 needed)
make[1]: *** [ubifs] 错误 255
make[1]:正在离开目录 `/home/arm/Source/ipnc_rdk'
make: *** [binaries] 错误 2
忘各位大侠指教!谢谢!
你好,
请问你使用的软件版本是多少?3.2和3.5应该都是没有问题的。
请问你rules.make里面是否正确配置了你机器的类型(64, 32bit)?
在dm8127 IPNC开发板上编译一个应用程序,
连接库Appro_interface.a时出现以下错误提示:
/usr/bin/ld:../ipnc_app/interface/lib/Appro_interface.a (ApproDrvMsg.o): Relocations in generic ELF (EM: 40)
../ipnc_app/interface/lib/Appro_interface.acould not read symbols: File in wrong format.
ld returned 1 exit status
make: *** [release/net_server] Error 1
对应的Appro_interface.a等库文件是最新编译成功生成的。
请教牛人这是什么原因导致的,如何解决?
谢谢。