mkfs.jffs: cannot execute binary file是怎么回事
zlib安装后用MTD/util生成了mkfs.jffs执行报错,查看文件信息如下
[root@localhost util]# ./mkfs.jffs -d /root/ELDK-dir/myrootfs/ -a b -o images/rootfs-jffs.img
bash: ./mkfs.jffs: cannot execute binary file
[root@localhost util]# file mkfs.jffs
mkfs.jffs: ELF 32-bit MSB executable, PowerPC or cisco 4500, version 1 (SYSV), for GNU/Linux 2.4.3, dynamically linked (uses shared libs), not stripped
这会是什么原因啊?谢谢帮忙